As the Title says, is it able to query object definition
of the view in Databricks using SQL
, especially for Azure Databricks?
like when using SQL Server, I'm able to query the view definition using function OBJECT_DEFINITION
or Stored Procedure sp_helptext
to display the SELECT statement
within Views
.
I'm looking all over the internet, don't find one that explains about this. May be there isn't an option?
thanks.