Xata [ARCHIVED]
Airbyte destination connector for Xata.
Introduction
Currently only append
is supported.
Conventions:
- The
stream
name will define the name of the table in Xata. - The
message
data 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
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.14 | 2024-08-10 | 43462 | Update dependencies |
0.1.13 | 2024-08-03 | 43200 | Update dependencies |
0.1.12 | 2024-07-27 | 42657 | Update dependencies |
0.1.11 | 2024-07-20 | 42355 | Update dependencies |
0.1.10 | 2024-07-13 | 41795 | Update dependencies |
0.1.9 | 2024-07-10 | 41481 | Update dependencies |
0.1.8 | 2024-07-09 | 41238 | Update dependencies |
0.1.7 | 2024-07-06 | 40949 | Update dependencies |
0.1.6 | 2024-06-25 | 40497 | Update dependencies |
0.1.5 | 2024-06-22 | 39991 | Update dependencies |
0.1.4 | 2024-06-04 | 39088 | [autopull] Upgrade base image to v1.2.1 |
0.1.3 | 2024-05-21 | 38499 | [autopull] base image + poetry + up_to_date |
0.1.2 | 2024-03-05 | #35838 | Un-archive connector |
0.1.1 | 2023-06-21 | #27542 | Mark api_key as Airbyte Secret |
0.1.0 | 2023-06-14 | #24192 | New Destination Connector Xata |