-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Merge feature/click-cli into main #6931
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Ian Knox <ian.knox@dbtlabs.com>
Co-authored-by: MichelleArk <michelle.ark@dbtlabs.com> Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
* deps with click, default --vars param, PartialProject.render_package_metadata
flags with user config, flags.WHICH from invoked_subcommand if available
dbtRunner, dbt.cli.requires - preflight, profile, project
* Example python lib w click, written docs Co-authored-by: Chenyu Li <chenyu.li@dbtlabs.com>
* merge main to feature/click-cli * fix var hash * move back changes in feature branch for deps * fix logging issues
remove UnsetProfileConfig
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com> resolves #5545
* list working with click
* build working with click
dbt init works with click
#6723) Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
flags.THREADS defaults to None
NoneConfig for DebugTask
use unset_profile in deps and clean commands
profiles dir exists=False for dbt debug
Co-authored-by: Ian Knox <ian.knox@dbtlabs.com>
Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com> Co-authored-by: Ian Knox <ian.knox@dbtlabs.com>
ChenyuLInx
approved these changes
Feb 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, as I did push the last 3 commits.
iknox-fa
approved these changes
Feb 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
dbt run
works with Click (dbt run
works with Click #6396)dbt test
works with Click ([CT-932]dbt test
works with click #5556)dbt compile
works in click ([CT-921]dbt compile
works in click #5545) ([CT-921]dbt compile
works in click (#5545) #6586)dbt run-operation
works in click #5552) (Add run-operation to click CLI (#5552) #6656)main
intofeature/click-cli
(Mergemain
intofeature/click-cli
#6761)--models
to--select
for all commands exceptdbt ls
([CT-1947] Alias--models
to--select
for all commands exceptdbt ls
#6787)TestProfileEnvVars::test_profile_env_vars
(Test fix:TestProfileEnvVars::test_profile_env_vars
#6856)cli_runner
(Remove unusedcli_runner
#6877)resolves #
Description
Checklist
changie new
to create a changelog entry