Before defining assets, create a database where the pipeline can create and drop tables:
CREATE DATABASE dagster_pipeline_db AS PERMANENT = 100e6;
Before defining assets, create a database where the pipeline can create and drop tables:
CREATE DATABASE dagster_pipeline_db AS PERMANENT = 100e6;