dataform icon indicating copy to clipboard operation
dataform copied to clipboard

[BUG] Dataform CLI does not parse `actions` as an array

Open HHammond opened this issue 10 months ago • 1 comments

For some reason the yargs parser is unable to properly parse array arguments to --actions.

It is possible to specify an array by doing --actions action_1 --actions action_2, however this is not clear or documented in the API.

https://github.com/yargs/yargs/blob/main/docs/api.md#arraykey

HHammond avatar Mar 26 '25 17:03 HHammond

You can provide multiple actions as a comma-separated list --actions action_1, action_2. See https://github.com/dataform-co/dataform/issues/1200 and the PRs to close this issue.

mkamysz avatar Jul 24 '25 06:07 mkamysz