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

[CT-900] Complete CLI modeling (Top level API) #5526

Closed
Tracked by #5527
iknox-fa opened this issue Jul 25, 2022 · 0 comments · Fixed by #5789
Closed
Tracked by #5527

[CT-900] Complete CLI modeling (Top level API) #5526

iknox-fa opened this issue Jul 25, 2022 · 0 comments · Fixed by #5789

Comments

@iknox-fa
Copy link
Contributor

iknox-fa commented Jul 25, 2022

User story:
As developer of dbt or a developer who would like to use dbt as a library, I would like to have an easily usable interface that models the user interactions at the CLI level (dbt compile, dbt run, etc).

Acceptance Criteria:
Extending the work done in the RAT, dbt-core has a new cli interface based on the click cli framework:

  • It supports all regular user-facing use cases
  • It fully and accurately describes each task and it's inputs (note, not the case today!)
    This work stops at the click.command that represents the task, or to be more explicit this work is only to model the existing cli not to fully implement successful task running.

Note: This should be on a feature branch for the time being.

@github-actions github-actions bot changed the title Complete CLI modeling (Top level API) [CT-900] Complete CLI modeling (Top level API) Jul 25, 2022
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 a pull request may close this issue.

1 participant