Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
Here's your Data + AI Summit 2024 - Warehousing & Analytics recap as you use intelligent data warehousing to improve performance and increase your organization’s productivity with analytics, dashboards and insights.
Keynote: Data Warehouse presente...
When I first login and start using Databricks SQL, the endpoints always take a while to start. Is there anything I can do to improve the cold start experience on the platform?
Hi @Amit Kumar Gehlawat​ Hope all is well! Just wanted to check in if you were able to resolve your issue.Does @Kaniz Fatma​ response answer your question?Would you be happy to mark an answer as best? Else please let us know if you need more help. W...
I have cleared Darabricks DataEngineer associate exam on october 30th , still didn't get certification and also i have sent the mail to " community@databricks.com" regarding this. could you pls help me on this .
Hi @srujanasree kondu​ Hope everything is going great.Just wanted to check in if you were able to resolve your issue.If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us...
Hello experts. We need to transfer couple of tables from our old system to Databricks through JDBC connection. So, the first step was to create the corresponding table as below:
CREATE TABLE IF NOT EXISTS jdbc_table
USING JDBC
OPTIONS (DRIVER = "Dr...
Opus Consulting Solutions is the leading digital payment platform that aids various financial institutions to achieve their goals at a quicker pace. If you'd like to discuss any finance-related queries, you can join them by clicking this link.Company...
Hello. I am trying to establish a connection from Databricks to our DB2 AS400 server. Below is my code: CREATE TABLE IF NOT EXISTS table_nameUSING JDBCOPTIONS (DRIVER = "com.ibm.as400.access.AS400JDBCDriver", URL = "jdbc:as400://<IP>:446;prompt=false...