-
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
🎉 New Source: Datastax Astra #34052
🎉 New Source: Datastax Astra #34052
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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,
|
@flash1293 - we have updated this PR to reflect the changes you suggested on the Airbyte Destination PR you've been reviewing for us. |
Hello @anomnaco thanks for the contribution! I'm going to review during the week, as this been a full custom source will need some time to learn about how datastax works to make sure the implementation is following the recommended guidelines. |
Hi @marcosmarxm - for a little extra context here, this AstraDB source is a managed Cassandra provider - quite similar to the source you have for Apache Cassandra in function. Apologies if this is already info you have :-) |
Thanks for the info, Cassandra is a destination using the Java JDBC base class. |
@aaronsteers we have astra already, right? Cool to close this? |
Creating a source connector to read data from Datastax Astra's new JSON API. Requires python cdk because of the need to dynamically generate JSONSchema for tables since the JSON API is a document store and can have arbitrary schema.