Hi all, I'm trying to setup using the GoodData CLI...
# gooddata-cloud
t
Hi all, I'm trying to setup using the GoodData CLI (v0.11.0) through Github actions to validate the GD schema pull requests against our Snowflake database. I am getting the following error message back:
Can not load tables from server for profile "qa". Reason: Request failed with status code 401
I can see the query on the Snowflake side executed correctly and if I run the same command from my laptop I get back a successful response. Anyone know where the permission issue might be failing?
d
Hi Tim, This is, obviously, not a well tested use-case. We'll do our best to help. At first glance, the issue seems to be in Github Actions as it works OK when you run it directly. Not 100% sure, though. Can you share more details (commands, config, etc.) here or in a DM?
1
t
Thanks! I ended up being able to fix it. The GoodData yaml file requirements seem to have changed between CLI 0.9.0 and 0.11.0, and then I made a mistake in filling them in with the right Github Secrets in the actions file. Sorry for the false alarm
d
I'm glad you've managed to resolve it. Thanks for letting me know. Good luck simple smile