1
0
mirror of synced 2025-12-25 02:09:19 -05:00

source-aviationstack contribution from btkcodedev (#56993)

This commit is contained in:
btkcodedev
2025-04-10 03:17:49 +05:30
committed by GitHub
parent ac504ecef1
commit b339d00d3e
6 changed files with 990 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# Aviationstack
Website: https://aviationstack.com/dashboard
API Reference: https://aviationstack.com/documentation
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `access_key` | `string` | Access Key. Your unique API key for authenticating with the Aviation API. You can find it in your Aviation account dashboard at https://aviationstack.com/dashboard | |
| `start_date` | `string` | Start date. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| airports | id | DefaultPaginator | ✅ | ❌ |
| airlines | id | DefaultPaginator | ✅ | ❌ |
| airplanes | id | DefaultPaginator | ✅ | ✅ |
| aircraft_types | id | DefaultPaginator | ✅ | ❌ |
| cities | id | DefaultPaginator | ✅ | ❌ |
| countries | id | DefaultPaginator | ✅ | ❌ |
| taxes | id | DefaultPaginator | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|------------------|-------------------|--------------|----------------|
| 0.0.1 | 2025-04-03 | [56993](https://github.com/airbytehq/airbyte/pull/56993) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |
</details>