* Fix the new API discrepancies * Fix integration test * Update configured catalogs * Run gradlew format * Update changelog * solve conflict * run format * correct doc in spec def * auto-bump connector version [ci skip] Co-authored-by: monai <monai@cure.lt> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
1.6 KiB
1.6 KiB
Flexport
Sync overview
Flexport source uses Flexport API to extract data from Flexport.
Output schema
This Source is capable of syncing the following data as streams:
Data type mapping
| Integration Type | Airbyte Type | Notes |
|---|---|---|
number |
number |
float number |
integer |
integer |
whole number |
date |
string |
FORMAT YYYY-MM-DD |
datetime |
string |
FORMAT YYYY-MM-DDThh:mm:ss |
array |
array |
|
boolean |
boolean |
True/False |
string |
string |
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Overwrite Sync | Yes | |
| Full Refresh Append Sync | Yes | |
| Incremental - Append Sync | Yes | |
| Incremental - Append + Deduplication Sync | Yes | |
| Namespaces | No |
Getting started
Authentication
Authentication uses a pre-created API token which can be created in the UI.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.1 | 2022-07-26 | 15033 | Source Flexport: Update schemas |
| 0.1.0 | 2021-12-14 | 8777 | New Source: Flexport |