Compare commits
4 Commits
2b4e34ec2f
...
a12c61efb4
| Author | SHA1 | Date | |
|---|---|---|---|
| a12c61efb4 | |||
| f7f5c9d7a7 | |||
| be608ffaa3 | |||
| 38f8830521 |
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user