I have installed Databricks-Connect (9.1 LTS). I am able to send queries to the cluster. However, when the query includes a call to the 'table_changes' function that is a part of Change Data Feed, I get the following error:
AnalysisException("could not resolve `table_changes` to a table-valued function; line 1
The query runs when I run it in a notebook against the same cluster. The query looks similar to the following:
select distinct SomeFieldID from table_changes('SomeTable','2021-12-31 9:53:02') where _change_type in ('update_postimage')