diff --git a/dags/sandbox_update_dag.py b/dags/sandbox_update_dag.py index 1e877998..ffbf3e88 100644 --- a/dags/sandbox_update_dag.py +++ b/dags/sandbox_update_dag.py @@ -59,7 +59,7 @@ ) for table_id in TABLES_ID: - if table_id == "diagnostic_events": + if table_id == "retool_entity_data": continue query_path = get_query_filepath("update_table") query = file_to_string(query_path)