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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to