The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I am trying to connect to a BigQuery dataset, but the connector returns an error, it says my username does not have access to the project starry-braid-156516, BUT I was not trying to connect that project, I do not even know what project it is!!
I have already checked the Advanced properties in the query editor and the following is the example of when I try to connect to a public BigQuery dataset:
let
Source = GoogleBigQuery.Database(null),
#"bigquery-public-data" = Source{[Name="bigquery-public-data"]}[Data],
baseball_Schema = #"bigquery-public-data"{[Name="baseball",Kind="Schema"]}[Data],
games_post_wide_Table = baseball_Schema{[Name="games_post_wide",Kind="Table"]}[Data]
in
games_post_wide_Table
The error is the following:
DataSource.Error: ODBC: ERROR [HY000] [Microsoft][BigQuery] (20) Query execution failed: Access Denied: Project starry-braid-156516: The user leonardo.biagioli@gmail.com does not have bigquery.jobs.create permission in project starry-braid-156516.
Details:
DataSourceKind=GoogleBigQuery
DataSourcePath=GoogleBigQuery
OdbcErrors=Table
Could you please help me? I know that it is still in beta but it is supposed to work, at least to connect to the correct project....
Thanks,
Leonardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.