prettier emails
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user