We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Triad already has the standard solution for plugin mode: fugue-project/triad#85
We need to migrate all Fugue plugins to this standard approach. We also need to keep the old way working.
The text was updated successfully, but these errors were encountered:
parse_creator, parse_processor, parse_outputter, parse_transformer are the plugins for register customer extensions, they have much more flexibility.
parse_creator
parse_processor
parse_outputter
parse_transformer
For example, now Spark engine can support this:
fugue/tests/fugue_spark/test_importless.py
Line 44 in 68975b4
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Triad already has the standard solution for plugin mode: fugue-project/triad#85
We need to migrate all Fugue plugins to this standard approach. We also need to keep the old way working.
The text was updated successfully, but these errors were encountered: