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 compiling a model with a reference to another model in the comments, it gives a standard model missing error, and will not compile. "Compilation Error in model ... ... depends on a node named"
Note: Dialect is T-SQL
Note: using Azure Dedicated Pools adapter (Azure DW)
Note: commented using "--" style and not "{#" style
Expected Behavior
I expect the model compiler to disregard anything in comments e.g. references.
Steps To Reproduce
Create a model
Add a comment using "--" with reference to another model.
Build and run the model.
Relevant log output
No response
Environment
- OS: Windows
- Python: 3.10.12
- dbt: 1.7.18
Which database adapter are you using with dbt?
other (mention it in "Additional Context")
Additional Context
Azure Dedicated Pools adapter
The text was updated successfully, but these errors were encountered:
Thank you for your bug report! Our team is will be out of the office for Christmas and our Global Week of Rest, from December 25, 2024, through January 3, 2025.
We will review your issue as soon as possible after returning.
Thank you for your understanding, and happy holidays! 🎄🎉
If you are a customer of dbt Cloud, please contact our Customer Support team via the dbt Cloud web interface or email [email protected].
Is this a new bug in dbt-core?
Current Behavior
When compiling a model with a reference to another model in the comments, it gives a standard model missing error, and will not compile. "Compilation Error in model ... ... depends on a node named"
Note: Dialect is T-SQL
Note: using Azure Dedicated Pools adapter (Azure DW)
Note: commented using "--" style and not "{#" style
Expected Behavior
I expect the model compiler to disregard anything in comments e.g. references.
Steps To Reproduce
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
other (mention it in "Additional Context")
Additional Context
Azure Dedicated Pools adapter
The text was updated successfully, but these errors were encountered: