1
0
mirror of synced 2025-12-21 11:01:41 -05:00
Files
airbyte/docs/integrations/sources/dbt.md

33 lines
1.1 KiB
Markdown

# DBT
DBT Source Connector provides streams with your DBT projects, repositories, users, environments, and runs from DBT Cloud.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key_2` | `string` | DBT API token. | |
| `account_id` | `string` | Your DBT account ID. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| `runs` | `id` | DefaultPaginator | ✅ | ❌ |
| `projects` | `id` | DefaultPaginator | ✅ | ❌ |
| `repositories` | `id` | DefaultPaginator | ✅ | ❌ |
| `users` | `id` | DefaultPaginator | ✅ | ❌ |
| `environments` | `id` | DefaultPaginator | ✅ | ❌ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
|---------|------|--------------|---------|
| 0.0.2 | 2024-10-28 | [47460](https://github.com/airbytehq/airbyte/pull/47460) | Update dependencies |
| 0.0.1 | 2024-08-22 | | Initial release by natikgadzhi via Connector Builder |
</details>