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

Remove legacy time spine warning message #353

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

DevonFulcher
Copy link
Contributor

Resolves # SL-2934

Description

This PR removes the legacy time spine configuration warning in order to make the warning appear in dbt-core as a behavior change instead.

Checklist

Copy link
Contributor

@courtneyholcomb courtneyholcomb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - note that we'll need to release a new production version in order to ship this to core. That process is documented here https://www.notion.so/dbtlabs/DSI-Build-Release-Process-48d94828e8b840abb8529f7501fb2c5b?pvs=4

)
issues = validator.validate_semantic_manifest(semantic_manifest)
assert not issues.has_blocking_issues
assert len(issues.warnings) == 1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could keep this test but update this to say assert len(issues.warnings) == 1 and remove the line below!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you mean assert len(issues.warnings) == 0, right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes 😆

@courtneyholcomb
Copy link
Contributor

Actually, we shouldn't do the production release until after code freeze, since mantle could pick up the new version.

@DevonFulcher DevonFulcher merged commit c77db7a into main Oct 7, 2024
18 checks passed
@DevonFulcher DevonFulcher deleted the Remove_legacy_time_spine_deprecation_warning branch October 7, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants