kaxil commented on a change in pull request #12974:
URL: https://github.com/apache/airflow/pull/12974#discussion_r540203606



##########
File path: docs/apache-airflow/upgrade-check.rst
##########
@@ -163,3 +163,52 @@ statement for the Python Operator to be as follows will 
make this DAG work in Ai
 
 However, at the time of writing, this is incompatible in Airflow 1.10.14. So, 
this change
 can only be made while moving to Airflow 2.0.
+
+
+Turning off checks
+''''''''''''''''''
+
+Advanced Airflow users or those with multiple Airflow deployments may want to
+customize the Upgrade Checks to their environment by turning off certain
+checks which are not applicable to them. And example of this is users with
+Airflow deployments not using the KubePodOperator may want to turn off upgrade
+checks related to the KubePodOperator.
+
+This can be down by created an "upgrade config file" in yaml as shown below:

Review comment:
       ```suggestion
   This can be done by creating an "upgrade config file" in YAML as shown below:
   ```




----------------------------------------------------------------
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:
[email protected]


Reply via email to