Dataset change trigger
hamid
Registered Posts: 1 ✭
When I use dataset change trigger to run a scenario, how can I get the changed path or folder from a python code within the scenario
Thanks
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,166 Neuron
You can’t. You don’t get that. All you get is that something is changed in the folder and the trigger fires. It’s up to you to determine what’s new, changed, etc. If you want to make things simpler then move any files you process to a different folder so that you know any new files that arrive need to be processed.