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-2426] Update --help text for --populate-cache #7381

Closed
jtcohen6 opened this issue Apr 17, 2023 · 0 comments · Fixed by #7389
Closed

[CT-2426] Update --help text for --populate-cache #7381

jtcohen6 opened this issue Apr 17, 2023 · 0 comments · Fixed by #7389
Labels
bug Something isn't working
Milestone

Comments

@jtcohen6
Copy link
Contributor

Added in #7307

populate_cache = click.option(
"--populate-cache/--no-populate-cache",
envvar="DBT_POPULATE_CACHE",
help="Allow for partial parsing by looking for and writing to a pickle file in the target directory. This overrides the user configuration file.",
default=True,
)

@jtcohen6 jtcohen6 added bug Something isn't working Team:Execution labels Apr 17, 2023
@github-actions github-actions bot changed the title Update --help text for --populate-cache [CT-2426] Update --help text for --populate-cache Apr 17, 2023
@jtcohen6 jtcohen6 added this to the v1.5.x milestone Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant