[
https://issues.apache.org/jira/browse/HUDI-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jinpeng Zhou updated HUDI-6831:
-------------------------------
Description: Currently the ddl using bq manifest file is "create external
table dataset.table" which does not include the project id. It should be
"project.dataset.table" (was: 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")
> 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
> Priority: Minor
> Fix For: 0.14.0
>
>
> Currently the ddl using bq manifest file is "create external table
> dataset.table" which does not include the project id. It should be
> "project.dataset.table"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)