Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(streamlit): update to use BaseConnection interface #9550

Merged

Conversation

IndexSeek
Copy link
Member

Description of changes

The Streamlit connection interface is no longer experimental as of streamlit/streamlit#7536.

st.experimental_connection was deprecated in Streamlit version 1.28.0 and replaced with st.connection.

Adjustments:

  • IbisConnection class definition uses BaseConnection instead of ExperimentalBaseConnection.
  • References of st.experimental_connection to use st.connection
  • Usage of relabel to rename in the example application.
  • "How To Streamlit + Ibis" post to reference connection usage with Streamlit developer documentation.

@IndexSeek IndexSeek force-pushed the feat/de-experiment-streamlit-con branch from 39cb239 to f0fc15a Compare July 11, 2024 00:58
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent! Thank you for updating this!

@cpcloud cpcloud added this to the 9.2 milestone Jul 11, 2024
@cpcloud cpcloud added the ecosystem External projects or activities label Jul 11, 2024
@cpcloud cpcloud merged commit f5dd8fb into ibis-project:main Jul 11, 2024
89 of 90 checks passed
@IndexSeek
Copy link
Member Author

You're very welcome!

@IndexSeek IndexSeek deleted the feat/de-experiment-streamlit-con branch September 6, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecosystem External projects or activities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants