prettier emails

This commit is contained in:
2025-07-26 21:28:34 +02:00
parent 5c188c2190
commit ea4bee7186
3 changed files with 36 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ from datetime import datetime
from typing import Any
from assets import cleaned_deals, deals, good_deals, new_deals, works
from definitions import definitions
from dotenv import find_dotenv, load_dotenv
from jobs import check_partitions_job
import dagster as dg
@@ -31,6 +31,9 @@ def test_deals(resources: dict[str, Any], source="sounds", date: str = None):
if __name__ == "__main__":
load_dotenv(find_dotenv())
from definitions import definitions
run = 6
resources = definitions.resources
source = "plato"