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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
When running dbt --log-format json compile --inline 'select * from {{ref("node_not")}}' in any project, inspect the events from core you can see node_info for ParseInlineNodeError do not contain field node_status.
Expected Behavior
node_info for ParseInlineNodeError contain field node_status
Steps To Reproduce
mentioned above
Relevant log output
No response
Environment
- OS:
- Python:
- dbt:
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Bug] ParseInlineNodeError does not contain node status
[CT-2856] [Bug] ParseInlineNodeError does not contain node status
Jul 20, 2023
Is this a new bug in dbt-core?
Current Behavior
When running
dbt --log-format json compile --inline 'select * from {{ref("node_not")}}'
in any project, inspect the events from core you can seenode_info
forParseInlineNodeError
do not contain fieldnode_status
.Expected Behavior
node_info
forParseInlineNodeError
contain fieldnode_status
Steps To Reproduce
mentioned above
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: