Hello. I need to connect to our AWS HUE environment from Alteryx server. I can get this to work if I connect using the named ODBC connection on my local. But once published, this will not work.
Can someone help me build the connection string?
This is what Alteryx uses to connect from my local:
odbc:DSN=EIM_Datamart;UID=username;PWD=pwd
This is my attempt:
odbc:DRIVER=Simba Presto ODBC Driver;Host=emr.eim.faa.gov;Port=8446;UID=username;PWD=pwd|||rdsfeeds
Am I missing parenthesis, brackets, ....
The error I'm getting with my attempt is:
Error: Input Data (5): Error SQLDriverConnect: [Simba][Presto] (1020) Error with HTTP API at http://emr.eim.faa.gov:8446/v1/statement : Unsupported protocol
Any advice is greatly appreciated