bcgov / cas-ggircs

Climate Action Secretariat's Greenhouse Gas Industrial Reporting and Control System
Apache License 2.0
3 stars 4 forks source link

Import operators from ggircs to cif on ggircs ETL #415

Open dleard opened 2 years ago

dleard commented 2 years ago

The import-operators cronjob in cif should be called by the ggircs ETL to ensure the operators in cif are up to date whenever the ETL runs. This is blocked until cif is deployed to test/prod since there is no cronjob in those namespaces to call at the moment.

LindsayMacfarlane commented 2 years ago

Hi @dleard - based on the description, I'm assuming this ticket will need to be actioned for our release to PROD?

dleard commented 2 years ago

It actually can't be done until we have cif deployed to prod. It's also not a lot of work. The underlying work is alread done, we already have a function and a cronjob to take care of this for us. We'll just need to update our ggircs dag to call that cronjob.