hi all, when following typical instructions found ...
# ask-community-for-troubleshooting
z
hi all, when following typical instructions found in this page when opening terminal to relaunch airbyte instance as usual: https://docs.airbyte.com/deploying-airbyte/on-gcp-compute-engine/ Step 1: PROJECT_ID= [xyz] Step 2: Instance_Name= [abc] Step 3:
Copy code
gcloud --project=$PROJECT_ID beta compute SSH $INSTANCE_NAME -- -L 8000:localhost:8000 -N -f
I’m getting the following error in terminal as of this week:
Copy code
ERROR: (gcloud.beta.compute) Invalid choice: 'SSH'.
Maybe you meant:
  gcloud compute ssh
  gcloud compute config-ssh
  gcloud beta compute addresses update
  gcloud beta compute backend-services add-iam-policy-binding
  gcloud beta compute backend-services get-iam-policy
  gcloud beta compute backend-services remove-iam-policy-binding
  gcloud beta compute backend-services set-iam-policy
  gcloud beta compute commitments update-reservations
  gcloud beta compute instance-groups managed all-instances-config delete
  gcloud beta compute instance-groups managed all-instances-config update
Haven’t been able to figure what I need to do, but feel like it’s got to be simple. Any help would be greatly appreciated.
u
Hi, Zack! Have you tried lowercase
ssh
instead of
SSH
in that command? Perhaps our doc is outdated. The official gcloud documentation suggests the lowercase version: https://cloud.google.com/sdk/gcloud/reference/compute/ssh
z
@Nataly Merezhuk (Airbyte) - thanks. It looks like this morning upon updating macbook, my terminal is in ZSH now, and nothing is working at all. Do I need to reset shell to Bash fro GCP instance? Unclear if compatible with zsh
n
ZSH is definitely compatible with GCP. This does not sound like an Airbyte issue at this point, but something being off in your setup. I'd say your best bet is to make sure the google cloud shell is configured correctly and then come back to setting up Airbyte! https://cloud.google.com/shell/docs/configuring-cloud-shell
z
@Nataly Merezhuk (Airbyte) - Airbyte doesn’t have any opensource instructions for GCP w/ ZSH. So it may be compatible, but I’m not knowledgable enough to figure it out. I was able to switch shell back to bash and that fixed the issue.
n
Great to hear! I'll ping our docs team to make sure we add instructions for ZSH! Did the ssh command work now that you have switched back to bash?
z
It did; however in and it seems that part of Facebook Marketing is broken. It seems like breakdowns using Image Asset or Video Asset fail no matter what - “message”: “(#100) Current combination of data breakdown columns (action_destination, action_target_id, action_type, image_asset) is invalid “, Is airbyte opensource compatible w/ fb api v15? that’s the version of the token. so not sure if the facebook marketing connector is just outdated and has a lot of known issues, or if perhaps our need to upgrade our app which generates token is not allowing us to now pull data.
n
I believe I've seen this come up before - from what I recall the API updates lag behind sometimes, breaking the connector. I'll look for that thread to confirm