Skip to main content

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
VersionDatePull RequestSubject
0.1.202024-09-1445516Update dependencies
0.1.192024-09-0745213Update dependencies
0.1.182024-08-3145027Update dependencies
0.1.172024-08-2444632Update dependencies
0.1.162024-08-2244530Update test dependencies
0.1.152024-08-1744269Update dependencies
0.1.142024-08-1043462Update dependencies
0.1.132024-08-0343200Update dependencies
0.1.122024-07-2742657Update dependencies
0.1.112024-07-2042355Update dependencies
0.1.102024-07-1341795Update dependencies
0.1.92024-07-1041481Update dependencies
0.1.82024-07-0941238Update dependencies
0.1.72024-07-0640949Update dependencies
0.1.62024-06-2540497Update dependencies
0.1.52024-06-2239991Update dependencies
0.1.42024-06-0439088[autopull] Upgrade base image to v1.2.1
0.1.32024-05-2138499[autopull] base image + poetry + up_to_date
0.1.22024-03-05#35838Un-archive connector
0.1.12023-06-21#27542Mark api_key as Airbyte Secret
0.1.02023-06-14#24192New Destination Connector Xata
Was this page helpful?