- 4311 Views
- 3 replies
- 2 kudos
Hi Team, I am creating my data warehouse on AWS s3 and corresponding tables on databricks warehouse.I want to connect looker studio (which is different from looker) to these databricks tables and be able to create reports.Could you please help us on ...
- 4311 Views
- 3 replies
- 2 kudos
Latest Reply
We are also interested in this functionality. But there are no databricks connectors for Looker Studio. But as Databricks SQL Statement Execution REST API is already available in public preview, it is now possible to Build a Community Connector for d...
2 More Replies
- 1271 Views
- 0 replies
- 0 kudos
I'm working on returning some statistics for a workflow where the date ranges can either be entered manually or when it runs on a schedule it is setting it's date ranges as a task value. I'm able to return the one's where it has been manually set usi...
- 1271 Views
- 0 replies
- 0 kudos
- 2560 Views
- 1 replies
- 3 kudos
When I use following java code to get namespace from AWD Databricks: import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
import java.util.Properties;
public class DatabricksJDBCExample {
...
- 2560 Views
- 1 replies
- 3 kudos
Latest Reply
@charlie_cai database is not a valid configuration parameter available in the jdbc string. You can use ConnCatalog and ConnSchema to provide this information.This is also documented here - https://docs.databricks.com/en/integrations/jdbc-odbc-bi.html...