Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.15 KB

poc-airflow-dbt

This repository contains the documentation and code related to the Radiant POC.

Directory structure

  • docs/experiments: Experiment journals and resources (image files).
  • radiant: Various code files
    • radiant/experiments: Contains all the experiments' code and configuration.
    • radiant/iceberg: docker-compose.yml specification & is used as the docker compose workspace.

Note:

Experiments exp001, exp002, exp004 all use the same Stack, specified by the radiant/iceberg/docker-compose.yml file.

However, exp004 which adds the airflow stack, has its own specific docker-compose.yml. See Experiment #4: Airflow + Cosmos for more details.

Experiments