Accessing a S3 table from a process deployed on the API Node
Pascal_B
Registered Posts: 10 ✭✭✭✭
Hello,
Is it possible to read reference data that is available on a DSS table available on S3 ? How can we do this ?
technical requirement : the table is kept up to date with our own process (eg a specific DSS flow) and we expect that we do not need to redeploy the API when the reference table is updated
Thanks for your help
Pascal
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi @Pascal_B
,Just to update the community thread as well you can use
https://doc.dataiku.com/dss/latest/apinode/endpoint-dataset-lookup.html
Please note if you are using a static API node you will also need to configure the connections.
https://doc.dataiku.com/dss/latest/apinode/enrich-prediction-queries.html#api-node-configuration
Let us know if this works for your use case.