Skip to content

Commit

Permalink
Update sandbox dag with retool (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao authored Dec 19, 2024
1 parent afc5bb1 commit 567e53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/sandbox_update_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 567e53a

Please sign in to comment.