ashb commented on issue #5673: [AIRFLOW-4451] Allow templated named tuples URL: https://github.com/apache/airflow/pull/5673#issuecomment-516149291 ``` ====================================================================== 52) FAIL: test_render_template_named_tuple_field (tests.models.test_dag.DagTest) ---------------------------------------------------------------------- Traceback (most recent call last): tests/models/test_dag.py line 472 in test_render_template_named_tuple_field self.assertListEqual(expected, actual) AssertionError: First sequence is not a list: Named(var1='bar_1', var2='bar_2') ====================================================================== 53) FAIL: test_render_template_tuple_field (tests.models.test_dag.DagTest) ---------------------------------------------------------------------- Traceback (most recent call last): tests/models/test_dag.py line 454 in test_render_template_tuple_field ('bar_1', 'bar_2') AssertionError: First sequence is not a list: <generator object BaseOperator.render_template_from_field.<locals>.<genexpr> at 0x7fb64096f200> ```
---------------------------------------------------------------- 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
