Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add a log line for the dbt-loom version #56

Merged
merged 1 commit into from
May 9, 2024

Conversation

nicholasyager
Copy link
Owner

Description and motivation

This PR adds a basic dbt-loom version logging line to all output. This will aid in the debugging process when users provide dbt logs.

Example output

(dbt-loom-OFNZGm51-py3.11) > $ dbt build                                                                                                                            [±feature/version_logging ●●(✹)]
01:03:48  Running with dbt=1.7.14
01:03:48  Initializing dbt-loom=0.5.2
01:03:48  dbt-loom: Patching ref protection methods to support dbt-loom dependencies.
01:03:48  Registered adapter: duckdb=1.7.4
01:03:48  dbt-loom: Injecting nodes

Resolves: #53

@nicholasyager nicholasyager added the enhancement New feature or request label May 9, 2024
@nicholasyager nicholasyager self-assigned this May 9, 2024
@nicholasyager nicholasyager merged commit 3368db3 into main May 9, 2024
2 checks passed
@nicholasyager nicholasyager deleted the feature/version_logging branch May 9, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log the dbt-loom version during execution
1 participant