Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users should be able to load arbitrary connector classes #23

Closed
hyfen opened this issue Mar 2, 2022 · 0 comments · Fixed by #73
Closed

Users should be able to load arbitrary connector classes #23

hyfen opened this issue Mar 2, 2022 · 0 comments · Fixed by #73
Labels
enhancement New feature or request

Comments

@hyfen
Copy link
Member

hyfen commented Mar 2, 2022

Ways this could work:

  • using --extractor ./custom_extractor.rb as a flag
  • a known plugin directory in the config directory

We take that file, attempt to load it (and rescue from LoadError), and then set it as the connector in the JobDefinition.

This system would also need

  • basic validation system to ensure the right things are required and included

Limitations:

  • doesn't handle dependency management
@hyfen hyfen added enhancement New feature or request connectors ETL connectors and removed connectors ETL connectors labels Mar 2, 2022
@hyfen hyfen closed this as completed in #73 Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant