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

Fix streamlit bug on chess example #1425

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Fix streamlit bug on chess example #1425

merged 3 commits into from
Jun 11, 2024

Conversation

sh-rp
Copy link
Collaborator

@sh-rp sh-rp commented May 30, 2024

Description

Fixes a bug in the streamlit app which would produce an error if the nullable or datatype hints on a column where missing.

Copy link

netlify bot commented May 30, 2024

Deploy Preview for dlt-hub-docs canceled.

Name Link
🔨 Latest commit 952cd14
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/6666ef19cc8fa10008c0608b

if k in ["name", "data_type", "nullable"]:
essentials[k] = v

def essentials_f(c: TColumnSchema) -> Dict[str, Any]:
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like this function is not used anymore?

@sh-rp sh-rp marked this pull request as ready for review June 10, 2024 12:19
@rudolfix rudolfix merged commit a9021fe into devel Jun 11, 2024
50 checks passed
@rudolfix rudolfix deleted the fix/streamlit_bug branch June 11, 2024 13:35
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