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

dbt rpc run #1652

Merged
merged 1 commit into from
Aug 2, 2019
Merged

dbt rpc run #1652

merged 1 commit into from
Aug 2, 2019

Conversation

beckjake
Copy link
Contributor

@beckjake beckjake commented Aug 2, 2019

Fixes #1488

  • Add seed_project ("dbt seed")
    • takes 'show' arg
  • Add run_project ("dbt run")
    • takes 'models' and 'exclude' args
  • Add compile_project ("dbt compile")
    • takes 'models' and 'exclude' args
  • Add test_project ("dbt test")
    • takes models and exclude args
    • takes 'data' and 'schema' args

It seems to all work like I'd expect.

Add seed_project
 - takes 'show' arg
Add run_project
 - takes 'models' and 'exclude' args
Add compile_project
 - takes 'models' and 'exclude' args
Add test_project
 - takes models and exclude args
 - takes 'data' and 'schema' args
Tests
@beckjake beckjake requested a review from drewbanin August 2, 2019 18:35
Copy link
Member

@cmcarthur cmcarthur left a comment

Choose a reason for hiding this comment

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

ez pz?

@beckjake beckjake merged commit 07aedc0 into dev/louisa-may-alcott Aug 2, 2019
@beckjake beckjake deleted the feature/dbt-rpc-run branch August 2, 2019 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants