-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🎉 New Source: PyPI [low-code cdk] #18632
Conversation
Please do not merge, I have documentation to do. |
@koconder secrets/config is not present in the repo. Should be why it's failing. I'll try to change the acceptance-test file to point to sample config |
@NoelJacob this is normal as there is no test config file for this connection yet on airbyte side. Please hang tight as i review. |
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.
Hello @NoelJacob, Marcos from Airbyte here 👋 . We received more than 25 new contributions along the weekend. One is yours 🎉 thank so much for! Our team is limited and maybe the review process can take longer than expected. As described in the Airbyte's Hacktoberfest your contribution was submitted before November 2nd and it is eligible to win the prize. The review process will validate other requirements. I ask to you patience until someone from the team review it.
Because I reviewed some contributions for Hacktoberfest so far I saw some common patterns you can check in advance:
- Make sure you have added connector documentation to
/docs/integrations/
- Remove the file
catalog
from/integration_tests
- Edit the
sample_config.json
inside/integration_tests
- For the
configured_catalog
you can use onlyjson_schema: {}
- Add title to all properties in the
spec.yaml
- Make sure the
documentationUrl
in thespec.yaml
redirect to Airbyte's future connector page, eg: connector Airtable thedocumentationUrl: https://docs.airbyte.com/integrations/sources/airtable
- Review now new line at EOF (end-of-file) for all files.
If possible send to me a DM in Slack with the tests credentials, this process will make easier to us run integration tests and publish your connector. If you only has production keys, make sure to create a bootstrap.md explaining how to get the keys.
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.
@NoelJacob would be good if you look at some of the minor changes. I will go ahead and do a quick local acceptance test and see where we go from there. Thanks again for the contribution
Test results:
|
All tests are now passing, I made some changes to make it all work.
@marcosmarxm as this has no auth, I’m using the following config: {
"project_name": "airbyte-cdk",
"version": "0.5.2"
} |
/test connector=connectors/source-pypi
Build PassedTest summary info:
|
/publish connector=connectors/source-pypi
if you have connectors that successfully published but failed definition generation, follow step 4 here |
* PyPI (#11) * Init * Update acceptance-test-config.yml * Update * Update acceptance-test-config.yml * Add requested changes and docs * Update acceptance.py * Update acceptance-test-config.yml * Update setup.py * fix EOFL * Update README.md * Update README.md * changes to pass tests * Update source_definitions.yaml * Update source_specs.yaml Co-authored-by: Vincent Koc <koconder@users.noreply.github.com> Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
What
Data from PyPI as source
How
Used Low-code API
Recommended reading order
spec.yaml
pypi.yaml
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.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
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/publish
command described hereTests
Acceptance