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 docs generation in the rpc server #1781

Closed
drewbanin opened this issue Sep 26, 2019 · 0 comments · Fixed by #1801
Closed

support docs generation in the rpc server #1781

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

Comments

@drewbanin
Copy link
Contributor

drewbanin commented Sep 26, 2019

Describe the feature

The rpc server should support the generation of documentation artifacts (manifest, catalog, run_results, index.html) via an rpc method. This method can be named something like docs:generate or docs_generate, and the scheme we use should extend well to other subcommands like source snapshot-freshness. The artifacts generated by this method should land in the configured target/ directory.

This method should support a parameter that specifies the --no-compile functionality.

We should not yet implement a method to serve artifacts from the target/ directory, though we may prioritize that in a future issue.

@drewbanin drewbanin added enhancement New feature or request rpc Issues related to dbt's RPC server labels Sep 26, 2019
@drewbanin drewbanin added this to the Louisa May Alcott milestone Sep 26, 2019
beckjake added a commit that referenced this issue Oct 7, 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 rpc Issues related to dbt's RPC server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant