You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As identified in #24, activating all installed plugins at the same time will lead to dependency problems.
We often need to know which connectors are available (eg. $ chronicle-etl connectors:list) so we need a way for plugins to report their available connectors without the gem being activated/required.
A few options:
use the gem's metadata fields
requiring a special plugin.rb file that doesn't load any other dependencies
???
The text was updated successfully, but these errors were encountered:
As identified in #24, activating all installed plugins at the same time will lead to dependency problems.
We often need to know which connectors are available (eg.
$ chronicle-etl connectors:list
) so we need a way for plugins to report their available connectors without the gem being activated/required.A few options:
The text was updated successfully, but these errors were encountered: