-
Re: List of all project and respective tables in dataiku
Hi, If you need to display table names for SQL like datasets, you can get them from dataset params. However, if you are using variables in the names it is saved as a string like "${projectKey}_d…1 · -
Re: Database schema name setting in dataset
Hi, there is no R equivalent available. However, if you want to stay within the R, you can use "reticulate" to execute python. Here is the full documentation of how you can use "reticu…1 · -
Re: Upload excel file monthly
@Jurre If the engine is not specified, by default, Pandas will use xlrd (at least in the version 1.0.5 I tested the script with), where the latest version that supports .xlsx files is 1.20, so if you…1 · -
Re: Upload excel file monthly
Ok, there won't be any other method, as the DSS simply has no direct access to your Desktop. The easiest method I can think of is if you have NAS drive or mount some FTP location or some other N…4 · -
Re: Using formular in prepare recipe
Hi, If I understood correctly, you don't need the third condition as from your description if the value is not empty or not 0 the output should be "RESULTED". Please refer to the formu…2 ·