Hey all - I have a q regarding metaflow extensions...
# ask-metaflow
f
Hey all - I have a q regarding metaflow extensions. I'm currently using the metaflow-netflixext but am in the process of bundling up a few internal things into a separate extension using the provided template. I think it's possible to have multiple extension packages if I add the metaflow-netflixext package as a dependency in my new one, so users will install my extension which will then install base metaflow and the nflx ext... I think I answered my own question writing this out but wondering if anyone out there is using multiple extensions together 🤔
1
a
I think @dry-beach-38304 might be using the pattern that you outlined
d
Yes. This is possible. Things in thr later extension (so in this case yours), override anything in thr other extensions (more or less). If you have specific questions let me know. And yes, we use multiple extensions at netflix.
❤️ 1