T376721 Standardization of airflow dag props
Contributor checklist
-
I have written tests for this DAG that will be merged into data-engineering/airflow-dags/tests/wmde -
I have locally ran the above tests and code quality checks as outlined in the tests section of the Airflow DAGs project readme -
I have tested the jobs for this DAG in my local database using the process defined in wmde/analytics/hql/airflow_jobs/PATH_TO_JOB_TESTS - Done in prior MRs
-
I have tested the included DAGs in my local database using the process outlined in TEST_AIRFLOW_DAGS.md and the test variable files provided for each DAG - Done in prior MRs
-
All Hive tables that are needed by the included DAG jobs have been created and are accessible by the analytics-wmde
Airflow user- Done in prior MRs
Description
-
T376721: Finalizes the standardization of DAGs to a new base template. Changes here are to make sure that all table props include their base schema in the name and don't include
_table
as it's not needed.
Test outputs
No tests needed as it's renames and DAG job variables were not changed, so variables will be set appropriately on reload.