How to Hide Logic/Content of Python/SQL Components in Matillion Pipelines

Hello,

In our organization, we have a requirement to hide the logic/content of Python and SQL scripts within the components of our Matillion pipelines. Our goal is to ensure that when someone clicks on any Python or SQL script component, they are unable to see the actual code but instead see a reference, such as a secret manager key or something similar.

Is it possible to achieve this in Matillion? If so, could you please provide guidance or best practices on how to implement this functionality?

Thank you!

 

 

Hello @muhammad.chaudhary

Welcome to the Matillion Community and thank you very much for your post, its an interesting subject and something I took to the wider team.

At the moment this is not something that is possible, but its certainly something worth raising as an idea.

You can do this via our Roadmap and Ideas portal be sure to share as much information as possible and your use case, this will really help other users to upvote the idea and the product team to review :)

Kind regards, Joe

Hi Muhammad, I think you can create a python script and can call that using bash or python component rather writing the actual code/logic in it. , and you can have the code stored in GIT for reference,

 

Thanks,

Avinash