An unaffiliated python wrapper for dbt Cloud APIs
Project description
An unaffiliated python interface for dbt Cloud APIs
Documentation: https://dbtc.dpguthrie.com
Source Code: https://github.com/dpguthrie/dbtc
V2 Docs: https://docs.getdbt.com/dbt-cloud/api-v2
V3 Docs (Unofficial): https://documenter.getpostman.com/view/14183654/UVsSNiXC
V4 Docs: https://docs.getdbt.com/dbt-cloud/api-v4
Overview
dbtc is an unaffiliated python interface to various dbt Cloud API endpoints.
This library acts as a convenient interface to two different APIs that dbt Cloud offers:
- Cloud API: This is a REST API that exposes endpoints that allow users to programatically create, read, update, and delete resources within their dbt Cloud Account.
- Metadata API: This is a GraphQL API that exposes metadata generated from a job run within dbt Cloud.
Requirements
Python 3.7+
- Requests - The elegant and simple HTTP library for Python, built for human beings.
- sgqlc - Simple GraphQL Client
- Typer - Library for building CLI applications
Installation (Coming Soon)
pip install dbtc
Basic Usage
Python
The interface to both APIs are located in the dbtCloudClient
class.
The example below shows how you use the cloud
property on an instance of the dbtCloudClient
class to access methods that allow for programmatic control over dbt Cloud resources.
from dbtc import dbtCloudClient
client = dbtCloudClient()
account = client.cloud.get_account_by_name('My Account')
project = client.cloud.get_project_by_name(account['id'], 'My Project')
run_id = client.cloud.trigger_job_and_poll()
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dbtc-0.1.0.tar.gz
.
File metadata
- Download URL: dbtc-0.1.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1ebfe0ed4298d01b1d43efddf37b20db13e7c317222928dd59d40de0f350cd3 |
|
MD5 | a31cb9660d3ffd52cff1bb7588fd2995 |
|
BLAKE2b-256 | a08c975044eebb18e2b853d1d201e8f14ad651c0f5d59ec42d169a1a7dfc95fc |
File details
Details for the file dbtc-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: dbtc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d5b25f694ebc98259e6cce149298c777919b3665030256abf7142939d56ec52 |
|
MD5 | ce97ef9eb9d877a45db1b324121c0b98 |
|
BLAKE2b-256 | 38117ca6728fc96afbd6462c152394a79a32806ab57da179cb94631f0b7e3113 |