-
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
Add --target-path
CLI flag
#5402
Conversation
Also CC: @jtcohen6 |
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! Thanks for the contribution
@isidentical it looks like our code quality check is failing here https://github.com/dbt-labs/dbt-core/runs/7203181747?check_suite_focus=true#step:5:44 Could you please take a look at fixing that before we merge? |
@leahwicz thanks for reminding me, updated!! |
add noop and warn tests improve tests rename tests add view dropping test add unmanaged schema test make tests more dry Delete tmp.csv Manage schemas is optional Add --target-path as a CLI option. (dbt-labs#5402) Include py.typed in MANIFEST.in (dbt-labs#5703) This enables packages that install dbt-core from pypi to use mypy. wip: move manage logic to separate command Add manage command
Resolves #5399.
Description
This PR implements
--target-path
/--log-path
CLI flags andDBT_TARGET_PATH
/DBT_LOG_PATH
environment variables to customizetarget-path
/log-path
project options respectively.Checklist
changie new
to create a changelog entry