kacpermuda commented on code in PR #36311:
URL: https://github.com/apache/airflow/pull/36311#discussion_r1437757108


##########
docs/exts/operators_and_hooks_ref.py:
##########
@@ -215,6 +215,136 @@ def _render_deferrable_operator_content(*, 
header_separator: str):
     return _render_template("deferrable_operators_list.rst.jinja2", 
providers=providers)
 
 
+def _get_public_classes(module_filepath: str, class_extras: dict[str, Any]) -> 
dict[str, dict[str, Any]]:

Review Comment:
   @uranusjr Please share any additional comments you might have on this. Also, 
don't forget to check the PR description, where I've outlined the rationale 
behind this approach.



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