Mara dbt
A integration of dbt into the Mara Framework.
Installation
To use the library directly:
pip install mara-dbt
dbt Project inside the Mara project
You can choose to use a dbt project inside the mara project. To do so, add the following to your .gitignore file
# dbt
/.dbt/.user.yml
/.dbt/logs/
/.dbt/profiles.yml
/.dbt/target/
/dbt/dbt_modules/
and import mara_dbt in your app/__init__.py file to make sure that the cli commands are recognized by your mara app.
Then execute the following shell commands in order to complete the installation:
source .venv/bin/activate
flask mara_dbt.setup
When using a git repository you should commit the files shown in git status.
Release files for mara-dbt 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mara-dbt-0.2.0.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mara_dbt-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.4 kB
Release files / mara-dbt-0.2.0.tar.gz
| Download URL | mara-dbt-0.2.0.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f52e150a23c9a363646650592d534bb24a200ce90a0980554f7d1b09f272be17
|
|
BLAKE2b-256 checksum How to use checksums |
931853f97f040fbc722dd648e039810a00737a5bb21c7875cce04d22deaa901c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.2
|
Release files / mara_dbt-0.2.0-py3-none-any.whl
| Download URL | mara_dbt-0.2.0-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9df45deba39be604e124fcfc0e62e0634b104114fceced693f588c30f23df661
|
|
BLAKE2b-256 checksum How to use checksums |
dadc6d05fb803fc903462719dc099fb165b8b2240057c7e285d0d177d6573dbd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.2
|