We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216cbec commit 64fb07bCopy full SHA for 64fb07b
1 file changed
airflow/dags/update_app.py
@@ -743,6 +743,7 @@ def copy_public_data_landcarroyagebounds(**context):
743
["land_id", "land_type", "start_year", "end_year", "destination"],
744
],
745
)
746
+
747
@task.python
748
def copy_public_data_dc_population(**context):
749
return copy_table_from_dw_to_app(
0 commit comments