Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2025 02:27 AM
On my DLT pipeline,
- I Installed the Databricks-mosaic library
- Photon is activated
- I'm using a workspace premium tier
SELECT
id,
city_name,
st_point(latitude, longitude) AS city_point
FROM city_data
;st_point is disabled or unsupported. Consider enabling Photon or switch to a tier that supports ST expressions.
I understand well, to use GIS functions on ETL Pipeline we must have the Enterprise tier ?