Uses manually entered table data to create an output.
Transform categories: Other
Declared arguments
Rows - A list of structs representing rows, with struct fields representing column names and values. List<Literal<Struct>>
optionalSchema - A schema to be used if present for column names and types. If undefined, rows must be nonempty and will be used to infer the schema. Type<Struct>