[URGENT] Hi team, During deployment with the cli,...
# gooddata-cloud
e
[URGENT] Hi team, During deployment with the cli, I often get the following error that I don't understand why. Can someone help me understand what causes this and how to resolve? It's taking so much time to deploy the workspace due to this error at the moment... Command I'm running:
gd deploy -p 'profile'
Can not load tables from server for profile "xxxxx". Reason: write EPIPE
m
Hello Emir, I would start by making sure that the credentials in the profile you are using are correct. In the gooddata.yaml file you can see the workspace and datasource id that you are currently using, please check that the user who generated the API token still has access to them, otherwise you may run into issues like this. Additionally, please check that you are running the latest version of the tool
gd -v
, currently 0.12. If not, I highly advise upgrading since we introduce bug fixes in every new version. Lastly, if you are still having the same issue, please try checking if you can run any other commands, i.e.,
gd -validate
, if not, please feel free to DM me with the content of your gooddata.yaml file so I can look further into this.
e
Hi Moises, I've upgraded to 0.12 but still getting the same error during deployment. I can run
gd clone
on the same profile but deploying from a different workspace gives this error. I'll now DM you the content of my gooddata.yaml file