Hi @MarkV ,
Apologies for the delayed response!!
Is it possible you to open a support ticket so that we can have a deeper look and investigate it further.
We need the complete error stack trace along with code to debug further.
Hi @AlexVB ,
Thanks for the feedback. Since you are comparing databricks with snowflake its ideal you discuss this with your sales rep.
Your suggestion to allow functions to be stored at the catalog level or to make them globally available within Da...
Hi @messiah ,
This occurs due to the lack of AWS credentials or IAM roles necessary to access the S3 bucket.
Can you please check the AWS Credentials, IAM Roles and IAM Permissions: Make sure the IAM role associated with the instance profile has......
Hi @Abdurrahman ,
To efficiently add a column to an existing Delta Lake table in a Databricks notebook when facing performance issues, consider the following strategies:• Optimize the Table: Before adding a new column, ensure that the table is optimi...
Hi @AlexVB ,
The current UDF implementation in Databricks requires referencing the UDF location with select my_catalogue.my_schema.my_udf() or executing SQL from that schema because Databricks organizes database objects using a three-tier hierarchy: ...