potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r536597884



##########
File path: dev/provider_packages/refactor_provider_packages.py
##########
@@ -730,6 +730,9 @@ def kubernetes_package_filter(node: LN, capture: Capture, 
filename: Filename) ->
             .rename("add_sidecar")
         )
 
+    def refactor_www(self):
+        (self.qry.select_module("airflow.www").rename("airflow.www_rbac"))

Review comment:
               # We need to refactor www to www_rbac so that the Hooks that 
expose
           # custom widget fields to connection form can be imported.
   




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


Reply via email to