bbovenzi commented on issue #47412: URL: https://github.com/apache/airflow/issues/47412#issuecomment-2702032573
Ok, so the UI will assume a user can access any general page and if they don't have "read" permissions the list may be truncated or just empty. Is that right? So would some entity id (dag_id, asset.id, etc) lookup work? I think that would work well for dag and asset details pages. But for our custom list pages, we might need to add permissions to the existing query. Ex: `get /ui/dags` could include if each dag can be triggered. -- 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]
