abdulbasitds commented on pull request #6007: URL: https://github.com/apache/airflow/pull/6007#issuecomment-626212680
> Static check are failing: > > ``` > diff --git a/docs/operators-and-hooks-ref.rst b/docs/operators-and-hooks-ref.rst > index 0fcf11b..0b024ff 100644 > --- a/docs/operators-and-hooks-ref.rst > +++ b/docs/operators-and-hooks-ref.rst > @@ -386,12 +386,12 @@ These integrations allow you to perform various operations within the Amazon Web > - :mod:`airflow.providers.amazon.aws.hooks.glue_catalog` > - > - :mod:`airflow.providers.amazon.aws.sensors.glue_catalog_partition` > - > + > * - `AWS Glue <https://aws.amazon.com/glue/>`__ > - > - :mod:`airflow.providers.amazon.aws.hooks.glue` > - :mod:`airflow.providers.amazon.aws.operators.glue` > - - :mod:`airflow.providers.amazon.aws.sensors.glue` > + - :mod:`airflow.providers.amazon.aws.sensors.glue` > > * - `AWS Lambda <https://aws.amazon.com/lambda/>`__ > - > ``` @kaxil, whenever I run static change, this change appears in my stagged area, I dont do it manually and dont understand what it means. Should i add this file to the commit in order to remove this error? ---------------------------------------------------------------- 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]
