dbt-iomete
The dbt-iomete package contains all the code enabling dbt to work with iomete.
This adapter is forked from the dbt-spark
Getting started
Installation
pip install dbt-iomete
Alternatively, you can install the package from GitHub with:
pip install "git+https://github.com/iomete/iomete-integrations.git#subdirectory=dbt-iomete"
Profile Setup
iomete:
target: dev
outputs:
dev:
type: iomete
host: <host>
port: 443
https: true # or http
dataplane: <iomete_dataplane>
domain: <iomete_domain>
lakehouse: <serverless_lakehouse_name>
catalog: <catalog_name>
schema: <database_name>
user: "{{ env_var('DBT_IOMETE_USER_NAME') }}"
token: "{{ env_var('DBT_IOMETE_TOKEN') }}"
# optional: parallelism for listing relations in a schema (default 100)
list_relations_threads: 100
list_relations_threads controls how many relations dbt describes in parallel when it
lists a schema (via describe extended). It is independent of the global threads
setting used to build models, so you can keep threads low while still listing schemas
with many tables quickly. It defaults to 100; lower it if the data plane is under load,
or omit it entirely to use the default.
For more information, consult the docs.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dbt_iomete-1.8.2.tar.gz.
File metadata
- Download URL: dbt_iomete-1.8.2.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7106a7512f16df7ceed8fa518ef7792962003645cbed55570878c1f85d36536a
|
|
| MD5 |
e3bedd34d416fff9155d7eddf8c160a6
|
|
| BLAKE2b-256 |
dd2b324034fa9940b08f549d500204ca82379c544108bfa30fe1692b9215063e
|