send email
This commit is contained in:
@@ -3,7 +3,6 @@ from datetime import datetime
|
||||
from typing import Any
|
||||
|
||||
from assets import cleaned_deals, deals, good_deals, new_deals, works
|
||||
from dagster_polars import PolarsParquetIOManager
|
||||
from definitions import definitions
|
||||
from jobs import check_partitions_job
|
||||
|
||||
@@ -33,11 +32,7 @@ def test_deals(resources: dict[str, Any], source="sounds", date: str = None):
|
||||
|
||||
if __name__ == "__main__":
|
||||
run = 6
|
||||
resources = {
|
||||
"polars_parquet_io_manager": PolarsParquetIOManager(
|
||||
base_dir="/opt/dagster/storage/vinyl"
|
||||
)
|
||||
}
|
||||
resources = definitions.resources
|
||||
source = "plato"
|
||||
|
||||
match run:
|
||||
|
||||
Reference in New Issue
Block a user