linting
This commit is contained in:
@@ -172,7 +172,7 @@ def works(context: dg.AssetExecutionContext) -> Iterator[dg.Output[pl.DataFrame]
|
|||||||
dagster_type=patito_model_to_dagster_type(Deal),
|
dagster_type=patito_model_to_dagster_type(Deal),
|
||||||
automation_condition=dg.AutomationCondition.on_missing().ignore(
|
automation_condition=dg.AutomationCondition.on_missing().ignore(
|
||||||
dg.AssetSelection.assets(cleaned_deals.key)
|
dg.AssetSelection.assets(cleaned_deals.key)
|
||||||
)
|
),
|
||||||
)
|
)
|
||||||
def new_deals(
|
def new_deals(
|
||||||
context: dg.AssetExecutionContext, partitions: dict[str, pl.LazyFrame | None]
|
context: dg.AssetExecutionContext, partitions: dict[str, pl.LazyFrame | None]
|
||||||
|
|||||||
Reference in New Issue
Block a user