-
Re: API works in API node but not in Deployer
There is no pg_hba on RDS indeed. We would advise you to install the psql client on the machine where the API node is and to try to connect to your RDS from there, making sure to enter exactly the sa…1 · -
Re: API works in API node but not in Deployer
Hi, It is quite likely that your PostgreSQL only accepts connections from the Design node host, not from the API node host. You need to check that with your PostgreSQL admin (in the pg_hba.conf file)1 · -
Re: Macro to Query Database and Return List or Dict of Tables to Global Variables
Hi, Although it is not recommended, you can read a dataset in a plugin recipe even if it's not declared as input. For that, instead of dataset = dataiku.Dataset("myname"), use dataset = dat…1 · -
Re: DkuReadDataset is interpreting 'NA' string as NA value
Hi, It is unfortunately not possible. We'll take note of the request.2 · -
How to pad a number with leading zeros
A common requirement when you have a column of numbers is to format all numbers so that they have the same length, adding leading zeros if needed. This can be done in the DSS preparation recipe using…3 ·
