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

docs: update streamlit example and readmes #78

Merged
merged 2 commits into from
Mar 6, 2024
Merged

Conversation

dbkegley
Copy link
Collaborator

@dbkegley dbkegley commented Mar 6, 2024

This PR makes the streamlit example consistent with our other examples

I'm also going to update the other PRs to talk about the required environment vars before running the apps locally

@dbkegley dbkegley changed the title Update streamlit example and readmes docs: u.pdate streamlit example and readmes Mar 6, 2024
@dbkegley dbkegley changed the title docs: u.pdate streamlit example and readmes docs: update streamlit example and readmes Mar 6, 2024
Copy link

github-actions bot commented Mar 6, 2024

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
282 246 87% 80% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 4c200a8 by action🐍

certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
databricks-sql-connector==3.0.1
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is more a question than an issue or suggestion: what happened with all of these dependencies? Were they old copy 🍝 or something?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I did a pip freeze initially on this example but I like the approach that @plascaray used in his examples better where we only capture the dependencies that we really need, and then let pip handle transitive deps. No need for us to record them here IMO so I was cleaning this up so that it's consistent with the other examples

Copy link
Collaborator

Choose a reason for hiding this comment

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

💯 Absolutely

Thanks!

@dbkegley dbkegley merged commit fe63bfd into main Mar 6, 2024
8 checks passed
@dbkegley dbkegley deleted the update-streamlit branch March 6, 2024 18:28
Comment on lines -31 to -32
cfg = Config(host=DB_HOST_URL, credentials_provider=credentials_provider)
# cfg = Config(host=DB_HOST_URL, token=DB_PAT)
Copy link
Collaborator

Choose a reason for hiding this comment

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

❤️ 🧹 #️⃣

Thank for cleaning this up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants