Hi everyone,
Has anyone successfully configured SAS ACCESS Interface to ODBC for a database like ClickHouse on SAS Viya 4 (Kubernetes)?
We tried to follow a setup example for SAS ACCESS Interface to Oracle, but we noticed that the environment variable setup and YAML configuration structure are quite different for ODBC.
We have already installed the driver: clickhouse-odbc-1.4.1-Linux
At this point we're not sure about the next steps and would really appreciate some guidance:
-
Where should the ODBC DSN and environment variables be defined?
-
Do we need to create .odbc.ini
and .odbcinst.ini
manually or are they generated automatically after installing the driver?
-
Which Kubernetes config files (e.g. kustomization.yaml
, config maps) should be created or updated to integrate ODBC correctly?
Any help or shared experience would be really helpful.
Thanks in advance