-
-
Notifications
You must be signed in to change notification settings - Fork 39
Version 3.0.0 #145
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
tomasfarias
merged 24 commits into
tomasfarias:master
from
millin:fix/adapter_specific_hooks
Apr 12, 2025
Merged
Version 3.0.0 #145
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
fcff9c2
fix: drop py37_copytree
millin 0fc61ec
fix: incorrect conn_id
millin ad97caa
fix: use functools.cache for get_remote
millin c4a87f4
fix: duplicate log lines
millin 1a76ada
fix: poetry deprecation warnings
millin e2700fa
fix: move remote hooks
millin f30c9f0
fix: profiles_dir must be used if specified. close #133
millin ef78d19
fix: add missing config args
millin c0542ef
feat: adapter specific hooks. close #147
millin 20566d9
feat: separate hook to get extra target based on Airflow connection
millin c33df56
fix: fixed conn_type. close #142
millin 4d6edc7
fix: support branches for DbtGitRemoteHook. close #122
millin e415caa
feat: add GCS remote hook. close #139
millin 4ba8726
fix: add missing mutually exclusive attrs
millin 364ba09
docs: update docstring
millin f760553
docs: update
millin 40d1f50
fix: mypy checks
millin c666d7b
chore: Version v3.0.0 bump
millin db29cd7
fix: rename remote to fs
millin 79a369d
fix: add comment for regexp
millin ef3038f
fix: clean up the mess
millin 23dfb30
fix: mock-gcp from PyPI
millin aee9c9c
fix: replace the set of DbtConnectionParam with conditions by a singl…
millin e136027
fix: remove unnecessary os.sep
millin 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Hooks module provides DbtHooks and DbtRemoteHooks.""" | ||
"""Hooks module provides DbtHooks and DbtFSHooks.""" | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
praise: Fantastic work in this commit.