-
Notifications
You must be signed in to change notification settings - Fork 30
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
base: main
Are you sure you want to change the base?
Changes from 48 commits
cdd1ac9
7490ad1
9e84e1c
47bd67c
36d7f1f
b002218
acbab7e
d33dcdd
4253f28
64610b9
b228857
77772c3
6ca213c
dce4f8c
24a0919
f920f04
f01525f
769d361
c3cbad8
3cb8faf
08397ad
4066c75
943ea41
fac853c
9b37bc5
640c811
5894a1f
a79ad83
46170ad
c8dd910
2ce3b99
dd94e86
451ce82
59353af
e58bdd3
bfaf62f
b1cd8af
f87c884
f3b6928
b956a30
6cf6e1c
49d571e
6319699
3798fb4
ff14901
2345164
3245f0f
6748db0
e27697e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,8 @@ class AirbyteEntrypointException(Exception): | |
raise output.as_exception() | ||
""" | ||
|
||
message: str | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Question about the dataclass field addition - could this break the existing constructor pattern? Adding the The method calls
wdyt? This would ensure the constructor call aligns with the new dataclass structure. 🤖 Prompt for AI Agents
|
||
|
||
|
||
class EntrypointOutput: | ||
"""A class to encapsulate the output of an Airbyte connector's execution. | ||
|
Uh oh!
There was an error while loading. Please reload this page.