cancel
Showing results for 
Search instead for 
Did you mean: 
hanspetter
New Contributor III
since ‎08-27-2021
‎09-25-2023

User Stats

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

User Activity

I noticed that extending the DataFrame object with a custom method does not work in DBR 14.0 This works fine in when using DBR 13.3. The below code throws a "TypeError: 'Column' object is not callable".  from pyspark.sql.functions import col,lit from...
When running a notebook using dbutils.notebook.run from a master-notebook, an url to that running notebook is printed, i.e.: Notebook job #223150 Notebook job #223151 Are there any ways to capture that Job Run ID (#223150 or #223151)? We have 50 or ...