mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 09:52:46 +00:00
docs(ingest/bigquery): add partition support capability (#11940)
This commit is contained in:
parent
418259b8c4
commit
90fe14aadb
@ -95,6 +95,10 @@ def cleanup(config: BigQueryV2Config) -> None:
|
|||||||
"Optionally enabled via `classification.enabled`",
|
"Optionally enabled via `classification.enabled`",
|
||||||
supported=True,
|
supported=True,
|
||||||
)
|
)
|
||||||
|
@capability(
|
||||||
|
SourceCapability.PARTITION_SUPPORT,
|
||||||
|
"Enabled by default, partition keys and clustering keys are supported.",
|
||||||
|
)
|
||||||
class BigqueryV2Source(StatefulIngestionSourceBase, TestableSource):
|
class BigqueryV2Source(StatefulIngestionSourceBase, TestableSource):
|
||||||
def __init__(self, ctx: PipelineContext, config: BigQueryV2Config):
|
def __init__(self, ctx: PipelineContext, config: BigQueryV2Config):
|
||||||
super().__init__(config, ctx)
|
super().__init__(config, ctx)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user