You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/29 20:28:02 UTC

[GitHub] [airflow] ashb commented on issue #5673: [AIRFLOW-4451] Allow templated named tuples

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:
users@infra.apache.org


With regards,
Apache Git Services