This repository serves as a Python project template for building Dagster pipelines with dbt integration.
- Install rye.
- Clone this repository.
- Synchronize dependencies.
rye sync
- (Optional) Install recommended Visual Studio Code extensions.
- Modify the project according to your specific requirements and define your data pipelines.
For deploying your project to a production environment,
it is recommended to use Dagster Code Locations.
Refer to the provided Dockerfile
for an example of how to configure your deployment.