Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support disabling event tracking when using Cosmos profile mapping (a…
…stronomer#768) Since dbt by default tracks events by sending anonymous statistic usage when dbt is invoked, users who currently use Cosmos profile mapping can only opt-out by setting environment variables as described in astronomer#724 (comment) This PR adds a new arg to the profile mapping so that the [dbt recommended config block](https://docs.getdbt.com/reference/global-configs/usage-stats) can be added in the generated `profiles.yml` file: ```yaml config: send_anonymous_usage_stats: False ``` Closes: astronomer#724
- Loading branch information