Compare commits

..

5 Commits

Author SHA1 Message Date
2b4e34ec2f linting 2025-08-06 21:39:05 +02:00
eaf469d68f add cache for stocks code 2025-08-06 21:38:49 +02:00
3c7f46fb4f untrack requirements files
(cherry picked from commit f7f5c9d7a7)
2025-08-06 21:36:39 +02:00
866e190ed0 ignore logs folder
(cherry picked from commit be608ffaa3)
2025-08-06 21:36:39 +02:00
968d5c34de tweaks on shuttle
(cherry picked from commit 38f8830521)
2025-08-06 21:36:39 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ def works(context: dg.AssetExecutionContext) -> Iterator[dg.Output[pl.DataFrame]
dagster_type=patito_model_to_dagster_type(Deal),
automation_condition=dg.AutomationCondition.on_missing().ignore(
dg.AssetSelection.assets(cleaned_deals.key)
)
),
)
def new_deals(
context: dg.AssetExecutionContext, partitions: dict[str, pl.LazyFrame | None]

View File

@@ -53,6 +53,7 @@ services:
<<: [ *dagster_env ]
DAGSTER_CURRENT_IMAGE: dagster-code-stocks
volumes:
- /tmp/cache:/cache:rw
- /opt/dagster/apps/:/code/apps/:ro
- /opt/dagster/shared/:/code/shared/:ro
- /opt/dagster/logs/:/logs:rw