fix paths to storage and logs
This commit is contained in:
@@ -110,7 +110,7 @@ def deals(context):
|
||||
@asset(deps=[deals], io_manager_key="polars_parquet_io_manager")
|
||||
def new_deals(context: OpExecutionContext) -> pl.DataFrame:
|
||||
ic()
|
||||
storage_dir = context.instance.storage_directory()
|
||||
storage_dir = context.resources.polars_parquet_io_manager.base_dir
|
||||
asset_key = "deals"
|
||||
|
||||
with duckdb.connect() as con:
|
||||
|
||||
Reference in New Issue
Block a user