I am trying to run command to retrieve change data from sql endpoint. It is throwing below error.
"The input query contains unsupported data source(s).Only csv, json, avro, delta, parquet, orc, text data sources are supported on Databricks SQL."
But the same query is running from Databricks cluster (cluster version 9.1 LTS)
Query is as below
SELECT * FROM table_changes('<table name>', 1,2)