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/11/09 12:02:59 UTC

[GitHub] [airflow] eladkal commented on pull request #19470: Mssql dag

eladkal commented on pull request #19470:
URL: https://github.com/apache/airflow/pull/19470#issuecomment-964088332


   > @potiuk I have added the docs and i tried to commit the doc into repository and the pre-commit build fails
   > 
   > ```
   > - hook id: provider-yamls
   > - exit code: 1
   > 
   > Checking integration duplicates
   > Checking completeness of list of {sensors, hooks, operators}
   >  -- {sensors, hooks, operators} - Expected modules(Left): Current Modules(Right)
   > Checking for duplicates in list of {sensors, hooks, operators}
   > Checking completeness of list of transfers
   >  -- Expected transfers modules(Left): Current transfers Modules(Right)
   > Checking for duplicates in list of transfers
   > Checking connection classes belong to package
   >  -- Checking providers: present in code(left), mentioned in /Users/sathishkannan/code/airflow/.github/ISSUE_TEMPLATE/airflow_providers_bug_report.yml (right)
   > Checking doc files
   >  -- Checking document urls: expected(left), current(right)
   >     -- Items in the left set but not the right:
   >        '/docs/apache-airflow-providers-microsoft-mssql/operators.rst'
   > ```
   > 
   > I could not understand this failure message. Can you help me to understand this?
   
   Note that it fails on `hook id: provider-yamls` so this gives you context into where the problem is. Something that is related to the provider yaml. Possibly you also edited a howto guide (`.rst` file) but you did not add a corresponded entry in the provider `.yaml`


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org