From f2629e43f09dfccf58c38707228f3186bcb5e10f Mon Sep 17 00:00:00 2001 From: Daven Quinn Date: Mon, 23 Dec 2024 18:24:38 -0500 Subject: [PATCH 1/2] Updated query printing, added a refresh_schema method - Database.refresh_schema - updated query - formatted code --- .idea/misc.xml | 1 - app-frame/macrostrat/app_frame/__init__.py | 3 +- .../macrostrat/app_frame/compose/__init__.py | 5 +- .../macrostrat/app_frame/control_command.py | 4 +- app-frame/macrostrat/app_frame/core.py | 2 +- .../app_frame/subsystems/__init__.py | 4 +- .../macrostrat/app_frame/utils/__init__.py | 2 - app-frame/poetry.lock | 176 +++++++- .../macrostrat/auth_system/core/__init__.py | 4 +- .../macrostrat/auth_system/core/database.py | 6 +- .../macrostrat/auth_system/core/schema.py | 56 +-- .../macrostrat/auth_system/legacy/api.py | 7 +- .../macrostrat/auth_system/legacy/backend.py | 8 +- .../macrostrat/auth_system/legacy/identity.py | 2 +- .../auth_system/legacy/test_auth.py | 2 +- database/macrostrat/database/__init__.py | 26 +- .../database/transfer/dump_database.py | 1 + .../database/transfer/move_tables.py | 1 + .../database/transfer/restore_database.py | 1 + .../database/transfer/stream_utils.py | 1 + .../macrostrat/database/transfer/utils.py | 2 +- database/macrostrat/database/utils.py | 117 +++--- database/tests/test_database.py | 16 +- .../dinosaur/upgrade_cluster/utils.py | 8 +- dinosaur/poetry.lock | 2 +- dinosaur/tests/test_upgrade_cluster.py | 24 +- poetry.lock | 384 ++++++++++-------- utils/macrostrat/utils/__init__.py | 2 +- 28 files changed, 575 insertions(+), 292 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7a009cf..3a2a2ad 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ -