The Discourse

This stack has been constructed by integrating a variety of tools, which include:

Requirements

You will need Python installed. To install all the dependencies, execute the following command:

make install

Launch Dasgter UI

In order to start the Dagster webserver and observe the pipeline graph in operation, please execute the following command:

make run-dagster

Clean Temp Files

To clean files and temporary artifacts generated by the dbt run, execute the following command:

make clean