-
Notifications
You must be signed in to change notification settings - Fork 32
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
Output pipe disappeared! when trying to load data with flows #150
Comments
the implementation is still a bit flaky, hopefully it will be improved in dpp v2 there are 3 possible problems with your code (or rather, with dpp..):
fixed implementation (haven't tested):
|
This is true for version 1.7.2
@zelima does this reproduce in v2.0.0? |
@zelima yes, by the time issue was open, this was happening in v2.0.0 as well. Though setting |
In order to submit an issue, please ensure you can check the following. Thanks!
I have a piece of code with data flows that works fine if I execute it directly with
python my_flow.py
However, if I wrap it inside
flow()
function and try and run pipelines viadpp run ./my-pipleine
or run inside docker container via dpp server it fails silently, without showing me errors except sayingOutput pipe disappeared!
.my
pipeline-spec.yaml
:my Docekrfile:
Error log on server:
Error log via
dpp run ./finance-vix-flow
The text was updated successfully, but these errors were encountered: