ashb commented on issue #5032: [AIRFLOW-4232] Add `none_skipped` trigger rule URL: https://github.com/apache/airflow/pull/5032#issuecomment-480394634 Looks like you have a test failure: ```49) ERROR: test_none_skipped_tr_failure (tests.ti_deps.deps.test_trigger_rule_dep.TriggerRuleDepTest) ---------------------------------------------------------------------- Traceback (most recent call last): tests/ti_deps/deps/test_trigger_rule_dep.py line 337 in test_none_skipped_tr_failure session="Fake Session")) airflow/ti_deps/deps/trigger_rule_dep.py line 162 in _evaluate_trigger_rule ti.set_state(State.SKIPPED, session) airflow/utils/db.py line 69 in wrapper return func(*args, **kwargs) airflow/models/__init__.py line 990 in set_state session.merge(self) AttributeError: 'str' object has no attribute 'merge'```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
