Hello
I've been facing an issue trying to execute a workflow in Dataform. Every time I attempt to run it, I'm met with an "IAM permission denied for service account your-service-account-name" error.
Here's a summary of the steps I've taken to troubleshoot:
I'm at a bit of a loss here, and would greatly appreciate any insights or advice from anyone who may have encountered a similar issue or has any suggestions to offer.
Thank you in advance for your assistance.
Solved! Go to Solution.
It seems like you have done a thorough job checking the permissions and trying different browsers. Your steps for executing via the command line are correct, and it's good to see that it works with the service account when you revoke your personal credentials.
Regarding the error with the --debug
flag, it seems there might be a version difference or it might not be supported in the command you are using. You can check the documentation or use dataform --help
to see the available options for debugging.
For the issue with the dashboard, consider the following:
Dashboard Service Account Configuration:
Project Settings in Dashboard:
Additional Permissions:
Dataform Support:
Debugging in Dashboard:
By exploring these areas, you might be able to identify and resolve the issue with executing workflows from the Dataform dashboard.