-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Connector-builder server stub #18410
Changes from 84 commits
7736109
ad5abf0
aca3534
75ad65c
77197a1
b05daa8
8543034
7fad84f
4cad0d5
f745d28
795523b
f9258a7
2419f54
5022710
3360dad
faf6eae
39efd07
33e895b
88d846a
e8da375
1172f14
82e98c7
0e16c33
e1e01b7
0820e52
71516c8
a10d7ba
742913b
66fa528
c7cf7e5
4b6e5db
7bc8ada
9832f6f
8d26e6e
8db977e
a2e4ac9
0ddbaec
a70e0f6
77aa027
099cecf
9cee657
05ea9db
dabce80
ba02a4a
46fa3bc
24fc6a6
f8dffee
0cf0a9c
bdd5c7a
98c4a41
57dda04
7dc72f4
71cae24
2d91e18
3d15749
beac3d4
2e0bd72
52f2f7a
39a5da2
f8ed162
9c88d96
23579ba
cc44f00
0c66a45
b2d802b
6ccd6c6
e46a837
91db24f
abf562f
7c94331
787d0c0
75ff3ad
46a4d25
08953b4
4e184d0
2f51292
1c43c13
ed9fea0
245b0b2
d941984
0f048d3
460720a
c683e83
75fd366
6e7019d
78d50ca
2a439af
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 |
---|---|---|
|
@@ -23,6 +23,7 @@ HACK_LOCAL_ROOT_PARENT=/tmp | |
WEBAPP_URL=http://localhost:8000/ | ||
API_URL=/api/v1/ | ||
INTERNAL_API_HOST=airbyte-server:8001 | ||
#CONNECTOR_BUILDER_API_HOST=airbyte-connector-builder:8003 #FIXME: Uncomment this when enabling the connector-builder | ||
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. this is commented out for now because this is stubbed? 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. yes. I doubt there would be any harm to exposing the env variable, but we can just turn this on at the same time as we enable the server |
||
SYNC_JOB_MAX_ATTEMPTS=3 | ||
SYNC_JOB_MAX_TIMEOUT_DAYS=3 | ||
WORKERS_MICRONAUT_ENVIRONMENTS=control-plane | ||
|
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.
add the module to so its version gets bumped with the others
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.
does this mean that to get a connector builder update, I have to upgrade my whole airbyte instance? in that case we should probably recommend that people develop lowcode connectors in a separate instance from their prod one. Just a note for the docs in the future