-
Notifications
You must be signed in to change notification settings - Fork 294
Support persisting the LoadMode.VIRTUALENV directory
#1079
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
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
cdc2582
Add support for virtual env directory flag
LennartKloppenburg a2e4022
Add basic test
LennartKloppenburg 6ac0225
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] bf3d1f1
Only accept Path(...)
LennartKloppenburg 5715d16
Check if venv_dir needs to be created + document helper
LennartKloppenburg 4971c4e
Assert warning
LennartKloppenburg 522e7ac
Support both virtualenv use-cases in two task groups in the example DAG
LennartKloppenburg 905f602
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] ef245ba
Implement locking mechanism [WIP]
LennartKloppenburg 2fcc707
Return types and private methods+attrs
LennartKloppenburg 0a58f34
Add better checks around releasing lock file
LennartKloppenburg 55f785e
Add a validation decorator
LennartKloppenburg cd47ddc
Mock + rebase
LennartKloppenburg ad54b59
Support `ProjectConfig.dbt_project_path = None` & different paths for…
MrBones757 8e86ce2
Fix rebase conflicts
LennartKloppenburg e384177
Fix reusing config accross TaskGroups/DAGs (#664)
tatiana d0eeae0
Iron out locking flow
LennartKloppenburg bebe6d4
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 801a6dc
Enable temporarily tests on this branch
tatiana 521ce5a
Fix tests in main
tatiana bd5aa76
Fix tests
tatiana 376616b
Remove check for dbt binary, that is handled elsewhere
tatiana 738ee73
Fix pre-commit hook check
tatiana 610e5a4
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
pre-commit-ci[bot] 7aabbf6
Update .github/workflows/test.yml
tatiana c33dc5b
Solve issue in deleting virtualenv temp dir if task fails
tatiana 2949862
Solve issue in deleting virtualenv temp dir if task fails
tatiana 490855a
Add comments to improve the coverage
tatiana 551fd28
Add tests
tatiana 16b83bb
Add tests
tatiana 4fe457e
Add more tests
tatiana 4068edc
Add more tests
tatiana 0e17d30
Finish covering virtualenv wuth tests
tatiana d9c7cc4
Workaround issue of caplog not capturing Airflow Operator self.log.info
tatiana 0042e76
⬆ [pre-commit.ci] pre-commit autoupdate (#1125)
pre-commit-ci[bot] 63a2bf4
Fix import handling by lazy loading hooks introduced in PR #1109 (#1132)
dwreeves 31041fe
⬆ [pre-commit.ci] pre-commit autoupdate (#1144)
pre-commit-ci[bot] 0f0d93a
Cache package-lock.yml file (#1086)
pankajastro f333714
⬆ [pre-commit.ci] pre-commit autoupdate (#1154)
pre-commit-ci[bot] f1a1273
Add default source nodes rendering (#1107)
arojasb3 eb983d6
Merge branch 'main' into feature/cache-virtualenv
tatiana 5da4395
Blackfy
tatiana 7d0c31a
Fix broken test
tatiana 31bbd19
Fix broken test
tatiana 8621e49
Refactor so integration DAG runs again
tatiana c48f1ca
Refactor so integration DAG runs again
tatiana 0f7fcf4
Fix unittests
tatiana a712c27
Add docs
tatiana 43cb07d
Address PR feedback
tatiana b465b2a
Address PR feedback
tatiana bf35988
Fix unittest mock
tatiana 41fe21c
Merge branch 'main' into feature/cache-virtualenv
tatiana b6813af
Improve comments
tatiana 0ff5c7a
Fix issue after rebase
tatiana f4d0c3a
Merge branch 'main' into feature/cache-virtualenv
tatiana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.