raw nearby charging sites from proxy
This commit is contained in:
@@ -3,6 +3,7 @@ import schedules
|
||||
from dagster_polars import PolarsParquetIOManager
|
||||
from icecream import install
|
||||
from shared.config import APP, STORAGE_DIR
|
||||
from shared.io_manager import JsonIOManager
|
||||
|
||||
import dagster as dg
|
||||
from dagster import load_assets_from_modules
|
||||
@@ -18,6 +19,7 @@ definitions = dg.Definitions(
|
||||
for asset in load_assets_from_modules([assets])
|
||||
],
|
||||
resources={
|
||||
"json_io_manager": JsonIOManager(base_dir=STORAGE_DIR),
|
||||
"polars_parquet_io_manager": PolarsParquetIOManager(base_dir=STORAGE_DIR),
|
||||
},
|
||||
schedules=[schedules.raw_schedule],
|
||||
|
||||
Reference in New Issue
Block a user