Skip to content

Commit

Permalink
Remove the message if there is no schema in state
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Apr 17, 2024
1 parent bef6f3e commit b831908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/helpers/streamlit_app/blocks/resource_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def resource_state_info(

schema = sources_state.get(schema_name)
if not schema:
st.error(f"Schema with name: {schema_name} is not found")
return

resource = schema["resources"].get(resource_name)
Expand Down

0 comments on commit b831908

Please sign in to comment.