towards detecting new deal
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from collections.abc import Generator
|
||||
from collections.abc import Iterator
|
||||
from typing import Mapping
|
||||
|
||||
import polars as pl
|
||||
@@ -87,7 +87,7 @@ def parse_partition_keys(
|
||||
|
||||
def load_partitions(
|
||||
context: dg.AssetExecutionContext, asset_key: dg.AssetKey, partitions: set[str]
|
||||
) -> Generator[pl.DataFrame, None, None]:
|
||||
) -> Iterator[pl.DataFrame]:
|
||||
"""
|
||||
Load data from an asset for the specified partitions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user