I would like to update Data Catalog tags through airflow CloudDataCatalog operators and schedule the DAG to update the tag values daily. This is to capture the ETL status on a BigQuery table and feed that status to Data Catalog tag. Could you please help me on what approach I should take?
I explored and found airflow offers Data Catalog related operators but I could find any actual use to alter the tag values in any platform.
I have not used these operators before but sounds like the CloudDataCatalogUpdateTagOperator should be exactly what you need.
I found this example code in the provider docs: