Skip to content

Commit

Permalink
Separate Managed Services for Airflow (apache#17926)
Browse files Browse the repository at this point in the history
The information which service Airflow is installed at is much more
useful than just knowing that it is a Managed Service.

Also added a comment to direct users of Managed Services to the
regular support of those services first.
  • Loading branch information
potiuk authored Aug 31, 2021
1 parent 098765e commit 9028a78
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/airflow_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,19 @@ body:
- type: dropdown
attributes:
label: Deployment
description: What kind of deployment do you have?
description: >
What kind of deployment do you have? If you use Managed Service, consider first using regular
channels of reporting issues for the service.
multiple: false
options:
- "Managed Services (Astronomer, Composer, MWAA etc.)"
- "Official Apache Airflow Helm Chart"
- "Other 3rd-party Helm chart"
- "Docker-Compose"
- "Other Docker-based deployment"
- "Virtualenv installation"
- "Astronomer"
- "Composer"
- "MWAA"
- "Other"
validations:
required: true
Expand Down
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,19 @@ body:
- type: dropdown
attributes:
label: Deployment
description: What kind of deployment do you have?
description: >
What kind of deployment do you have? If you use Managed Service, consider first using regular
channels of reporting issues for the service.
multiple: false
options:
- "Managed Services (Astronomer, Composer, MWAA etc.)"
- "Official Apache Airflow Helm Chart"
- "Other 3rd-party Helm chart"
- "Docker-Compose"
- "Other Docker-based deployment"
- "Virtualenv installation"
- "Astronomer"
- "Composer"
- "MWAA"
- "Other"
validations:
required: true
Expand Down

0 comments on commit 9028a78

Please sign in to comment.