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 🤔