I am trying to create symlink on databricks delta table which is on ADLS(Azure) with the below command.
%sql
%sql
GENERATE symlink_format_manifest FOR TABLE schema_name.`dbfs:/filepath`;
which fails with the below error:
Error in SQL statement: NoSuchTableException: Table or view 'dbfs:/filepath' not found in database 'schema_name';