Пример #1
0
def render_bash_command(operator: BashOperator, airflow_context: dict) -> str:
    operator.render_template_fields(airflow_context)
    return operator.bash_command