- Notifications
You must be signed in to change notification settings - Fork 4.9k
Remove base-python gradle dependencies in connectors where base-python is not used #7499
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
Remove base-python gradle dependencies in connectors where base-python is not used #7499
Conversation
…dk' into htrueman/remove-base-python-gradle-dependencies
…factor-to-cdk' into htrueman/remove-base-python-gradle-dependencies
…ctor-to-cdk' into htrueman/remove-base-python-gradle-dependencies
…-cdk' into htrueman/remove-base-python-gradle-dependencies
…efactor-to-cdk' into htrueman/remove-base-python-gradle-dependencies
Remove requirements.txt files.
| /publish connector=connectors/source-shortio
|
| /publish connector=connectors/source-square
|
| /publish connector=connectors/source-us-census
|
| /publish connector=connectors/source-snapchat-marketing
|
…e-python-gradle-dependencies # Conflicts: # airbyte-config/init/src/main/resources/config/STANDARD_SOURCE_DEFINITION/12928b32-bf0a-4f1e-964f-07e12e37153a.json # airbyte-config/init/src/main/resources/seed/source_definitions.yaml # airbyte-integrations/connectors/source-intercom/Dockerfile # airbyte-integrations/connectors/source-mixpanel/Dockerfile # docs/integrations/sources/intercom.md # docs/integrations/sources/mixpanel.md
…n is not used (airbytehq#7499) * Remeve base-python references. * Add requirements.txt * Fix requirements.txt blank line * Fix source-exchange rates to common CDK approach * Fix source-smartsheets SAT. Fix source-exchange-rates build.gradle. * Bump docker version * Update source-dixa SAT config * Fix source-exchange-rates SAT config * Revert bump scaffold sources version * Fix source-shortio SAT config * Fix source-square invalid_config.json * Fix source-us-census invalid_config.json * Fix source-intercom versioning
What
Part of #7242 story.
How
Updated connectors with
base-python, but wherebase-pythonis not used.base-pythonreferences.requirements.txt.Pre-merge Checklist
Expand the relevant checklist and delete the others.
New Connector
Community member or Airbyter
airbyte_secret./gradlew :airbyte-integrations:connectors:<name>:integrationTest.README.mdbootstrap.md. See description and examplesdocs/SUMMARY.mddocs/integrations/<source or destination>/<name>.mdincluding changelog. See changelog exampledocs/integrations/README.mdairbyte-integrations/builds.mdAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>command is passing./publishcommand described hereUpdating a connector
Community member or Airbyter
airbyte_secret./gradlew :airbyte-integrations:connectors:<name>:integrationTest.README.mdbootstrap.md. See description and examplesdocs/integrations/<source or destination>/<name>.mdincluding changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>command is passing./publishcommand described hereConnector Generator
-scaffoldin their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplatesthen checking in your changes