PrefectHQ / prefect

Prefect is a workflow orchestration framework for building resilient data pipelines in Python.
https://prefect.io
Apache License 2.0
15.77k stars 1.54k forks source link

Assertion Error in prefect2: feed_data after feed_eof #14538

Open Raschelcat opened 1 month ago

Raschelcat commented 1 month ago

First check

Bug summary

When run daily flow, a strange error happens, but the flow doesn't fail, I can't find the way to slove this werid problem. Pic ↓

Reproduction

my code is sensitive, sry i can't show them.

Error

No response

Versions (prefect version output)

Prefect 2.x

Additional context

No response

cicdw commented 1 month ago

Hi @Raschelcat - we'd love to help, but we'll need much more information in order to make any progress! As of now all you've told us is that something unexpected is happening.

I fully understand that you can't share your code, but if you could do some more investigation and try to produce a minimal reproducible example that would help us greatly. Here is a great blog post with some tips for how to produce an MRE: https://matthewrocklin.com/minimal-bug-reports