MonkeyCanCode commented on PR #4440:
URL: https://github.com/apache/polaris/pull/4440#issuecomment-4456059235

   Thanks for the PR @hemasrishalini . Here is the updated output for the PR:
   ```
   ➜  polaris git:(main) ✗ ./polaris --profile dev setup apply 
site/content/guides/assets/polaris/simple-setup-config.yaml --dry-run
   2026-05-14 20:12:19,609 INFO === Starting Setup Dry-Run ===
   2026-05-14 20:12:19,610 INFO --- Processing principal roles ---
   2026-05-14 20:12:19,632 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : create
   Type   : principal role
   Name   : quickstart_user_role
   
   ========================================
   2026-05-14 20:12:19,632 INFO --- Finished processing principal roles ---
   2026-05-14 20:12:19,632 INFO --- Processing principals ---
   2026-05-14 20:12:19,649 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : create
   Type   : principal
   Name   : quickstart_user
   ----------------------------------------
   Details
   ----------------------------------------
   roles          : ['quickstart_user_role']
   
   ========================================
   2026-05-14 20:12:19,649 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : assign
   Type   : principal
   Name   : 'quickstart_user' to role 'quickstart_user_role'
   
   ========================================
   2026-05-14 20:12:19,649 INFO --- Finished processing principals ---
   2026-05-14 20:12:19,649 INFO --- Processing catalog: quickstart_catalog ---
   2026-05-14 20:12:19,649 INFO --- Processing catalogs ---
   2026-05-14 20:12:19,665 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : create
   Type   : catalog
   Name   : quickstart_catalog
   ----------------------------------------
   Details
   ----------------------------------------
   storage_type   : file
   default_base_location: file:///var/tmp/quickstart_catalog/
   allowed_locations: ['file:///var/tmp/quickstart_catalog/']
   roles          : {'quickstart_catalog_role': {'assign_to': 
['quickstart_user_role'], 'privileges': {'catalog': 
['CATALOG_MANAGE_CONTENT']}}}
   namespaces     : ['dev_namespace']
   
   ========================================
   2026-05-14 20:12:19,665 INFO --- Finished processing catalogs ---
   2026-05-14 20:12:19,665 INFO --- Processing namespaces for catalog: 
quickstart_catalog ---
   2026-05-14 20:12:19,665 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : create
   Type   : namespace
   Name   : dev_namespace
   ----------------------------------------
   Details
   ----------------------------------------
   catalog        : quickstart_catalog
   
   ========================================
   2026-05-14 20:12:19,665 INFO --- Finished processing namespaces for catalog: 
quickstart_catalog ---
   2026-05-14 20:12:19,665 INFO --- Processing catalog roles for catalog: 
quickstart_catalog ---
   2026-05-14 20:12:19,685 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : create
   Type   : catalog role
   Name   : quickstart_catalog_role
   ----------------------------------------
   Details
   ----------------------------------------
   catalog        : quickstart_catalog
   
   ========================================
   2026-05-14 20:12:19,685 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : assign
   Type   : catalog role
   Name   : 'quickstart_catalog_role' to principal role 'quickstart_user_role'
   ----------------------------------------
   Details
   ----------------------------------------
   catalog        : quickstart_catalog
   
   ========================================
   2026-05-14 20:12:19,685 INFO
   ========================================
   DRY-RUN
   ========================================
   Action : grant
   Type   : privilege
   Name   : 'CATALOG_MANAGE_CONTENT' on catalog 'quickstart_catalog' to role 
'quickstart_catalog_role'
   
   ========================================
   2026-05-14 20:12:19,685 INFO --- Finished processing catalog roles for 
catalog: quickstart_catalog ---
   2026-05-14 20:12:19,685 INFO --- Processing policies for catalog: 
quickstart_catalog ---
   2026-05-14 20:12:19,685 INFO --- Finished processing policies for catalog: 
quickstart_catalog ---
   2026-05-14 20:12:19,685 INFO --- Finished processing catalog: 
quickstart_catalog ---
   2026-05-14 20:12:19,685 INFO === Dry-Run Finished ===
   ```
   
   I am not sure if this is more read-able (for sure the current one is a bit 
messy when the input is large). Maybe we should think about a better layout for 
this?


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