scaffold nearby charging sites logic
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import assets
|
||||
import schedules
|
||||
from dagster_polars import PolarsParquetIOManager
|
||||
from icecream import install
|
||||
from shared.config import APP, STORAGE_DIR
|
||||
@@ -19,4 +20,5 @@ definitions = dg.Definitions(
|
||||
resources={
|
||||
"polars_parquet_io_manager": PolarsParquetIOManager(base_dir=STORAGE_DIR),
|
||||
},
|
||||
schedules=[schedules.raw_schedule],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user