-
Re: Data Refresh out of a Managed Folder
Hi @tgb417 I've tested on 10.0.3 to 10.0.5 . so the version shouldn't be an issue here. I've created a video here https://www.loom.com/share/4c46707e37de4fe1a3e859fd591dd736?t=189 When…1 · -
Re: Data Refresh out of a Managed Folder
If the file name changes it won't be detected unless you use a pattern. Try using Blob/Regex instead when defined "Files from Folder dataset" if the file is deleted and re-uploaded it …1 · -
Re: Scenario run time logging
Hi @Pkhande11 , You can see scenario runtime for all scenario accorss all projects by adding an Internal dataset ( + Dataset - Internal Stats - Scenario Runs - Preview( make sure to click preview bef…2 · -
Re: dataiku python
Hi @2017-sky , So once you have created your Python API endpoint to be able to access this via Postman you need to deploy to an API node. Call the API node/endpoint URL with the correct port. Please …1 · -
Re: Delete entirely empty columns at import
Hi @shosho88 If you have a high number of empty columns. You could also use a Python recipe and dropna in pandas to remove all columns that are completely empty. # -*- coding: utf-8 -*-import dataiku…2 ·
