diff --git a/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py b/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py index c8cd07ddc3b979..16a5268a2dea76 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py +++ b/metadata-ingestion/src/datahub/ingestion/source/bigquery_v2/bigquery.py @@ -132,9 +132,9 @@ def __init__(self, ctx: PipelineContext, config: BigQueryV2Config): self.filters = BigQueryFilter(self.config, self.report) self.identifiers = BigQueryIdentifierBuilder(self.config, self.report) - redundant_lineage_run_skip_handler: Optional[RedundantLineageRunSkipHandler] = ( - None - ) + redundant_lineage_run_skip_handler: Optional[ + RedundantLineageRunSkipHandler + ] = None if self.config.enable_stateful_lineage_ingestion: redundant_lineage_run_skip_handler = RedundantLineageRunSkipHandler( source=self,