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 typing issue for dagster launch pad #23

Closed
cody-scott opened this issue Dec 17, 2024 · 1 comment · Fixed by #30
Closed

Fix typing issue for dagster launch pad #23

cody-scott opened this issue Dec 17, 2024 · 1 comment · Fixed by #30
Labels
bug Something isn't working

Comments

@cody-scott
Copy link
Owner

Dagster launch pad infers "yes" as a bool; typing in the io manager is set to str causing the launchpad to fail.

Update to use Any type or a subset of string | int | bool

@cody-scott cody-scott added the bug Something isn't working label Dec 17, 2024
@cody-scott
Copy link
Owner Author

Core here is that pydantic casts values such as "yes", "no", 1, 0 to bool types.

@cody-scott cody-scott linked a pull request Jan 30, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant