You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/16 22:06:19 UTC

[GitHub] [airflow] zschumacher opened a new issue #14841: Incorrect Sentry Option Indicated in Docs

zschumacher opened a new issue #14841:
URL: https://github.com/apache/airflow/issues/14841


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE
   NEXT TO "SUBMIT NEW ISSUE" BUTTON!!!
   
   PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!!
   
   Please complete the next sections or the issue will be closed.
   These questions are the first thing we need to know to understand the context.
   
   -->
   
   **Apache Airflow version**:
   2.0.1
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   N/A
   
   **Environment**:
   N/A
   
   **What happened**:  
   The docs here https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/errors.html indicate that `sentry_on=True` is the config, however the correct config option is `sentry_on=True`
   
   **What you expected to happen**:
   
   
   
   **How to reproduce it**:
   
   ![image](https://user-images.githubusercontent.com/42360273/111386177-3cde3c80-8682-11eb-8418-1f259ced1354.png)
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #14841: Incorrect Sentry Option Indicated in Docs

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #14841:
URL: https://github.com/apache/airflow/issues/14841#issuecomment-804419422


   The configuration option value is case insensitive.
   https://github.com/apache/airflow/blob/72ea841b4bb439495b0f58e043774d38f701100e/airflow/sentry.py#L51
   https://github.com/apache/airflow/blob/72ea841b4bb439495b0f58e043774d38f701100e/airflow/configuration.py#L406


-- 
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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #14841: Incorrect Sentry Option Indicated in Docs

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #14841:
URL: https://github.com/apache/airflow/issues/14841#issuecomment-800644764


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj closed issue #14841: Incorrect Sentry Option Indicated in Docs

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #14841:
URL: https://github.com/apache/airflow/issues/14841


   


-- 
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:
users@infra.apache.org