From ebcb98afd7846eeb04638330d5dd742131f7b1f5 Mon Sep 17 00:00:00 2001 From: Chris Nivera Date: Fri, 19 Jul 2024 16:34:26 -0700 Subject: [PATCH] todo --- admin_apps/journeys/iteration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_apps/journeys/iteration.py b/admin_apps/journeys/iteration.py index bf6865fd..3406be14 100644 --- a/admin_apps/journeys/iteration.py +++ b/admin_apps/journeys/iteration.py @@ -493,6 +493,7 @@ def set_up_requirements() -> None: st.markdown( "Fill in the Snowflake stage details to download your existing YAML file." ) + # TODO: Make these dropdown selectors by fetching all dbs/schemas similar to table approach? stage_database = st.text_input("Stage database", value="") stage_schema = st.text_input("Stage schema", value="") stage_name = st.text_input("Stage name", value="")