cancel
Showing results for 
Search instead for 
Did you mean: 
juan_barreto
New Contributor III
since ‎09-12-2024
‎05-29-2025

User Stats

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 5 Kudos received

User Activity

We are using Asset bundles with databricks runtime 14.3LTS. During DAB deployment, the wheel is built and stored in the folder of the service principal running the deployment via GH workflow. The full path is/Workspace/Users/SERVICE-PRINCIPAL-ID/.bun...
Hi,I'm testing the latest version of the databricks runtime but I'm getting errors doing a simple dropDuplicates.Using the following codedata = spark.read.table("some_table") data.dropDuplicates(subset=['SOME_COLUMN']).count() I'm getting this error....
Kudos given to