<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: st_point is disabled or unsupported. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142484#M51954</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176516"&gt;@emma_s&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Dec 2025 19:15:46 GMT</pubDate>
    <dc:creator>fundat</dc:creator>
    <dc:date>2025-12-23T19:15:46Z</dc:date>
    <item>
      <title>st_point is disabled or unsupported.</title>
      <link>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142410#M51941</link>
      <description>&lt;P&gt;&lt;SPAN&gt;On my DLT pipeline,&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;I Installed the&amp;nbsp;&lt;/SPAN&gt;Databricks-mosaic library&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Photon is activated&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;I'm using a workspace premium tier&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="python"&gt;SELECT
    id,
    city_name,
    st_point(latitude, longitude) AS city_point
  FROM city_data
  ;&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;st_point is disabled or unsupported. Consider enabling Photon or switch to a tier that supports ST expressions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I understand well, to use GIS functions &amp;nbsp;on ETL Pipeline we must have the Enterprise tier ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 10:27:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142410#M51941</guid>
      <dc:creator>fundat</dc:creator>
      <dc:date>2025-12-23T10:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: st_point is disabled or unsupported.</title>
      <link>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142418#M51944</link>
      <description>&lt;P&gt;DLT pipelines are still on runtime 16.4 which doesn't have support for st_point yet. See details here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/release-notes/dlt/" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/release-notes/dlt/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You should be able to use st_point in normal SQL editor as long as the cluster you are using is DBR 17.1 or above, it is not currently supported on classic SQL warehouses either as it is still in public preview.&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/sql/language-manual/functions/st_point" target="_blank"&gt;https://docs.databricks.com/aws/en/sql/language-manual/functions/st_point&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To check the version of runtime your pipeline is running on you can use the following code:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;SELECT details:create_update:runtime_version:dbr_version FROM event_log_raw WHERE event_type = 'create_update&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 11:37:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142418#M51944</guid>
      <dc:creator>emma_s</dc:creator>
      <dc:date>2025-12-23T11:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: st_point is disabled or unsupported.</title>
      <link>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142420#M51946</link>
      <description>&lt;P&gt;Thank you for your answer&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176516"&gt;@emma_s&lt;/a&gt;. So it can be difficult to set up a GIS dlt pipeline in Databricks ?&lt;/P&gt;&lt;P&gt;I can create multiple notebooks in which I used this GIS functions, according to my project, and create job in which I will associate each notebook with a task. So that to apply the GIS functions. Is that right ? But I will lose the incremental advantage.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 12:19:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142420#M51946</guid>
      <dc:creator>fundat</dc:creator>
      <dc:date>2025-12-23T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: st_point is disabled or unsupported.</title>
      <link>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142425#M51947</link>
      <description>&lt;P&gt;Yes that will work, but yes you lose the incremental advantage. As soon as 17.1 is available in the preview channel in Declarative pipelines you'll be able to use it that way. Which should be very soon.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 13:38:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142425#M51947</guid>
      <dc:creator>emma_s</dc:creator>
      <dc:date>2025-12-23T13:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: st_point is disabled or unsupported.</title>
      <link>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142484#M51954</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176516"&gt;@emma_s&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 19:15:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/st-point-is-disabled-or-unsupported/m-p/142484#M51954</guid>
      <dc:creator>fundat</dc:creator>
      <dc:date>2025-12-23T19:15:46Z</dc:date>
    </item>
  </channel>
</rss>

