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

move deprecation check outside package caching #5069

Merged
merged 2 commits into from
Apr 14, 2022

Conversation

emmyoop
Copy link
Member

@emmyoop emmyoop commented Apr 14, 2022

resolves #5068

Description

Check deprecation of packages outside of package caching. This is not actually causing error today. However, the deprecation doesn't get cached so it should live outside that logic. It's also preventing tests from working as expected so a real fix here allows for better tests.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have added information about my change to be included in the CHANGELOG.

@emmyoop emmyoop requested a review from a team as a code owner April 14, 2022 18:21
@cla-bot cla-bot bot added the cla:yes label Apr 14, 2022
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@emmyoop emmyoop requested review from leahwicz and gshank and removed request for a team, ChenyuLInx and stu-k April 14, 2022 18:23
Copy link
Contributor

@gshank gshank 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.

@emmyoop emmyoop merged commit 8db6bac into main Apr 14, 2022
@emmyoop emmyoop deleted the er/ct-494-deprecation-cache branch April 14, 2022 19:13
emmyoop added a commit that referenced this pull request Apr 25, 2022
* move deprecation check outside package caching

* add changelog
@emmyoop emmyoop mentioned this pull request Apr 25, 2022
emmyoop added a commit that referenced this pull request Apr 25, 2022
* move deprecation check outside package caching (#5069)

* move deprecation check outside package caching

* add changelog

* fix retry logic failures (#5137)

* fix retry logic failures

* changelog

* add tests to make sure data is getting where it needs to

* rename file

* remove duplicate file

* move unit test to old framework since new one doesn't exist here
agoblet pushed a commit to BigDataRepublic/dbt-core that referenced this pull request May 20, 2022
* move deprecation check outside package caching

* add changelog
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.

[CT-494] Move the deprecation check for dependancies outside the caching logic
2 participants