Xata
Airbyte destination connector for Xata.
Introduction
Currently only append is supported.
Conventions:
- The streamname will define the name of the table in Xata.
- The messagedata will be mapped one by one to the table schema.
For example, a stream name nyc_taxi_fares_2022 will attempt to write to a table with the same name.
If the message has the following shape:
{
    "name": "Yellow Cab, co",
    "date": "2022-05-15",
    "driver": "Joe Doe"
}
the table must have the same columns, mapping the names and data types, one-by-one.
Getting Started
In order to connect, you need:
- API Key: go to your account settings to generate a key.
- Database URL: navigate to the configuration tab in your workspace and copy the Workspace API base URL.
CHANGELOG
| Version | Date | Pull Request | Subject | 
|---|---|---|---|
| 0.1.1 | 2023-06-21 | #27542 | Mark api_key as Airbyte Secret | 
| 0.1.0 | 2023-06-14 | #24192 | New Destination Connector Xata |