-
Notifications
You must be signed in to change notification settings - Fork 31
feat: additional interpolation contexts for download step of async job #757
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
pnilan
merged 16 commits into
main
from
dbgold17/provide-additional-context-to-async-job-steps
Sep 11, 2025
Merged
Changes from 7 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
972cc60
minor improvements to the development flow int the cdk. automatically…
dbgold17 598fe31
Update debug_manifest/debug_manifest.py
dbgold17 42d6476
handle case where manifest_file is not an argument
dbgold17 a22b03f
remove unnecessary code
dbgold17 be8d864
add additional contexts to download requester
dbgold17 e33fd59
make download_target_extractor optional in schema
dbgold17 fab8033
make download_target_extractor optional
dbgold17 7a25306
Update airbyte_cdk/sources/declarative/requesters/http_job_repository.py
dbgold17 20914b8
linting
dbgold17 1289ab0
Merge branch 'dbgold17/provide-additional-context-to-async-job-steps'…
dbgold17 cfc34a7
Merge branch 'main' into dbgold17/provide-additional-context-to-async…
dbgold17 c67d4ae
clean up error handling for http_job_repository
dbgold17 31b29b9
enforce dependency between fields in model to component factory
dbgold17 c3139aa
update README
dbgold17 b694b5b
undo mistake in descriptions
dbgold17 708f2a2
fix
dbgold17 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
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 |
|---|---|---|
|
|
@@ -7,5 +7,4 @@ | |
|
|
||
| set -e | ||
|
|
||
| pip install dagger-io==0.13.3 | ||
| python bin/generate_component_manifest_files.py | ||
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.
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.