- 2864 Views
- 2 replies
- 0 kudos
Hi Team,When we tried to configure our source with Databricks table with Databricks connection on Informatica Cloud, we received below error.We already tried the suggestions mentioned in the below community post which seems to be similar error as our...
- 2864 Views
- 2 replies
- 0 kudos
Latest Reply
Hi @Mahesh D Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you.Thanks!
1 More Replies
by
IG1
• New Contributor II
- 2147 Views
- 3 replies
- 2 kudos
I'm trying to use databricks connect with tableau but it doesn't give me the "New Union" option. Is this normal or it's particular to me? My tableau desktop version is 2021.3
- 2147 Views
- 3 replies
- 2 kudos
Latest Reply
there is option for connecting tableau find there SPARK SQL then it should work after adding proper connection string
2 More Replies
- 3539 Views
- 5 replies
- 2 kudos
What will be the next LTS version after 10.4?
- 3539 Views
- 5 replies
- 2 kudos
Latest Reply
Hello, 11.3 LTS is now available https://learn.microsoft.com/en-us/azure/databricks/release-notes/runtime/11.3
4 More Replies
by
RK_AV
• New Contributor III
- 2083 Views
- 1 replies
- 0 kudos
How do you connect to Azure Databricks instance from another Databricks instance?
I needed to access (database) Views created in a Databricks instance from a Pyspark notebook running in another Databricks instance.
Appreciate if anyone has any samp...
- 2083 Views
- 1 replies
- 0 kudos
Latest Reply
Hi there, @Venkata Ramakrishna Alvakonda! My name is Piper, and I'm a moderator for the community. Thank you for your great question! Let's give the community a chance to respond first, and then we'll circle back around. If the community's response ...
- 5591 Views
- 7 replies
- 3 kudos
I have a simple SparkSQL Select statementoffers_df = (spark.sql("""
SELECT *
FROM delta.`{}`
""".format(TABLE_LOCATION)))It runs under DBR 9.0 and previous. When changing the DBR to 9.1 ...10.1 I get an exceptionorg.apache.spark.SparkException: Una...
- 5591 Views
- 7 replies
- 3 kudos
Latest Reply
Retest in DBR 10.3 beta SUCCESSFUL.Problem does not occur in DBR 10.3 beta
6 More Replies
- 2048 Views
- 1 replies
- 0 kudos
I keep it a point to use the latest DBR versions for my workloads and mostly we leverage those new features. But I have 300 jobs on the Databricks workspace and updating the DBR versions for each job manually is difficult to do. Any quick hack
- 2048 Views
- 1 replies
- 0 kudos
Latest Reply
Below code snippet can be helpful if you are using Databricks CLIfor jobid in `databricks jobs list | awk '{print $1}'`;
do databricks jobs get --job-id $jobid | jq .settings > /tmp/jobs/$jobid.json; done
sed -i 's/"spark_version": ".*"/"spark_ver...