Compare commits

..

4 Commits

Author SHA1 Message Date
a12c61efb4 Merge remote-tracking branch 'shuttle/main' 2025-08-06 21:33:20 +02:00
f7f5c9d7a7 untrack requirements files 2025-08-06 21:31:20 +02:00
be608ffaa3 ignore logs folder 2025-08-06 21:30:01 +02:00
38f8830521 tweaks on shuttle 2025-08-06 21:29:36 +02:00
2 changed files with 1 additions and 2 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,7 +53,6 @@ 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