ashb commented on a change in pull request #7923: Get Airflow Variables from Environment Variables URL: https://github.com/apache/airflow/pull/7923#discussion_r399639516
########## File path: docs/concepts.rst ########## @@ -663,7 +663,7 @@ accessible and modifiable through the UI. .. code:: python - from airflow.models import Variable + from airflow.models.variable import Variable Review comment: Did you mean to change this? ---------------------------------------------------------------- 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] With regards, Apache Git Services
