potiuk commented on code in PR #30326:
URL: https://github.com/apache/airflow/pull/30326#discussion_r1161242627


##########
airflow/providers/google/provider.yaml:
##########


Review Comment:
   That was not the reason. 
   
   Operators are never listed "individually" in provider.yaml - only Hooks are 
listed when they are contributing new connection types.
   
   ## The problems
   
   I fixed the build and there were three problems:
   
   1) there was an apostrophe instead of `backtick` around the http link added:
   
   ```
   `https://developers.google.com/bid-manager/v2/queries/delete'
   ```
   
   Should be:
   
   ```
   `https://developers.google.com/bid-manager/v2/queries/delete`
   ```
   
   Small difference and not easy to spot the error, but it was enough to make 
sphinx generation freak-out and produce error messages that were completely 
misleading.
   
   2) There is still a bit problem with the new links generated (some of them 
are copy&pasted
   
   ## Solutions
   
   So I applied three solutions:
   
   1) replaced the  `'` with `backtick`
   2) i manually removed the anchors to stop the docs from failing but the 
final fix is stil waiting for @lwyszomi 
   
   
   



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