1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/docs/integrations/destinations/xata.md

1.9 KiB

Xata

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

Version Date Pull Request Subject
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