cancel
Showing results for 
Search instead for 
Did you mean: 
MDV
New Contributor III
since ‎03-25-2024
a week ago

User Stats

  • 9 Posts
  • 0 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

I'm getting a error when I want to select the first() or collect() from a dataframe when using a collation different than UTF8_BINARYExample that reproduces the issue :This works :df_result = spark.sql(f"""                        SELECT 'en-us' AS ET...
I'm getting a error when I want to select the first() from a dataframe when using a collation different than UTF8_BINARYThis works :df_result = spark.sql(f"""                        SELECT 'en-us' AS ETLLanguageCode""")display(df_result)print(df_resu...
Hello,I recently noticed that the ALTER TABLE ALTER COLUMN SYNC IDENTITY command is no longer functioning as expected.I have an IDENTITY column on my table:D_Category_SID BIGINT GENERATED BY DEFAULT AS IDENTITY (START WITH 1 INCREMENT BY 1)Previously...
Is it possible to have the service principal (ID) of an Azure data factory as the Single user access on an databricks cluster ?Reason I'm asking is because we are starting to use unity catalog , but would still have the need to execute stored procedu...
Kudos from
Kudos given to