github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/automation/workflow/wftest/testdata/no_changes/input.dataset.json (about)

     1  {
     2  	"transform": {
     3  		"steps": [
     4  			{
     5  				"name": "transform",
     6  				"syntax": "starlark",
     7  				"script": "load(\"dataframe.star\", \"dataframe\")\nds = dataset.latest()\nbody = 'a,b,c\n1,2,3\n,4,5,6\n'\nds.body = dataframe.parse_csv(body)\ndatset.commit(ds)"
     8  			}
     9  		]
    10  	}
    11  }