Skip to content

Commit

Permalink
Update more occurrences of gcp to google (apache#9842)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinshankar77 authored and scrambldchannel committed Jul 17, 2020
1 parent c662962 commit fdd99f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LOCAL_VIRTUALENV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ To create and initialize the local virtualenv:

.. code-block:: bash
pip install -U -e ".[devel,<OTHER EXTRAS>]" # for example: pip install -U -e ".[devel,gcp,postgres]"
pip install -U -e ".[devel,<OTHER EXTRAS>]" # for example: pip install -U -e ".[devel,google,postgres]"
Note: when you first initialize database (the next step), you may encounter some problems.
This is because airflow by default will try to load in example dags where some of them requires dependencies ``gcp`` and ``postgres``.
This is because airflow by default will try to load in example dags where some of them requires dependencies ``google`` and ``postgres``.
You can solve the problem by:

- installing the extras i.e. ``[devel,gcp,postgres]`` or
- installing the extras i.e. ``[devel,google,postgres]`` or
- disable the example dags with environment variable: ``export AIRFLOW__CORE__LOAD_EXAMPLES=False`` or
- simply ignore the error messages and proceed

Expand Down

0 comments on commit fdd99f9

Please sign in to comment.