Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

presto integration with bigquery #24514

Open
rahulasp9970 opened this issue Feb 7, 2025 · 0 comments
Open

presto integration with bigquery #24514

rahulasp9970 opened this issue Feb 7, 2025 · 0 comments
Labels

Comments

@rahulasp9970
Copy link

Hello Team,
I have done a presto set-up with BigQuery integration. but now I am not able to view my materialized view table in the presto. Also, some view tables are shown in the presto, but when I run the select query (select * from bigquery.adgebraco.conversion_view limit 10; )I will get the below error for only view tables.
This is for view table
select * from bigquery.adgebraco.conversion_view limit 10;
Query 20250206_070129_00004_7asuc failed: com.google.cloud.bigquery.BigQueryException: Provided Schema does not match Table adgebra-qa:adgebraco._pbc_1be598d08bef482bb46978f25f44ee63. Invalid schema update. Updating field collation is not supported. Field productids has changed collation from "und:ci" to ""
And below error for materialized view, which is not in the presto
presto> select * from bigquery.adgebraco.detailed_analysis_view limit 10;
Query 20250206_070054_00003_7asuc failed: Table type 'MATERIALIZED_VIEW' of table 'adgebraco.detailed_analysis_view' is not supported
I am using Presto CLI 0.290-6a04267 version. Below is my bigquery. properties file
connector.name=bigquery
bigquery.project-id=adgebra-qa
bigquery.credentials-file=/etc/presto/credentials/credentials.json
bigquery.default-dataset=adgebraco
bigquery.views-enabled=true
bigquery.force-standard-sql=true
bigquery.view-materialization-project=adgebra-qa
bigquery.view-materialization-dataset=adgebraco
bigquery.location=asia-south1

Let me know if you need further information from my end.
Thank yoy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 Unprioritized
Development

No branches or pull requests

1 participant