How to create a custom schema in Airbyte? #32812
Replies: 1 comment
-
Hi @komalm Currently, we don't have a Cassandra source but this is something that has been requested in #32736 I can't confirm that this will get developed but I'll add this case there and tag you to try to give that as much traction as possible. In the meantime, if you have your data in a .csv, you could use the file connector source but please note this can't be used with Airbyte Cloud: https://docs.airbyte.com/integrations/sources/file If you are an Airbyte Cloud user, you could put your .csv in a google sheet and use the Google Sheets connector: https://docs.airbyte.com/integrations/sources/google-sheets Unless your .csv is being updated somehow neither of these provide an ideal solution so if you're feeling adventurous, developing your own Cassandra source might be the best option here using one of our connector development frameworks: https://docs.airbyte.com/connector-development/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We wanted to use Airbyte to sync data from a Cassandra database to a Postgres database. However, after some inquiry, we discovered that "The Cassandra source is not currently available in Airbyte." So we came up with a fresh solution: "We export CSV from Cassandra and use that." (As a custom schema)
But we don't know how to use CSV files as a source right now.
Please guide us on this.
Beta Was this translation helpful? Give feedback.
All reactions