I’ve created following schema manually, and after that exported it well to .schema.json file.
Now, when I try to Update from file… and upload back generated json, formula field becomes blank.
Generated .schema.json:
{ "id": 45166, "num_rows": 10, "file_format": "csv", "name": "test_formula_bug", "include_header": true, "columns": [ { "name": "number", "type": "Formula", "value": "random(1, 10)", "formula": "" }, { "name": "first_name", "type": "First Name", "formula": "" } ] }