Relative Content

Tag Archive for apache-spark-sqlazure-databricks

How can I generate the SQL scripts that created SQL UDF or delta lake table in databricks?

I came from traditional database development and currently working with databricks. In SQL Server, I can right click to the table or functions then generate the SQL scripts that created these objects for reference. However, I do not see the same functionality when working in the databricks workspace. I know that I can check the table/functions details in the Unity Catalog but it still required me to type in the syntax, parameter details for the SQL script.

How can I generate the SQL scripts that created SQL UDF or delta lake table in databricks?

I came from traditional database development and currently working with databricks. In SQL Server, I can right click to the table or functions then generate the SQL scripts that created these objects for reference. However, I do not see the same functionality when working in the databricks workspace. I know that I can check the table/functions details in the Unity Catalog but it still required me to type in the syntax, parameter details for the SQL script.