DBR Version- 16.2spark.databricks.geo.st.enabled trueSQL Query I am running: %sql
WITH points (
SELECT st_astext(st_point(30D, 10D)) AS point_geom
UNION SELECT st_astext(st_point(10D, 90D)) AS point_geom
UNION SELECT st_astext(st_point(4...
I want to have databricks related developement locally.There is extension that allows to run local python file on remote databricks cluster.But I want to have cell like structure that is present in databricks UI for python files in local IDE as well....