Hi Yufei,
Thanks for putting this together, much appreciated. The document does
highlight some useful design principles (such as not mixing business logic
and leaking implementation details) which are true in general. These are
not necessarily limited to persistence IMHO.
We have discussed persis
Hi Prashanth,
I looked at the use cases you are trying to solve. Would having RBAC on the
view solve them?
Taking your example,
CREATE VIEW dynamic_vw ASSELECT *FROM ns1.layer1_tableWHERE
is_principal_role('ANALYST');
Can't this be solved by simply having the view as,
CREATE VIEW dynamic_vw AS
Congratulations all, well deserved. It's nice to see the community
expanding.
Regards,
Keith.
http://keith-chapman.com
On Wed, Mar 26, 2025 at 7:40 PM Ajantha Bhat wrote:
> Congratulations guys. Well deserved.
>
> On Thu, Mar 27, 2025 at 6:47 AM Prashant Singh
> wrote:
>
> > Congratulations