-
Re: Identical timestamp on all rows
Hi @johntarr , I can reproduce the behavior you are seeing in the DSS 10.0.6, when using a "prepare" recipe with the local stream processor. This is not the behavior one would expect! Appar…1 · -
Re: Running SQL statements with Python?
Hi @dev1 , There is no much documentation on the method: https://doc.dataiku.com/dss/latest/python-api/sql.html?highlight=sqlexecutor2#dataiku.SQLExecutor2 https://doc.dataiku.com/dss/latest/python-a…1 · -
Re: NaTType does not support dst
Hi @Parul_ch , The problem is that you might have empty or null values in the column 'TIME' that you want to convert to a datetime. pd.to_datetime, by default, won't continue to parse …3 · -
Re: Is it possible to have a managed folder as output folder for two different python recipes?
Hi @ShubhamRai8080 , It is a restriction. There is a previous post with the reason and a solution: Cheers2 · -
Re: Notify if dataset is NON empty
Hi @pnaik1 , If you need more material to follow @Grixis6 suggestion, you can find these sections of the Knowledge Base to be useful: * Automation: Metrics and Checks * Automation: Scenarios They hav…2 ·
