Fix BQ ingestion (#9015)

This commit is contained in:
Ayush Shah 2022-11-25 18:21:24 +05:30 committed by GitHub
parent 7351124326
commit 89d89b13cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ class BigquerySource(CommonDbSourceService):
):
self.set_inspector(database_name=self.project_ids)
yield self.project_ids
if hasattr(
elif hasattr(
self.service_connection.credentials.gcsConfig, "projectId"
) and isinstance(
self.service_connection.credentials.gcsConfig.projectId, MultipleProjectId