Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-cnivera committed Jul 26, 2024
1 parent e9eda97 commit 5eac5fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion admin_apps/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def onboarding_dialog() -> None:
iteration.show()

verify_environment_setup()
get_snowflake_connection()

# Populating common state between builder and iteration apps.
st.session_state["account_name"] = SNOWFLAKE_ACCOUNT_LOCATOR
Expand Down
1 change: 0 additions & 1 deletion semantic_model_generator/generate_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ def generate_base_semantic_model_from_snowflake(
snowflake_account=snowflake_account,
n_sample_values=n_sample_values if n_sample_values > 0 else 1,
semantic_model_name=semantic_model_name,
conn=None, # Instantiate a new connection.
)

with open(write_path, "w") as f:
Expand Down

0 comments on commit 5eac5fe

Please sign in to comment.