Is it possible to run a custom plugin from a custom Create-Project Macro?
Hi,
Is it possible to run a component (such as a macro) of another custom plugin (PluginA) from my custom Create-Project Marco?
My custom Create-Project Marco will
- Create a Dataiku project
- Setup resources in a third party Data Store A
- Setup access control on the resources in Data Store A
In order to run step 3, it requires an elevated permission (such as admin privilege) of data store A, while step 2 requires read/write permission to data store A.
The idea is to create a separate plugin with its own parameter-set to store admin credential to setup the access control. While my Create-Project Macro with its own credential to run step 1 and 2.
Another question will be is it possible for a custom create project macro to have two different presets (one has admin credential and the other has user credential).
Thanks
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,043 Neuron
This is more of a curve ball but about changing tack and making this a Python web app (Dash, etc) which uses the Dataiku API where you can have authenticated users and perform the actions behind the scenes with the required elevated permissions.