find good deals
This commit is contained in:
@@ -7,7 +7,7 @@ import dagster as dg
|
||||
|
||||
|
||||
def get_dimension_names(
|
||||
context: dg.OpExecutionContext, input_name: str = "partitions"
|
||||
context: dg.AssetExecutionContext, input_name: str = "partitions"
|
||||
) -> list[str]:
|
||||
"""
|
||||
Extract dimension names for an input.
|
||||
@@ -66,7 +66,7 @@ def get_partition_keys(context: dg.AssetExecutionContext) -> Mapping[str, str]:
|
||||
|
||||
|
||||
def parse_partition_keys(
|
||||
context: dg.OpExecutionContext, input_name: str = "partitions"
|
||||
context: dg.AssetExecutionContext, input_name: str = "partitions"
|
||||
) -> dict[str, dict[str, str]]:
|
||||
"""
|
||||
Parse partition keys for a given input.
|
||||
|
||||
Reference in New Issue
Block a user