-
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
Source Github: Convert to airbyte-lib #34100
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Before Merging a Connector Pull RequestWow! What a great pull request you have here! 🎉 To merge this PR, ensure the following has been done/considered for each connector added or updated:
If the checklist is complete, but the CI check is failing,
|
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.
CAT failed on expected records, so PR can be approved
@flash1293 - fyi, I was testing this in a new Colab notebook: https://colab.research.google.com/drive/1sphTQAZAkt8sXpAkO2ANxZMX_Hg4NemV#scrollTo=qQVRO69c2DoA In the process, I found that the
For this connector and others, it is probably safer to use For this issue, I will contribute a commit to try to fix, and will retest in the notebook. Update: Double-asterisks ("**/...") do not work in this context, unfortunately. We can accomplish something similar by including n levels of wildcards, up to 4 or 5 levels. My latest commit takes this approach, and I've confirmed that it now runs successfully in the Colab notebook above. Since some connectors store spec as a yaml file, I thought it was a good general precedent to also include ".yml" and ".yaml" files at the base of the package directory. |
Thanks for the callout @aaronsteers - I don't plan to merge this PR anymore, but I rolled out this change to all connectors on the big refactoring PR: #34552 |
Make the connector ready to be consumed by airbyte-lib