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-2450] Add exp_path back to project config deprecation warning #7424

Closed
jtcohen6 opened this issue Apr 20, 2023 · 0 comments · Fixed by #7536
Closed

[CT-2450] Add exp_path back to project config deprecation warning #7424

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

Comments

@jtcohen6
Copy link
Contributor

In #7185 I accidentally cut exp_path!

# this field is no longer supported, but many projects may specify it with the default value
# if so, let's only raise this deprecation warning if they set a custom value
if not default_value or project_dict[deprecated_path] != default_value:
deprecations.warn(
f"project-config-{deprecated_path}",
deprecated_path=deprecated_path,
)

f"The `{self.deprecated_path}` config has been renamed to `{self.exp_path}`."

f"The `{self.deprecated_path}` config has been renamed to `{self.exp_path}`."

The `source-paths` config has been renamed to ``.Please update your
`dbt_project.yml` configuration to reflect this change.
@jtcohen6 jtcohen6 added the bug Something isn't working label Apr 20, 2023
@jtcohen6 jtcohen6 added this to the v1.5.x milestone Apr 20, 2023
@github-actions github-actions bot changed the title Add exp_path back to project config deprecation warning [CT-2450] Add exp_path back to project config deprecation warning Apr 20, 2023
@jtcohen6 jtcohen6 self-assigned this May 6, 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