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
Currently when dbt builds a macro, it inserts the lines into the linecache that most python debuggers use, with a fake filename. This makes some editors/debugging tools sad.
Issue description
This feature is a pretty silly hack that only exists to make stepping through macros in the
debugger easier, so it should probably be disabled by default.
To recreate, run dbt init.
Results
Editor complained that files were not found during debugging (accurately, as they did not exist)
System information
The output of dbt --version:
0.14.0
The operating system you're running on:
Windows, but also really any.
The python version you're using (probably the output of python --version)
Any
The text was updated successfully, but these errors were encountered:
Issue
Currently when dbt builds a macro, it inserts the lines into the
linecache
that most python debuggers use, with a fake filename. This makes some editors/debugging tools sad.Issue description
This feature is a pretty silly hack that only exists to make stepping through macros in the
debugger easier, so it should probably be disabled by default.
To recreate, run
dbt init
.Results
Editor complained that files were not found during debugging (accurately, as they did not exist)
System information
The output of
dbt --version
:The operating system you're running on:
Windows, but also really any.
The python version you're using (probably the output of
python --version
)Any
The text was updated successfully, but these errors were encountered: