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

Support run-operation and snapshot methods in rpc server #1875

Closed
drewbanin opened this issue Oct 29, 2019 · 0 comments · Fixed by #1878
Closed

Support run-operation and snapshot methods in rpc server #1875

drewbanin opened this issue Oct 29, 2019 · 0 comments · Fixed by #1878
Labels
enhancement New feature or request rpc Issues related to dbt's RPC server

Comments

@drewbanin
Copy link
Contributor

Describe the feature

The rpc server should support the run_operation and snapshot methods. Additionally, the cli_args method should support running operations and snapshots using the CLI syntax.

Methods

run-operation:

  • args

snapshot:

  • select
  • exclude

Who will this benefit?

Parity for all methods (except for diagnostic ones (ls, debug)) between the RPC server and the CLI for dbt.

@drewbanin drewbanin added enhancement New feature or request rpc Issues related to dbt's RPC server labels Oct 29, 2019
@drewbanin drewbanin added this to the Louisa May Alcott milestone Oct 29, 2019
beckjake added a commit that referenced this issue Nov 1, 2019
…n-snapshot-rpc

add run-operation + snapshot to the RPC server (#1875)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rpc Issues related to dbt's RPC server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant