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
- OS: Linux
- Python: 3.11
- dbt-core: 1.8.4 and 1.9.0
- dbt-snowflake: 1.8.4 and 1.9.0
Additional Context
It appears that the issue is linked to the method add_select_query in the dbt-adapters package, which is responsible for adding the query comment. Subsequently, the query is processed by add_standard_query in the dbt-snowflake package, which adds another query comment.
The text was updated successfully, but these errors were encountered:
Is this a new bug in dbt-snowflake?
Current Behavior
Queries executed during the snapshot run contain duplicate comments:
Expected Behavior
The query comment should be added only once to the query:
Steps To Reproduce
dbt_project.yml
:dbt snapshot
commandRelevant log output
No response
Environment
Additional Context
It appears that the issue is linked to the method add_select_query in the dbt-adapters package, which is responsible for adding the query comment. Subsequently, the query is processed by
add_standard_query
in the dbt-snowflake package, which adds another query comment.The text was updated successfully, but these errors were encountered: