Forum Discussion
BigQuery connector custom SQL in advanced editor
Hi Anonymous
Just curious to know the more details when you say "ODBC is not an option", please check this link http://www.simba.com/wp-content/uploads/2015/01/Simba-BigQuery-ODBC-Driver-Quickstart2.pdf
I think if you go with ODBC route it should solve the problem, please share your view and testing.
- Anonymous6 years agoNot applicable
Thank you mhossain ,
It is not option for the short term as I'm not admin of my machine and new SW takes usually 2 to 3 months to be approved and made available in company's itshop.
I'v commented in another topic's comment, and I'm pasting here as well.
As example, for oracle we can write in advanced editor:
let
Source = Oracle.Database("dbHost/db",[HierarchicalNavigation=true, Query="select field from table where condition"] )
in
SourceCan I do the same with bigquery connector? how? I tried the same but the "Query" parameter does not work đ
I'm using:
let
Source = GoogleBigQuery.Database([BillingProject="projectid"])
{[Name="projectid"]}[Data]
{[Name="myDataset",Kind="Schema"]}[Data]{[Name="myTable",Kind="Table"]}[Data]
in
Source
Documentation is not clear nor can't find the possible options for the connector
Thanks to all
- mhossain6 years agoSolution Sage
Anonymous
Thanks for explaning so well, lets see if somebody can help here with the solution.