Is it possible to control airbyte via API? I’m loo...
# feedback-and-requests
p
Is it possible to control airbyte via API? I’m looking at this and we handle 99% of our infra using terraform, and it would be super handy to be able to do the same with AirByte - so we’re not a little locked into manual unversioned configuration
u
yes it is possible to do things entirely via API. @Harshith (Airbyte) is the expert here
u
although it sounds like you want something closer to https://github.com/airbytehq/airbyte/issues/2474
u
that’s exactly what i’d want - but i’m looking to create a terraform module - i’ve done it a few times before for other projects
z
Hey Patrick
This is a wonderful idea I am looking forward aswell to create a terraform module for Airbyte
Hi @Patrick McKinley and @Javier Llorente Mañas, we are currently working on a CLI to manage Airbyte configurations. We thought of working on a terraform provider, but the absence of dynamic pseudotypes in the current Terraform SDK makes this hard to work with our connector definitions. You'll find more details about our CLI project here.
wow this is a nice one
I am working on one thing as I am doing a POC for my company that might be interested for the future
it is a simple application to launch AirbyteJobs from different cloud schedulers
it is super nice the Airbyte provider, you guys have developed for Airflow, although it is only used if a company runs an Airflow version greater than 2.0
You can thank @[DEPRECATED] Marcos Marx for the Airflow operator 😄