You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior reproduce for values, that starts with 0 and contains 8.
This behavior is only in Dagit. Without dagit, the config is read without errors.
Dagit UI/UX Issue Screenshots
dagit version == 0.12.9
The text was updated successfully, but these errors were encountered:
This issue has to do with how the yaml 1.1 spec interprets octal values. They addressed this in the 1.2 version of the spec.
We currently use PyYAML which abides by the 1.1 spec causing these issues.
Summary
Unexpected type conversion in presets when using Dagit.
Reproduction
Test solid and pipeline:
This behavior reproduce for values, that starts with
0
and contains8
.This behavior is only in Dagit. Without dagit, the config is read without errors.
Dagit UI/UX Issue Screenshots
dagit version == 0.12.9
The text was updated successfully, but these errors were encountered: