Hi all, not sure if this has been asked before, bu...
# gooddata-platform
b
Hi all, not sure if this has been asked before, but is there any way of pulling my GoodData database into R for offline analysis?
m
Hi Benji, you can access Data Warehouse remotely with SQL via the JDBC driver provided by GoodData. Other JDBC drivers cannot be used with Data Warehouse. For more information, see Download the JDBC Driver.
Note that exporting data outside ADS (GoodData Platform datawarehouse) is outside the scope of the solution, but you may query it via an SQL client
b
Thanks!