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
For the Python developer, we add two new submission contexts: EDGE, and EDGE_BUNDLE.
EDGE
EDGE_BUNDLE
The text was updated successfully, but these errors were encountered:
from streamsx.topology.topology import Topology from streamsx.topology.context import submit, ContextTypes topo = Topology() ... submission_result = submit(ContextTypes.EDGE, topo.graph, cfg)
Sorry, something went wrong.
markheger
Successfully merging a pull request may close this issue.
For the Python developer, we add two new submission contexts:
EDGE
, andEDGE_BUNDLE
.EDGE_BUNDLE
is intended for debugging purpose.EDGE
is supposed to create the image.The text was updated successfully, but these errors were encountered: