Skip to content

GitHub Issue 465: Add auditing capabilities for grid views#7421

Open
XingY wants to merge 1 commit intodevelopfrom
fb_customViewAudit
Open

GitHub Issue 465: Add auditing capabilities for grid views#7421
XingY wants to merge 1 commit intodevelopfrom
fb_customViewAudit

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Feb 16, 2026

Copy link
Contributor

@cnathe cnathe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. Just one minor requested change.

event.setSchemaName(view.getSchema());
event.setQueryName(view.getQueryName());
event.setCustomViewOwner(view.getCustomViewOwner());
event.setInheritable((view.getFlags() & FLAG_INHERITABLE) != 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you just use the canInherit(flag) method from QueryManager here instead?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we'd also want to track the FLAG_HIDDEN bit in addition to the inheritable bit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants