If I want to use two different variants of the sam...
# getting-started
a
If I want to use two different variants of the same plugin namespace (ie,
target-postgres
, but both datamill-co and transferwise variants) in the same project… should I just use plugin inheritance to accomplish that ??
d
Yep! You can have 2 plugins with different names, the same inherit_from, and different variants.
a
Neat! Got it working. I assumed inheritance was more for multiple plugins using the same installation/env/dependencies, etc.
d
It should work for both use cases! Inheriting plugins don’t actually reuse the installation directory yet; there’s an issue for that
a
ah
(I think it’s probably more flexible the way it is, tbh)