marcosmarxm commented on code in PR #41122:
URL: https://github.com/apache/airflow/pull/41122#discussion_r1697154635
##########
airflow/providers/airbyte/hooks/airbyte.py:
##########
@@ -50,80 +46,63 @@ class AirbyteHook(HttpHook):
conn_type = "airbyte"
hook_name = "Airbyte"
- RUNNING = "running"
- SUCCEEDED = "succeeded"
- CANCELLED = "cancelled"
- PENDING = "pending"
- FAILED = "failed"
- ERROR = "error"
- INCOMPLETE = "incomplete"
Review Comment:
Removed this to start using the enum class provided by the Airbyte API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]