-
Notifications
You must be signed in to change notification settings - Fork 29
feat: Add unprivileged and config-free discover for declarative static schemas #559
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
Open
aaronsteers
wants to merge
49
commits into
main
Choose a base branch
from
aj/feat/unprivileged-discover-for-declarative-static-schemas
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 40 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
cdd1ac9
feat: skip config validation during discovery for sources with Dynami…
devin-ai-integration[bot] 7490ad1
style: fix formatting issues
devin-ai-integration[bot] 9e84e1c
fix: update entrypoint to make --config optional for discovery
devin-ai-integration[bot] 47bd67c
style: fix formatting issues
devin-ai-integration[bot] 36d7f1f
fix: add type annotation for empty_config
devin-ai-integration[bot] b002218
refactor: use generator comprehension instead of list comprehension
devin-ai-integration[bot] acbab7e
Update airbyte_cdk/entrypoint.py
aaronsteers d33dcdd
Update CHANGELOG.md
aaronsteers 4253f28
Update airbyte_cdk/sources/declarative/manifest_declarative_source.py
aaronsteers 64610b9
feat: add check_config_during_discover flag for targeted config valid…
devin-ai-integration[bot] b228857
style: fix formatting issues
devin-ai-integration[bot] 77772c3
Update CHANGELOG.md
aaronsteers 6ca213c
refactor: push check_config_during_discover flag into connector base …
devin-ai-integration[bot] dce4f8c
style: fix formatting issues
devin-ai-integration[bot] 24a0919
fix: resolve MyPy type checking issues with check_config_during_disco…
devin-ai-integration[bot] f920f04
refactor: move check_config_during_discover to BaseConnector class
devin-ai-integration[bot] f01525f
Update airbyte_cdk/connector.py
aaronsteers 769d361
Update airbyte_cdk/connector.py
aaronsteers c3cbad8
Update airbyte_cdk/sources/declarative/manifest_declarative_source.py
aaronsteers 3cb8faf
Auto-fix lint and format issues
08397ad
fix condition direction
aaronsteers 4066c75
fix direction of comparison
aaronsteers 943ea41
Merge remote-tracking branch 'origin/main' into aj/feat/unprivileged-…
aaronsteers fac853c
fix config parse
aaronsteers 9b37bc5
handle case of missing config
aaronsteers 640c811
fix: don't assume bad config will fail discover
aaronsteers 5894a1f
improve read check
aaronsteers a79ad83
quote the name
aaronsteers 46170ad
Auto-fix lint and format issues
c8dd910
default to not checking before discover
aaronsteers 2ce3b99
don't raise on missing error in helper function
aaronsteers dd94e86
improve tests
aaronsteers 451ce82
Merge branch 'main' into aj/feat/unprivileged-discover-for-declarativ…
aaronsteers 59353af
Auto-commit Resolving dependencies... changes
e58bdd3
Apply suggestion from @coderabbitai[bot]
aaronsteers bfaf62f
Apply suggestion from @coderabbitai[bot]
aaronsteers b1cd8af
Apply suggestion from @coderabbitai[bot]
aaronsteers f87c884
Apply suggestion from @coderabbitai[bot]
aaronsteers f3b6928
Apply suggestion from @coderabbitai[bot]
aaronsteers b956a30
Apply suggestion from @aaronsteers
aaronsteers 6cf6e1c
fix: Add missing config parameter in _uses_dynamic_schema_loader method
devin-ai-integration[bot] 49d571e
fix: Resolve MyPy error and update test plan with successful results
devin-ai-integration[bot] 6319699
fix: Add missing blank line for ruff formatting compliance
devin-ai-integration[bot] 3798fb4
fix: Resolve Pydantic frozen instance error in connector_base.py
devin-ai-integration[bot] ff14901
Apply suggestion from @aaronsteers
aaronsteers 2345164
selective import from 'origin/devin/1752808596-manual-tests-static-sc…
aaronsteers 3245f0f
catch up with changes on main
aaronsteers 6748db0
add exception arg
aaronsteers e27697e
remove unused import
aaronsteers 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
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.