hi – i've been trying to demo Airbyte to a new org...
# give-feedback
r
hi – i've been trying to demo Airbyte to a new org for a couple weeks now, but every time i click on any of the connections in the demo instance (link below), i get a 403. can this be fixed? i want to convince people to pick the superior option πŸ™‚ https://demo.airbyte.com/workspaces/831c25f5-5f54-42dc-ac2b-dc338eaba843/connections
πŸ‘€ 1
j
TIL: there's a demo instance 🀣
As a quick workaround, you could do a Cloud trial. the trial period doesn't start until the first sync runs, so you can show all the UI and build and such without actually starting (meaning it works indefinitely in that state).
u
cc @Natalie (Airbyte)
m
we just fixed it πŸ™‚ thanks for the heads up!
πŸ™Œ 2
r
awesome, thanks all!
a
Is not up anymore, isn’t it? sadparrot
u
No @Aldo Escobar the demo instance was deactivated. You can create a free account to test the features of Airbyte.
a
@[DEPRECATED] Marcos Marx I am trying to reproduce Airbyte syncs from my local Airflow with the Airbyte Cloud server. Is that true that the permissions for a generated token are: β€’ manage-account β€’ manage-account-links β€’ view-profile so I am not able to run syncs from my local Airflow, right? Just trying to reproduce this article https://airbyte.com/blog/orchestrating-airbyte-api-airbyte-cloud-airflow what I run was:
Copy code
aoelvp@Aldos-MacBook-Pro Clase_Practica_Airbyte % echo "<TOKEN>" | base64 -d 
{"exp":1751236114,"iat":1751235214,…, "resource_access":{"account":{"roles":["manage-account","manage-account-links","view-profile"]}},"scope":"openid email profile",……
the sync I want to run is a basic PokeAPI -> Google Sheets because I use to teach ingestion with Airbyte
u
so I am not able to run syncs from my local Airflow, right?
It shouldn't be a problem to run a sync from your local
a
the token I generated from the UI seems that does not have the enough permission for doing the sync from my Airflow. Also I cannot manage the permission scope from my account.
https://airbytehq.slack.com/archives/C021R3F2HUJ/p1751235763195949?thread_ts=1724092385.339949&amp;cid=C021R3F2HUJ this token was generated by creating an App in the Airbyte Cloud server and then I generated the token