- 2659 Views
- 0 replies
- 0 kudos
- 2659 Views
- 0 replies
- 0 kudos
by
AE10
• New Contributor III
- 5058 Views
- 5 replies
- 12 kudos
I am embedding a dashboard in my react application using an iframe.https://www.databricks.com/blog/how-embed-aibi-dashboards-your-websites-and-applicationshttps://docs.databricks.com/en/dashboards/index.html#embed-a-dashboard1. How can i let my users...
- 5058 Views
- 5 replies
- 12 kudos
Latest Reply
Hi , Has anyone gotten this working? I am facing the same issue when trying to get the embedded URL working from an iframe in my React application. I think I have all the necessary permissions in place, but still, the Databricks sign-in page opens in...
4 More Replies
- 2045 Views
- 1 replies
- 1 kudos
Hello,We are currently having an issue writing tables to the hive metastore. I've tried to outline what we know/have tried so far, below:Known situation:We have a databricks environment but it does not currently use Unity Catalogue. We instead have a...
- 2045 Views
- 1 replies
- 1 kudos
Latest Reply
Here are some recommendations and tips/tricks:
1. Understanding the Architecture & Common Issues
In legacy Databricks setups, the Hive Metastore is used to manage tables and their metadata. When writing via ODBC (using the Simba Spark driver) or ...
- 2134 Views
- 3 replies
- 3 kudos
Hi All I'm trying to create a Databricks SQL Endpoint using Terraform with the following resource configuration:resource "databricks_sql_endpoint" "dataproduct_sql_endpoint" {
provider = databricks.workspace
name ...
- 2134 Views
- 3 replies
- 3 kudos
Latest Reply
@SP_6721just a quick heads-up, this is all sorted now. Turns out the compute (warehouse) was just missing a tag. Added it, and everything started working as expected! Thank u !!
2 More Replies
- 1474 Views
- 2 replies
- 3 kudos
Hi Team,I'm encountering the following error when running queries on system tables through a Databricks dashboard using a Serverless SQL Warehouse:[QUERY_RESULT_WRITE_TO_CLOUD_STORE_FAILED] An internal error occurred while uploading the result set to...
- 1474 Views
- 2 replies
- 3 kudos
Latest Reply
Hello @Sitharth Good dayI think the cause would be this: By default, containers are missing from the databricks managed storage accountResolution: you need to create new workspace With this we can close the case.
1 More Replies
- 1754 Views
- 1 replies
- 0 kudos
Does anyone know when serverless SQL will be available for ap-southeast-1 region?
- 1754 Views
- 1 replies
- 0 kudos
Latest Reply
Serverless SQL is available now in this region
- 1489 Views
- 1 replies
- 0 kudos
When trying incorporate an R package into my Spark workflow using the spark_apply() funciton in Sparklyr, I get the error:Error: java.lang.NoSuchMethodError: org.apache.spark.sql.catalyst.encoders.RowEncoder$.apply(Lorg/apache/spark/sql/types/StructT...
- 1489 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @omjohn Can you try downgrading to a Databricks Runtime 13.3 LTS, which uses Spark 3.4.x, officially supported by sparklyr 1.8.1. I believe it would provide a more stable and better-tested integration.
by
DM3910
• Databricks Partner
- 1494 Views
- 1 replies
- 1 kudos
I have the need to replicate existing unity catalog and workspaces from one region to another in databricks. Need help in understanding the different ways in which it can be done
- 1494 Views
- 1 replies
- 1 kudos
Latest Reply
Hey @DM3910 ,It may not be exactly what you need but there is some information in this article around cross-region/platform sharing:https://docs.databricks.com/aws/en/data-governance/unity-catalog/best-practices#cross-region-and-cross-platform-sharin...