Skip to main content

dbt integration into the mara framework

Project description

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.

 

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mara-dbt-0.2.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

mara_dbt-0.2.0-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page