-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BACKPORT] pin click #8051
Closed
Closed
[BACKPORT] pin click #8051
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…atest during release process
(cherry picked from commit ada8860) Co-authored-by: Jeremy Cohen <[email protected]>
(cherry picked from commit 6fedfe0) Co-authored-by: Jeremy Cohen <[email protected]>
) (#7405) safe version attribute access in _check_resource_uniqueness
(cherry picked from commit 57e9096) Co-authored-by: Michelle Ark <[email protected]>
…atest during release process
…est version has been modified (#7439) (#7460) (cherry picked from commit 2739d5f) Co-authored-by: Michelle Ark <[email protected]>
…eRefResolver (#7438) (#7461) (cherry picked from commit 9874f9e) Co-authored-by: Michelle Ark <[email protected]>
* Latest version should use un-suffixed alias * Latest version can be in un-suffixed file * FYI when unpinned ref to model with prerelease version * [WIP] Nicer error if versioned ref to unversioned model * Revert "Latest version should use un-suffixed alias" This reverts commit 3616c52. * Revert "[WIP] Nicer error if versioned ref to unversioned model" This reverts commit c9ae4af. * Define real event for UnpinnedRefNewVersionAvailable * Update pp test for implicit unsuffixed defined_in * Add changelog entry * Fix unit test * marky feedback * Add test case for UnpinnedRefNewVersionAvailable event (cherry picked from commit d53bb37) Co-authored-by: Jeremy Cohen <[email protected]>
…st during release process
…7548) * Back compat for previous retrurn type of 'collect_freshness' * Test fixups * PR feedback
(cherry picked from commit 19d6dab) Co-authored-by: Doug Beatty <[email protected]>
(cherry picked from commit 5a7b73b) Co-authored-by: Jeremy Cohen <[email protected]>
* Pin protobuf to >=4.0.0 * Changie (cherry picked from commit d34c511) Co-authored-by: Gerda Shank <[email protected]>
test statically parsed two-argument ref (cherry picked from commit 0891aef) Co-authored-by: Michelle Ark <[email protected]>
) (cherry picked from commit 40aca4b) Co-authored-by: Kshitij Aranke <[email protected]>
…atest during release process
#7605) * CT 2510 Throw error for duplicate versioned and non versioned model names (#7577) * Check for versioned/unversioned duplicates * Add new exception DuplicateVersionedUnversionedError * Changie * Handle packages when finding versioned and unversioned duplicates (cherry picked from commit 29f2cfc) * Issue AmbiguousAlias error after DuplicateResourceName
* Exclude some profile fields from Jinja rendering when they are not valid Jinja. (#7630) * CT-2583: Exclude some profile fields from Jinja rendering. * CT-2583: Add functional test. * CT-2583: Change approach to password jinja detection * CT-2583: Extract string constant and add additional checks * CT-2583: Improve unit test coverage * CT-2583: Update changelog entry to reflect new approach
…atest during release process
…ypes (#7512) (#7784) (cherry picked from commit 05b0ebb) Co-authored-by: Michelle Ark <[email protected]>
(cherry picked from commit ca73a2a) Co-authored-by: Gerda Shank <[email protected]>
* update adapters url (#7779) * update adapters url in response to [docs.getedbt.com pr 3465](https://github.com/dbt-labs/docs.getdbt.com/issues/3465), updating this error message to point to the correct URL, which was recently changed. old URL: https://docs.getdbt.com/docs/supported-data-platforms#adapter-installation new URL: https://docs.getdbt.com/docs/connect-adapters#install-using-the-cli thank you @dbeatty10 for your 🦅 👀 ! * adding changie entry * Update .changes/unreleased/Breaking Changes-20230612-161159.yaml --------- Co-authored-by: Emily Rockman <[email protected]> # Conflicts: # core/dbt/exceptions.py * update error msg --------- Co-authored-by: mirnawong1 <[email protected]>
(cherry picked from commit 83d163a) Co-authored-by: Jeremy Cohen <[email protected]> Co-authored-by: Michelle Ark <[email protected]>
(cherry picked from commit 9c7e01d) Co-authored-by: Jeremy Cohen <[email protected]> Co-authored-by: Michelle Ark <[email protected]>
* cherry pick f767943 * Regenerate event proto types --------- Co-authored-by: Jeremy Cohen <[email protected]>
…atest during release process
…st during release process
Co-authored-by: Daniel Reeves <[email protected]>
* Remove pin of sqlparse to below 0.4.4 * Changie
…8006) (#8037) (cherry picked from commit 7ea51df) Co-authored-by: Michelle Ark <[email protected]>
* pin click * changelog # Conflicts: # core/setup.py
emmyoop
requested review from
nathaniel-may,
aranke and
VersusFacit
and removed request for
a team
July 7, 2023 16:33
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves #8050
Description
Pin click click>=7.0,<8.1.4
This backport differs from main to reduce risk of anyone depending on a version of click~=7 since it's a previous version
Checklist
changie new
to create a changelog entry