We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aeb4d commit 4eab616Copy full SHA for 4eab616
βairflow/providers/google/cloud/operators/bigquery.py
@@ -905,6 +905,7 @@ def execute(self, context: Context):
905
schema: dict[str, list] = hook.get_schema(
906
dataset_id=self.dataset_id,
907
table_id=self.table_id,
908
+ project_id=self.project_id,
909
)
910
if "fields" in schema:
911
self.selected_fields = ",".join([field["name"] for field in schema["fields"]])
0 commit comments