cancel
Showing results for 
Search instead for 
Did you mean: 
Dimitry
Valued Contributor
since ‎05-15-2025
7 hours ago

User Stats

  • 40 Posts
  • 3 Solutions
  • 3 Kudos given
  • 9 Kudos received

User Activity

Hi allI've recently had to switch to VS Code to run some Claude coding over my notebooks and python libraries.I stumbled on highlighting cells for notebooks with SQL injection. It seems to be nowhere documented how to fix.I use Databricks issued "IDE...
I have a job that is triggered from changes in a table.Table is located in the home catalog.I have multiple environments, that are not predefined (created on the fly)Some process writes into a table, and then job starts processing this table.I have a...
I have a query with some grouping. I'm using spark.sql to run that query.skus = spark.sql('with cte as (select... group by all) select *, .. from cte group by all')It displays as expected table.This table I want to split into batches for processing, ...
Hi guys I've added a parameter "files_mask " to a notebook, with a default value.The job running this notebook broke with error: com.databricks.dbutils_v1.InputWidgetNotDefined: No input widget named files_mask is definedCode: mask = dbutils.widgets....
HI allServerless V3 solved an error of mismatching python versions between driver and worker which I had on V2 (can't remember the exact wording).So I'd been running this on classic compute so far.Today I tried on serverless to a partial success - un...