Jinpeng Zhou created HUDI-6831:
----------------------------------
Summary: Add back missing project_id to query statement in
BigQuerySyncTool
Key: HUDI-6831
URL: https://issues.apache.org/jira/browse/HUDI-6831
Project: Apache Hudi
Issue Type: Bug
Components: meta-sync
Reporter: Jinpeng Zhou
Fix For: 0.14.0
The project id is missing in the query statement when using bigquery manifest
file. Currently it's "create external table dataset.table" and does not work
for cross-project scenarios. It should be fixed to "create external table
project.dataset.table"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)