PrefectHQ / prefect-airbyte

https://PrefectHQ.github.io/prefect-airbyte/
Apache License 2.0
40 stars 5 forks source link

Reset airbyte connection #76

Open Ishankoradia opened 4 months ago

Ishankoradia commented 4 months ago

Hi currrently, we only have a run_connection_sync flow that triggers an airbyte sync. In our use cases of prefect-airbyte, we frequently need to reset the connection. Is it possible to add another flow reset_connection in prefect_airbyte.flows ?

The implementation is largely the same , i have a PR ready and can submit it, if maintainers are open to add this as a feature. Please assign me this.