nicholasyager / dbt-loom

A dbt-core plugin to weave together multi-project dbt-core deployments
The Unlicense
118 stars 19 forks source link

[Feature] dbt-loom should disable dbt Labs' telemetry that catalogs plugin execution and model counts #92

Open nicholasyager opened 1 week ago

nicholasyager commented 1 week ago

Is your feature request related to a problem? Please describe. This is not related to a defect.

Describe the solution you'd like Currently, dbt Labs has telemetry in place that records dbt plugin initialization, and records the number of models injected via plugins. This is a privacy violation for dbt-loom users since dbt Labs has a competing proprietary approach, and since dbt Lab may use this as an extension of their surveillance of the open source community. Ideally, during the instantiation of dbt-loom, the telemetry associated with plugin use is deactivated via variable or dynamic patching.

Describe alternatives you've considered

Additional context None.