Uh oh!
There was an error while loading. Please reload this page.
Add upgrade and upgrade eager flags to pip install call - #1636
Merged
andrewnester merged 2 commits intoJul 31, 2024
Merged
Conversation
JCZuurmondforce-pushed
the
fix/let-upgrade-install-latest-dependencies-versions
branch
from
July 30, 2024 12:35
40d83eb to
02c309cCompareandrewnester
enabled auto-merge
July 31, 2024 08:04
JCZuurmond
commented
Jul 31, 2024
ContributorAuthor
@andrewnester : The automerge requires an approve |
andrewnester
approved these changes
Jul 31, 2024
JCZuurmond
deleted the
fix/let-upgrade-install-latest-dependencies-versions
branch
July 31, 2024 13:54
andrewnester added a commit
that referenced
this pull request
Jul 31, 2024
Bundles: * Add resource for UC schemas to DABs ([#1413](#1413)). Internal: * Use dynamic walking to validate unique resource keys ([#1614](#1614)). * Regenerate TF schema ([#1635](#1635)). * Add upgrade and upgrade eager flags to pip install call ([#1636](#1636)). * Added test for negation pattern in sync include exclude section ([#1637](#1637)). * Use precomputed terraform plan for `bundle deploy` ([#1640](#1640)).
Merged
github-merge-queueBot
pushed a commit
that referenced
this pull request
Jul 31, 2024
Bundles: * Add resource for UC schemas to DABs ([#1413](#1413)). Internal: * Use dynamic walking to validate unique resource keys ([#1614](#1614)). * Regenerate TF schema ([#1635](#1635)). * Add upgrade and upgrade eager flags to pip install call ([#1636](#1636)). * Added test for negation pattern in sync include exclude section ([#1637](#1637)). * Use precomputed terraform plan for `bundle deploy` ([#1640](#1640)).
denik pushed a commit
that referenced
this pull request
May 20, 2026
## Changes Add upgrade and upgrade eager flags to pip install call for Databricks labs projects. See [this documentation](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-U) for more information about the flags. Resolves#1634 ## Tests - [x] Manually
denik pushed a commit
that referenced
this pull request
May 20, 2026
Bundles: * Add resource for UC schemas to DABs ([#1413](#1413)). Internal: * Use dynamic walking to validate unique resource keys ([#1614](#1614)). * Regenerate TF schema ([#1635](#1635)). * Add upgrade and upgrade eager flags to pip install call ([#1636](#1636)). * Added test for negation pattern in sync include exclude section ([#1637](#1637)). * Use precomputed terraform plan for `bundle deploy` ([#1640](#1640)).
This file contains hidden or 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
Sign up for freeto 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.
Changes
Add upgrade and upgrade eager flags to pip install call for Databricks labs projects. See this documentation for more information about the flags.
Resolves#1634
Tests