Skip to content

Commit

Permalink
docs(ingest/bigquery): add partition support capability (datahub-proj…
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored Nov 25, 2024
1 parent 418259b commit 90fe14a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ def cleanup(config: BigQueryV2Config) -> None:
"Optionally enabled via `classification.enabled`",
supported=True,
)
@capability(
SourceCapability.PARTITION_SUPPORT,
"Enabled by default, partition keys and clustering keys are supported.",
)
class BigqueryV2Source(StatefulIngestionSourceBase, TestableSource):
def __init__(self, ctx: PipelineContext, config: BigQueryV2Config):
super().__init__(config, ctx)
Expand Down

0 comments on commit 90fe14a

Please sign in to comment.