Commit Graph

2 Commits

Author SHA1 Message Date
Shreyas Goenka ea3dcc5f3a
Debug filer tests 2024-12-05 23:55:28 +05:30
shreyas-goenka 553fdd1e81
Serialize dynamic value for `bundle validate` output (#1499)
## Changes
Using dynamic values allows us to retain references like
`${resources.jobs...}` even when the type of field is not integer, eg:
`run_job_task`, or in general values that do not map to the Go types for
a field.

## Tests
Integration test
2024-06-18 15:04:20 +00:00