Postgis functions, ST_SetSRID and ST_MakePoint and similar

Vin
Vin Registered Posts: 4

Hi,


I'm trying to create source datasets by custom query, including Postgis function.


Notably:

ST_SetSRID and ST_MakePoint, and similar

I can't find a way to make it work

I keep getting message "function XXXXXX doesn't exist"

When checking Postgis in configuration panel everything seems OK.

Are those functions not supported?

Am I doing something wrong ?


Best regards

Tagged:

Answers

  • Catalina
    Catalina Dataiker, Dataiku DSS Core Designer, Registered Posts: 135 Dataiker

    The error indicates that PostGIS is not installed in your database. DSS can access and submit commands to database, but it doesn't manage it. You will need to install PostGIS on your database. Checking PostGIS in connection settings does not install PostGIS, this only shows which database has PostGIS.

Setup Info
    Tags
      Help me…