Trigger

Solved!
ASten1
Level 3
Trigger

Hi,

I would like to create a trigger which executes my flow whenever I push new code to my git repository (which is connected to my python library), Is there a way to do so?

Thank you!

0 Kudos
1 Solution
Andrey
Dataiker Alumni

Hi, 

you can create a custom python trigger that would check every now and then if there are new commits in git and then trigger a scenario.
Screenshot 2020-10-05 at 15.38.35.png
Andrey Avtomonov
R&D Engineer @ Dataiku

View solution in original post

2 Replies
Andrey
Dataiker Alumni

Hi, 

you can create a custom python trigger that would check every now and then if there are new commits in git and then trigger a scenario.
Screenshot 2020-10-05 at 15.38.35.png
Andrey Avtomonov
R&D Engineer @ Dataiku
ASten1
Level 3
Author

Thank you, you are right, I don't know why I didn't arrive to that solution! ๐Ÿ™‚

0 Kudos