Open elanor-sparx opened 1 year ago
Additional info: my Dataform version is 2.6.7
Thanks for the report!
It being a token timeout seems like a reasonable idea - however it's hard for me to reproduce it without being given a project that can replicate it.
It doesn't seem to be caused by our timeout options:
--timeout
option only applies to compilation - it should probably be renamed to --compilation-timeout
: https://github.com/dataform-co/dataform/blob/c55ca6bcc79b1087545655605c7855447d091a45/cli/index.ts#L148.
I have a medium to large setup: 875 actions
What I'd like to do is add --dry-run to our CICD to check executions, but it fails when I try with
dataform run --dry-run --timeout 2m
:When I try a smaller individual action with lots of dependents it works, but a bigger one fails similarly to above - hence my thinking that it has to do with the number of actions and/or a token timeout.
Any thoughts on what's going on here? The above were run using my own GCP credentials, we are going to try a service account next.