Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-3871] render Operators template fields recursively #4743

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    0966035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c0c268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f24db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de284be View commit details
    Browse the repository at this point in the history
  5. [AIRFLOW-3871] Address PR comments

    [AIRFLOW-3871] test nested template fields and fix their rendering
    
    [AIRFLOW-3871] test deep nested template fields
    
    [AIRFLOW-3871] test template rendering on circular references
    
    [AIRFLOW-3871] remove unused attribute
    
    [AIRFLOW-3871] add docstring
    
    [AIRFLOW-3871] remove tests now covered in TestBaseOperator class
    
    [AIRFLOW-3871] move test case on missing nested template field
    
    [AIRFLOW-3871] move test case on jinja invalid expression
    
    [AIRFLOW-3871] cleanup PythonOperator tests
    
    [AIRFLOW-3871] add test case with None value on nested template field
    
    [AIRFLOW-3871] add test cases with None value and empty collections
    
    [AIRFLOW-3871] refactor nested field rendering
    
    [AIRFLOW-3871] extract function to actually render template fields
    
    [AIRFLOW-3871] reuse extracted function for top fields rendering
    
    [AIRFLOW-3871] format code
    
    [AIRFLOW-3871] add typing definition to private method
    
    [AIRFLOW-3871] nested template field rendering now returns nothing
    
    [AIRFLOW-3871] nested template field rendering now returns nothing
    galak75 committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    53be91f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d4cf16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8781b1e View commit details
    Browse the repository at this point in the history