cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Mosaic library not supported in db13 and unity catalog

DB_learn
New Contributor II

I want to use gepatial functions which uses mosaic library. How can I use it without using mosaic library and import functions available ?

Example st_aswkt

2 REPLIES 2

DB_learn
New Contributor II

Thanks for the response! 

I tried using it. In sql it is working fine

but when I tried in python it is failing

Syntax 

from pyspark.databricks.sql.functions import *
from math import *

h3_pointash3('POINT("lat","lan")',13))

 

this is giving me syntax error

sean_owen
Databricks Employee
Databricks Employee

You have a syntax error there indeed - extra parenthesis.

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now