SFOE / OGD_qualitychecks

Automated pipeline to check OGD data quality using Frictionless
0 stars 0 forks source link

Step 7: automate #8

Open AFoletti opened 1 year ago

AFoletti commented 1 year ago

Goal: automate the process to run automatically.

I see two options here: one very easy and another one more efficient but more complex

Easy one: Configure the github action to run twice a day (12:00 and 22:00, for example) Complex one: make the github action monitor the staging folder and trigger whenever something is changed. --> Please not that I am not even sure this is possible