append_table_rows
Add rows to a worksheet dataset by matching dictionary keys to column headers, with options for dry-run and structure change validation.
Instructions
Append dictionary-shaped rows by matching worksheet headers on a worksheet dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| dry_run | No | ||
| filepath | Yes | ||
| header_row | No | ||
| sheet_name | Yes | ||
| include_changes | No | ||
| allow_structure_change | No | ||
| expected_structure_token | No |