The Apache Spark (IOMETE) adapter plugin for dbt
Project description
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
dbt is the T in ELT. Organize, cleanse, denormalize, filter, rename, and pre-aggregate the raw data in your warehouse so that it's ready for analysis.
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/dbt-iomete.git
Profile Setup
iomete:
target: dev
outputs:
dev:
type: iomete
host: <host>
port: 443
https: true # or http
lakehouse: <serverless_lakehouse_name>
schema: <database_name>
user: "{{ env_var('DBT_IOMETE_USER_NAME') }}"
token: "{{ env_var('DBT_IOMETE_TOKEN') }}"
For more information, consult the docs.
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
dbt-iomete-1.7.2.tar.gz
(21.1 kB
view hashes)
Built Distribution
dbt_iomete-1.7.2-py3-none-any.whl
(24.9 kB
view hashes)
Close
Hashes for dbt_iomete-1.7.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99579d7b0ce7362af9ad9072bf3f2996f1346588883d617c2f9a3716c8e1b003 |
|
MD5 | 678db630b04bacf1280d3e74f3ed323e |
|
BLAKE2b-256 | 202a9eaffd8f6474269420ed72033a042ab7b9be83a365baa8b5ba655298c6f1 |