43 lines
2.1 KiB
Markdown
43 lines
2.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.12 | 2025-03-08 | [55323](https://github.com/airbytehq/airbyte/pull/55323) | Update dependencies |
|
|
| 0.0.11 | 2025-03-01 | [54959](https://github.com/airbytehq/airbyte/pull/54959) | Update dependencies |
|
|
| 0.0.10 | 2025-02-22 | [54390](https://github.com/airbytehq/airbyte/pull/54390) | Update dependencies |
|
|
| 0.0.9 | 2025-02-15 | [53775](https://github.com/airbytehq/airbyte/pull/53775) | Update dependencies |
|
|
| 0.0.8 | 2025-02-08 | [51624](https://github.com/airbytehq/airbyte/pull/51624) | Update dependencies |
|
|
| 0.0.7 | 2025-01-11 | [51086](https://github.com/airbytehq/airbyte/pull/51086) | Update dependencies |
|
|
| 0.0.6 | 2024-12-28 | [50556](https://github.com/airbytehq/airbyte/pull/50556) | Update dependencies |
|
|
| 0.0.5 | 2024-12-21 | [50035](https://github.com/airbytehq/airbyte/pull/50035) | Update dependencies |
|
|
| 0.0.4 | 2024-12-14 | [49499](https://github.com/airbytehq/airbyte/pull/49499) | Update dependencies |
|
|
| 0.0.3 | 2024-12-12 | [47748](https://github.com/airbytehq/airbyte/pull/47748) | Update dependencies |
|
|
| 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>
|