-
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
airbyte-lib: Refactor follow-up #34649
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@alafanechere A follow-up to the refactoring PR; I missed some bits |
/approve-and-merge reason="we decided that this kind of global changes can bypass CI"
|
1 similar comment
/approve-and-merge reason="we decided that this kind of global changes can bypass CI"
|
This is a follow-up to #34552
The
package_data
needs to be set correctly for airbyte-lib connectors as otherwise some json/yaml files are missing. This doesn't affect the docker image build as it will bundle all files regardless whether they show up in package_data or not.This was already fixed for most connectors in the original PR, but I missed some connectors. This PR follows up on this and fixes the rest of the connectors - now all python sources specify the same package data.
The generator template for new connectors will be adjusted in a follow-up PR.