Update Records using Databricks SQL Endpoint

I am attempting to refresh my Source table with the information supplied by the end user through the UI. However, similar to other resources, I cannot locate the bulk upsert option in the Databricks resource.

if you see in the mysql resource we have this option.

Are there alternative approaches available for updating my Delta table, particularly with regard to Databricks resources?

Welcome to the forum!
Are you looking to add logic to the Resource for Databricks? What is your use case? Any more context will help this forum help you :slight_smile:

Hey @Deepak17, the Databricks resource doesn't currently support GUI mode, so there is no native 'Bulk Update' option. You would have to write the SQL to update the appropriate rows. Let us know if you are running into any issues with that.