source-aviationstack contribution from btkcodedev (#56993)
This commit is contained in:
32
docs/integrations/sources/aviationstack.md
Normal file
32
docs/integrations/sources/aviationstack.md
Normal 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>
|
||||
Reference in New Issue
Block a user