k0rsakov / infrastructure_for_data_engineer_dbt

Инфраструктура для Data-Engineer DBT

Home Page:https://habr.com/ru/articles/854990/

Repository from Github https://github.comk0rsakov/infrastructure_for_data_engineer_dbtRepository from Github https://github.comk0rsakov/infrastructure_for_data_engineer_dbt

Инфраструктура для Data-Engineer DBT

Статья на habr.

Настройка окружения:

python3.12 -m venv venv && \
source venv/bin/activate && \
pip install --upgrade pip && \
pip install poetry && \
poetry lock && \
poetry install

Если вам необходима консультация/менторство/мок-собеседование и другие вопросы по дата-инженерии, то вы можете обращаться ко мне. Все контакты указаны по ссылке.

About

Инфраструктура для Data-Engineer DBT

https://habr.com/ru/articles/854990/

License:MIT License


Languages

Language:Python 100.0%