Currency Conversion Rates Update

I am working on a project that requires up-to-date conversion rates but while using a prepare recipe to convert the amounts, the most recent exchange rate is only 07-14-2023 (see in image)
is there a way to get a daily refresh of exchange rates into the instance? it being 3 months back is going to cause false flags in the report i am building
any help is greatly appreciated
Thanks,
Meanrj
Operating system used: Windows 11
Operating system used: Windows 11
Best Answer
-
@meanrj
it can't be done from the web browser. You need to contact your Dataiku administrator who can perform this operation for you...
Answers
-
Hi !
You can update conversion rates list at any time by opening a terminal on your DSS instance, reaching the DSS data directory and using the following command:
./bin/dku update-currency-rates
-
i am accessing my DSS instance via chrome, is it still possible to open a terminal and access the DSS data directory?
-
@AlexB
awesome. thank you