Roei Jacobovich
05/29/2022, 12:02 PMField(String)
as well), and a string value starting with zero.
When running Dagit, the string is being converted to integer.
For example, using value “0345” lead to:
Invalid scalar at path root:resources:x. Value "345" of type "<class 'int'>" is not valid for expected type "String".
Thanksowen
05/31/2022, 4:11 PMRoei Jacobovich
05/31/2022, 5:01 PMdict
, related to a resource (with config schema definition as part of the resource) appropriately loaded into the job config (as part of the JobDefinition
). Scheduling that job works great without any issues.
When we’re going to Dagit and clicking on the job’s run launcher tab, it’s being converted to YAML in the background (I suppose), and then we get the error I wrote about.owen
05/31/2022, 5:10 PMDagster Bot
05/31/2022, 5:10 PMowen
05/31/2022, 5:11 PMdish
05/31/2022, 5:29 PMRoei Jacobovich
05/31/2022, 6:08 PMInvalid scalar at path root:resources:myresource:config:somekey. Value "3456" of type "<class 'int'>" is not valid for expected type "String".