send email

This commit is contained in:
2025-07-26 21:15:59 +02:00
parent d55cb8fb17
commit cdf5055e4f
11 changed files with 103 additions and 14 deletions

View File

@@ -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: