I'm trying to JOIN two tables in a DataBricks Notebook. The first line in the SQL statement is erroring-out. I can't determine why. The docs I've rea ...
I'm trying to JOIN two tables in a DataBricks Notebook. The first line in the SQL statement is erroring-out. I can't determine why. The docs I've rea ...
I am creating some plots using ggplot2in R which I would like to pass to the Python environment an eventually use a already developed script that writ ...
I want to convert a JSON string in variable to PySpark DataFrame on Databricks. I have a payload coming from API. It is a list of JSON objects hold o ...
I have a succesful connection in a Java simple code using jdbc string connection. I would just want to know if calling a job of Azure Databricks clust ...
Using R in Databricks. I have the following sample list of possible text entries. I want check if any of these appear more than once in a string ( ...
When I'm trying to select something from one specific table in SQL Editor, I'm getting an error "Failure to initialize configuration". The query is si ...
I am trying to access a remote S3 bucket using Databricks. From what I have understood, this is what my code should look like, I seem to be gettin ...
Accidentally i deleted a notebook from my databricks repo before any commit, I expected to restore it from trash folder but the notebook is not there. ...
I'm working on the Deployment of the Purview ADB Lineage Solution Accelerator. In step 3 of Install OpenLineage on Your Databricks Cluster section, th ...
I have some code to query a db2 database that works if I don't include "for fetch only," but returns an error if I do. I was wondering if it's already ...
I tried to start the Databricks SQL Warehouse cluster today, but received the following message: Clusters are failing to launch. Cluster launch wi ...
I am trying to use string_split() function in databricks to convert below dataframe. Source dataframe stored as TempView in Databricks: ...
I am trying to mount a folder in one drive business in databricks community edition. I am unable to use onedrivesdk because it is deprecated. I creat ...
I'm trying to write a PySpark code to read from the Kafka topic and publish to the Delta table. But it is not working. Sample Code: Command: Spark ...
I am currently working on a little project where I stream machine data (JSON format) from a kafka topic for further analysis. The JSON from the colum ...
Question: Does Unity Catalog in Azure Databricks have the feature of classifying assets? If so, can someone please provide links to online documentati ...
Is it possible to keep track of S3 file uploading time with Databricks autoloader? Looks like Autoloader would add columns for the file name and proce ...
Today our DBT workflow in databricks failed. The workflow runs as: Any suggestions what could be wrong or how to fix it? Version reported in Datab ...
enter image description here Trying to compile sql query in python. Which i used to do very frequently in python. But never faced this error in my pa ...
I've a dataframe with CreateDate column with this format: and I want to convert that format to date/timestamp, so the excepted output will be: I ...