Anyone else receive a warning along these lines even though their task is already decorated with a unique name?
Copy code
UserWarning: A task named 'create_comment' and defined at '/tmp/tmp74xkymgzprefect/.../create_comment.py:7' conflicts with another task. Consider specifying a unique `name` parameter in the task definition:
`@task(name='my_unique_name', ...)`
s
Simon
11/01/2023, 4:53 PM
Yes I have dozens of these, one for every task defined I guess at a glance
Simon
11/01/2023, 4:54 PM
And at the flow level as well:
Copy code
conflicts with another flow. Consider specifying a unique `name` parameter in the flow definition:
a
Aj Floersch
11/01/2023, 4:56 PM
Interesting... I haven't found much on anyone else experiencing this. What deployment "recipe" are you using? For me, I'm seeing this when trying to deploy my flows to a
process
work-pool where my code is being pulled from GitHub on each flow run.
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.