marcosmarxm commented on code in PR #41122:
URL: https://github.com/apache/airflow/pull/41122#discussion_r1697157595
##########
airflow/providers/airbyte/sensors/airbyte.py:
##########
@@ -80,35 +81,24 @@ def __init__(
self.airbyte_conn_id = airbyte_conn_id
self.airbyte_job_id = airbyte_job_id
self.api_version = api_version
- self.api_type = api_type
+ self.skip_policy = SkipPolicy.SKIP_ON_SOFT_ERROR
Review Comment:
I encountered a few errors while updating the tests for sensors requesting
to add the `skip_policy`. Since I don't use Airflow frequently and don't
contribute much, I need help to ensure if this is.
--
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]