Hey
@john_kaustinen - meltano is moving away from referring to plugins like dbt as transformers and instead calling them utilities, no real functional change though. We migrated all of the dbt variants on
the hub to match. The new recommended approach is to wrap tools like this using the meltano EDK (extension developer kit)
https://edk.meltano.com/en/latest/ . So you can create an extension for Polars using the EDK and use it in your project! The EDK lets you add extra meltano sugar to it like scaffolding project directories on init, running pre/post hooks, etc.