-
Re: Connection Between Dataiku DSS and PostgreSQL
Hi, The error is in French because of the locale of the VM. Either way it suggests that username/password are incorrect. If you have PostgreSQL access you can try re-running : psql -h localhostCREATE…1 · -
Re: Integration of power Bi Dashboard into Dataiku
Hi @Aakashyadav_ , You should be able to use PowerBI embedding feature: https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-embed-secure Once you have the URL from PowerBI you can emb…2 · -
Re: Job failed: Error in python process: At line 16: Python process is running remotely
Hi Ash, Based on the context on another channel what is happening here is your managed folders are not local. This means you will need to use managed folder read/write APIs instead. e.g get_download_…2 · -
Re: trigger based on python script
Hi @pkansal , I think your import datetime is not working Can you try : from dataiku.scenario import Triggerfrom datetime import datetimeimport pytztz = pytz.timezone('Europe/Amsterdam')t =…1 · -
Re: Logging metrics
Hi @ben_p , You can use the history of the dataset metrics in DSS. Metrics are added to the history when computed. You can retrieve these : - in the Flow +Dataset > Internal > Metrics , choose …1 ·
