You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/30 00:55:45 UTC

[airflow] branch master updated: Added a FAQ section to the Upgrading to 2 doc (#13979)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e0db6e  Added a FAQ section to the Upgrading to 2 doc (#13979)
8e0db6e is described below

commit 8e0db6eae371856597dce0ccf8a920b0107965cd
Author: Vikram Koka <vi...@astronomer.io>
AuthorDate: Fri Jan 29 16:55:12 2021 -0800

    Added a FAQ section to the Upgrading to 2 doc (#13979)
    
    Added a FAQ question to the Upgrading to 2 doc and added an initial
    question and answer around needing providers to be installed before
    connection types show up in the UI.
---
 docs/apache-airflow/upgrading-to-2.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/apache-airflow/upgrading-to-2.rst b/docs/apache-airflow/upgrading-to-2.rst
index 66f3553..48e9894 100644
--- a/docs/apache-airflow/upgrading-to-2.rst
+++ b/docs/apache-airflow/upgrading-to-2.rst
@@ -524,6 +524,11 @@ At this point, just follow the standard Airflow version upgrade process:
 * Restart Airflow Scheduler, Webserver, and Workers
 
 
+Frequently Asked Questions on Upgrade
+'''''''''''''''''''''''''''''''''''''
+* Q. Why doesn't the list of connection types show up in the Airflow UI after I upgrade to 2.0?
+  * A. It is because Airflow 2.0 does not ship with the provider packages. The connection type list in the Airflow UI is based on the providers you have installed with Airflow 2.0. Please note that these will only show up once you install the provider and restart Airflow. You can read more about providers at :doc:`apache-airflow-providers:index`.
+
 
 Appendix
 ''''''''