You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dlt): surface underlying error and hint when attaching to pipeline fails
When `sqlmesh init -t dlt --dlt-path <path>` could not attach to the
pipeline, the underlying dlt error was swallowed and replaced with an
uninformative message. `--dlt-path` points to dlt's pipelines working
directory (by default ~/.dlt/pipelines), not the directory containing
the pipeline scripts, which is a common source of confusion.
Now the error includes the original dlt exception, the directory that
was searched, and a hint to omit `--dlt-path` when the pipeline exists
in the default working directory. Also clarifies the `--dlt-path` help
text and docstring accordingly.
Fixes#5660.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: nk <nkwork1234@gmail.com>
0 commit comments