-
Re: Date Format for lastModified
Hi @sunith992 , to add to @MiguelangelC 's response, here is how I convert unix epoch times to local time: import dataikuimport datetimeds_last_modified_unix_epoch = dataiku.Dataset("DS_NAME&quo…3 · -
Re: Dataiku Scenario used for build of table every day
Hi @PK36313 , You could also use a SQL Script recipe (rather than a SQL query recipe) to update the output table. In SQL Script recipes, the output table is dropped only if you drop in your script. S…1 · -
Re: Use user secrets in an SQL Script Recipe
Hi @NN , Are you hoping to do this without using Python? I don't know of way to do this other than to use a Python recipe. Maybe others will have better ideas. If you were to use Python, you could pr…1 · -
Re: Best practice for setting up QA, stage, and production data-pipelines
Hi @Fahraynk , Our approach is to utilize separate DSS instances for development, testing / staging, and production. Our processes reside within one project. We develop in that project on the develop…1 · -
Re: Snowflake Load Multiple Files
Hi @NN , It's been a while but I believe I as able to get a copy command inside a SQL script recipe to work. This was on Azure. Check the sync recipe logs and you should see the command that DSS is u…1 ·
