cancel
Showing results for 
Search instead for 
Did you mean: 
dbx-user7354
New Contributor III
since ‎12-22-2023
a week ago

User Stats

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

I came across a pyspark issue when sorting the dataframe by a column. It seems like pyspark only orders the data within partitions when having multiple worker, even though it shouldn't.  from pyspark.sql import functions as F import matplotlib.pyplot...
Hey, I want to create a Job via the Python SDK with a JobSettings object.import os import time from databricks.sdk import WorkspaceClient from databricks.sdk.service import jobs from databricks.sdk.service.jobs import JobSettings w = WorkspaceClien...
How do I remove a description from a job completely? When I try to just remove the text in the edit window, the same text shows up afterwards, even though it says "Successfully updated job". Also I had to write this twice, because on the first try I ...
Kudos from