nicholasyager / dbt-loom

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

Log the dbt-loom version during execution #53

Closed nicholasyager closed 5 months ago

nicholasyager commented 5 months ago

Is your feature request related to a problem? Please describe. While debugging or triaging issues for the community, I don't always know which version of dbt-loom is in use. This can make it challenging to pin down the exact issue, or to confirm if newer versions of dbt-loom have resolved the issue already.

Describe the solution you'd like I'd like dbt-loom to print the current version much like adapters and dbt-core itself. For example:

08:25:16  Running with dbt=1.7.14
08:25:17  dbt-loom: Registering plugin: dbt-loom=0.5.2
08:25:17  dbt-loom: Patching ref protection methods to support dbt-loom dependencies.
08:25:17  dbt-loom: Loading manifest for `project_a` from `file`
08:25:17  Registered adapter: bigquery=1.7.7

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.