[ADAP-1031] [Bug] send_anonymous_usage_stats ignored for python models #830
Labels
backport 1.7.latest
Tag for PR to be backported to the 1.7.latest branch
bug
Something isn't working
High Severity
bug with significant impact that should be resolved in a reasonable timeframe
support
Milestone
Is this a new bug in dbt-snowflake?
Current Behavior
When running python models against Snowflake a telemetry header is added to the procedure.
Even with the profiles.yml configured in a what that should prevent this:
Expected Behavior
When send_anonymous_usage_status is set to false I expect the telemetry snippet not to be inserted in the python code that is send to Snowflake.
dbt-snowflake/dbt/adapters/snowflake/impl.py
Line 222 in f67098d
Steps To Reproduce
Relevant log output
No response
Environment
Additional Context
When auditing the Snowflake query log, we've discovered that dbt usage is being tracked even when this is set specifically to false in the dbt
profiles.yml
.The text was updated successfully, but these errors were encountered: