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

Standardize snapshot CLI output #1769

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

drewbanin
Copy link
Contributor

Fixes #1768

Output:

$ dbt snapshot
Running with dbt=0.15.0-a1
Found 2 models, 5 tests, 1 snapshot, 0 analyses, 130 macros, 0 operations, 2 seed files, 1 source

22:36:19 | Concurrency: 8 threads (target='dev')
22:36:19 |
22:36:19 | 1 of 1 START snapshot snapshots.my_snapshot... [RUN]
22:36:19 | 1 of 1 OK snapshotted snapshots.my_snapshot... [INSERT 0 0 in 0.20s]
22:36:19 |
22:36:19 | Finished running 1 snapshot in 0.40s.

Copy link
Contributor

@beckjake beckjake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@drewbanin drewbanin merged commit c941434 into dev/louisa-may-alcott Sep 18, 2019
@drewbanin drewbanin deleted the fix/snapshot-cli-output branch September 18, 2019 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

show database.schema.alias in CLI output for snapshots
2 participants