-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
add AIRBYTE_ENTRYPOINT for kubernetes support #3973
Conversation
Can't wait for #1866 btw |
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.
can you also update templates? Checklist for updating templates is in the PR checklist template
@@ -1,7 +1,8 @@ | |||
FROM scratch | |||
|
|||
## TODO Add your dockerfile instructions here | |||
|
|||
## TODO uncomment the below line |
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.
good call @sherifnada !
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.
/publish connector=bases/base-python
|
/publish connector=bases/base-normalization
|
/publish connector=connectors/destination-bigquery
|
/publish connector=connectors/destination-csv
|
/publish connector=connectors/destination-e2e-test
|
/publish connector=connectors/destination-local-json
|
/publish connector=connectors/destination-meilisearch
|
/publish connector=connectors/destination-mssql
|
/publish connector=connectors/destination-mysql
|
/publish connector=connectors/destination-oracle
|
/publish connector=connectors/destination-postgres
|
/publish connector=connectors/destination-redshift
|
/publish connector=connectors/destination-s3
|
/publish connector=connectors/destination-snowflake
|
/publish connector=connectors/source-recharge run-tests=false
|
/publish connector=connectors/source-salesforce-singer run-tests=false
|
/publish connector=connectors/source-zendesk-support-singer run-tests=false
|
/publish connector=connectors/source-google-sheets run-tests=false
|
/publish connector=connectors/source-shopify run-tests=false
|
/publish connector=connectors/source-shopify-singer run-tests=false
|
Status of all of the connectors: https://docs.google.com/document/d/1ad6n6yhC9P4V7gyTB2G6lwpL5jVTWZj69s8xJDcWuxQ/edit If the tests pass here I'm going to merge. |
resolves most of the checks from #3903 :
I'll publish tonight or tomorrow morning