-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
🎉 Sources Appstore Singer: refactor to use the cdk #7757
🎉 Sources Appstore Singer: refactor to use the cdk #7757
Conversation
please add SAT integration |
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.
SAT
/test connector=source-appstore-singer
|
/test connector=source-appstore-singer
|
/test connector=source-appstore-singer
|
/publish connector=connectors/source-appstore-singer
|
What
Sources Appstore Singer to use the CDK
Closes #7652
How
This task is part of issue #6164 and #7244.
The Source Appstore Singer significantly relies on dead CDK code. So import BaseSource from base_python were replaced by import from deprecated package of the CDK. Gradle file, setup.py, Dockerfile, requirements.txt were updated. main_dev.py was renamed to main.py, updated, and added to .dockerignore.
SAT wasn't set up for the connector because packages versions conflicting error in dependencies appeared while installing source-acceptance-test package. Separated issue was created airbytehq/airbyte-internal-issues#319. Also test credentials is required.
.
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog example