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

show database.schema.alias in CLI output for snapshots #1768

Closed
drewbanin opened this issue Sep 18, 2019 · 0 comments · Fixed by #1769
Closed

show database.schema.alias in CLI output for snapshots #1768

drewbanin opened this issue Sep 18, 2019 · 0 comments · Fixed by #1769
Labels
enhancement New feature or request snapshots Issues related to dbt's snapshot functionality

Comments

@drewbanin
Copy link
Contributor

Describe the feature

Current:

22:28:49 | 1 of 1 START snapshot my_snapshot............. [RUN]
22:28:49 | 1 of 1 OK snapshotted my_snapshot............. [INSERT 0 0 in 0.27s]

Desired:

22:28:49 | 1 of 1 START snapshot snapshot_schema.my_snapshot............. [RUN]
22:28:49 | 1 of 1 OK snapshotted snapshot_schema.my_snapshot............. [INSERT 0 0 in 0.27s]

Who will this benefit?

This output will be more consistent with the output of dbt models, and will better clarify the destination relation for snapshot builds.

@drewbanin drewbanin added enhancement New feature or request snapshots Issues related to dbt's snapshot functionality labels Sep 18, 2019
@drewbanin drewbanin added this to the Louisa May Alcott milestone Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request snapshots Issues related to dbt's snapshot functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant