in sync/datahub/bigquery_etl_source.py [0:0]
def __init__(self, config: BigQueryEtlSourceConfig, ctx: PipelineContext):
super().__init__(ctx)
self.config = config
self.report = SourceReport()
self.platform = "bigquery"