Enabling/Disabling Streams in Different Environments

Summary

Exploring alternative methods to enable/disable streams in different environments


Question

I have lots of streams to enable/disable in my OSS dev, hml, prod environments.
Is it possible to enable/disable the streams in another way then the UI? How?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["enable-disable", "streams", "environments", "alternative-methods", "ui"]

you can control streams in connection with terraform provider
https://github.com/airbytehq/terraform-provider-airbyte

(and obviously the API directly as well, since that’s all the TF provider is doing)