Skip to content

Install missing plugins at run time

Yannis Roussos requested to merge 267-install-missing-plugins-when-elt-runs into master

Merge Request Checklist

  • Link to an issue
  • Include the proposed fix or feature
  • Add tests for the proposed code
  • Add a CHANGELOG.md entry in the Unreleased section

Auto installing missing plugins and/or dbt when meltano elt ... runs.

The installation of all missing plugins happens first and then the rest of the elt flow continues as usual.

We are checking only for not added extractors/loaders/dbt, not for ones that have been added and then their directory deleted (edge case which is covered by the meltano install command).

Closes #267 (closed)

Merge request reports