Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cnivera committed Jul 26, 2024
1 parent c92adfe commit ebcb98a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin_apps/journeys/iteration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="")
Expand Down

0 comments on commit ebcb98a

Please sign in to comment.