Hi Team,
How do i connect to Google Bigquery? Can i use the standard database activities that work for MySQL?
Regards,
Hi Team,
How do i connect to Google Bigquery? Can i use the standard database activities that work for MySQL?
Regards,
Connect UiPath to google bigquery
download simba odbc driver (32bit)
open odbc data source manager (32 bit)
add new data source, referencing the service account email and json file path
if it works you will able to select the catalog and dataset which will be automatically populated
now use UiPath db activity the same as any other DB
for connecting, use connection wizard (same as MySQL !!!) and connect to microsoft odbc driver
then search for the odbc source you created above…
for more information refer to this
@jack.chan i have already one data source created but how do i link it to UiPath DB Activities?
is there a screenshot of how you connect?
Regards,
e.g. if your datasource is called BQ-SVC, set connection string =
"Dsn=BQ-SVC"
provider name =
"System.Data.Odbc"
Hi @3175472466
Just complementing…
For Windows Project you need download the 64bit Installer and use odbc data source manager (64 bit)
Another point, if the bot will be run from multiple users in the same machine you will need repeat step 4 for each user or create a System DNS and change the Encrypt Sensitive Data from For Current User Only to For All Users
Cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.