:wave: We are really excited about the :zap: acti...
# random
a
πŸ‘‹ We are really excited about the ⚑ actions framework, but I have not seen many feedback or updates about it ( maybe it's too soon?). I believe there are many use cases for this, e.g slack notifications for schema updates, synchronizing sources metadata... Our very first use case is assigning group membership on user creation
b
Hey @acoustic-quill-54426! The Actions Framework is indeed live and now powers our UI-based ingestion. We've had a few folks experimenting with it on their own but no contribs back yet. Have you played around with it? We'd be happy to help out
a
Hey John! Yes, we are already using it for assigning group membership!
I guess it's maybe kinda specific to be added to the registry, but I'm happy to share it as a recipe
Kudos on this btw πŸ™‚
b
Oh that’s amazing!! So when users are created you add them to some default set of groups??
Even if we could generalize it (making in configurable) and then put it on the examples directory could be kinda cool. Really glad to hear you guys are doing something useful with it πŸ™‚
a
Yes, we have a list of users and groups they belong to as a config, then we filter upserts of users and use the graph to emit an MCE. Quite simple actually..
Even if we could generalize it (making in configurable) and then put it on the examples directory could be kinda cool
I can do that πŸ‘Œ
btw, I did not found a docker image with the package installed. I used the normal ingestion image and installed the python package on top of it
b
Did you try the acryldata/datahub-actions one?
a
Oh I did not see that one.. thank you!
I somehow landed on this one, saw that was old and kinda assumed you wouldnt be publishing a docker image for this πŸ˜