Allow Dataflow datasets to pin published runs
This commit is contained in:
@@ -52,6 +52,7 @@ class DataflowDatasetRequest:
|
|||||||
row_limit: int = 500
|
row_limit: int = 500
|
||||||
expected_definition_hash: str | None = None
|
expected_definition_hash: str | None = None
|
||||||
expected_source_fingerprints: tuple[Mapping[str, object], ...] = ()
|
expected_source_fingerprints: tuple[Mapping[str, object], ...] = ()
|
||||||
|
run_ref: str | None = None
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True, slots=True)
|
@dataclass(frozen=True, slots=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user