mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-27 15:38:43 +00:00
Fix BQ ingestion (#9015)
This commit is contained in:
parent
7351124326
commit
89d89b13cb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user