There is some hardcoding which prevents the collections for
- document
- planning-application
- title-boundary
from showing in airflow, this is because they took a long time to run and this was a way of preventing them from running in prod and slowing everything down.
This ticket is about removing the hard coding, but also setting the availability to 'staging' so that they appear in DEV and STAGING but not in PRODUCTION and therfore do not slow anything down.
The availablity field was completed recently was done against this ticket - digital-land/config#2641 - if you want to read more detail about it.
There is some hardcoding which prevents the collections for
from showing in airflow, this is because they took a long time to run and this was a way of preventing them from running in prod and slowing everything down.
This ticket is about removing the hard coding, but also setting the availability to 'staging' so that they appear in DEV and STAGING but not in PRODUCTION and therfore do not slow anything down.
The
availablityfield was completed recently was done against this ticket - digital-land/config#2641 - if you want to read more detail about it.