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


##########
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:
   ```suggestion
   ```



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