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-6258] add CloudFormation operators to AWS providers #6824

Commits on Jan 2, 2020

  1. [AIRFLOW-6258] add CloudFormation operators to contrib

    Add 2 new operators:
    CloudFormationCreateStackOperator and CloudFormationDeleteStackOperator
    aviemzur committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    f287f9d View commit details
    Browse the repository at this point in the history
  2. Changes after CR apache#1

    aviemzur committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    0814c9c View commit details
    Browse the repository at this point in the history
  3. CloudFormation sensor

    aviemzur committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    51d2028 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    b92339b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Fix docs

    aviemzur committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    a92c6c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Changes after CR 2

    aviemzur committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    2af82f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Changes after CR 3

    aviemzur committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3dce509 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Changes after CR 4

    aviemzur committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    4147ffc View commit details
    Browse the repository at this point in the history
  2. Update airflow/providers/amazon/aws/operators/cloud_formation.py

    Co-Authored-By: Felix Uellendall <feluelle@users.noreply.github.com>
    aviemzur and feluelle authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    a477266 View commit details
    Browse the repository at this point in the history
  3. Update airflow/providers/amazon/aws/hooks/cloud_formation.py

    Co-Authored-By: Felix Uellendall <feluelle@users.noreply.github.com>
    aviemzur and feluelle authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    c740f5d View commit details
    Browse the repository at this point in the history
  4. Update airflow/providers/amazon/aws/hooks/cloud_formation.py

    Co-Authored-By: Felix Uellendall <feluelle@users.noreply.github.com>
    aviemzur and feluelle authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    dfda9eb View commit details
    Browse the repository at this point in the history
  5. Update airflow/providers/amazon/aws/operators/cloud_formation.py

    Co-Authored-By: Felix Uellendall <feluelle@users.noreply.github.com>
    aviemzur and feluelle authored Jan 27, 2020
    Configuration menu
    Copy the full SHA
    eaa32b7 View commit details
    Browse the repository at this point in the history
  6. Changes after CR 5

    Change elif to if
    aviemzur committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    78a5d82 View commit details
    Browse the repository at this point in the history