Bowrna commented on code in PR #36589:
URL: https://github.com/apache/airflow/pull/36589#discussion_r1458255173


##########
airflow/providers/fab/auth_manager/cli_commands/role_command.py:
##########
@@ -176,7 +176,8 @@ def roles_export(args):
     kwargs = {} if not args.pretty else {"sort_keys": False, "indent": 4}
     with open(filename, "w", encoding="utf-8") as f:
         json.dump(export_data, f, **kwargs)
-    print(f"{len(export_data)} roles with permissions successfully exported to 
{filename}")
+    print(f"{len(exporting_roles)} roles with {len(export_data)} linked 
permissions successfully exported to {filename}")
+    # print(f"{len(export_data)} roles with permissions successfully exported 
to {filename}")

Review Comment:
   let me fix this part and finish it by today @vincbeck 



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to