Hey guys, I have a question - I was reading <https...
# random
k
Hey guys, I have a question - I was reading https://www.prefect.io/blog/prefect-0-15-0-a-new-flow-run-experience/ and at the end there is section about reaching to you and only clickable link is to "join our Slack community". I wanted to find out more about your meetups events, whether they are online/or recorded but the link is not clickable. Can you tell me whether this is a bug or a feature? 😛 🙂
k
This is a timely message. We are going to start ramping up our Meetup events. The page is here: https://www.meetup.com/Prefect-Community/
🎉 2
1
c
You can also find past livestreams that were recorded on our Youtube channel :)
1
k
Great, thank you guys! I am really curious about details regarding running flow from flow and therefore to better understand changes in the new release. (in our company we have library of defined workflow and want to have a "runner workflow", which would pick the right workflow and pass parameters).
k
I think the blog post you linked with the 0.15.0 release covers an example of the new
create_flow_run
task but if you need more help and have a concrete code snippet, I can help with that
marvin 1
k
I need to time play with it around first, if there will be something unclear or I got stuck, I would definitely write here on Slack 👩‍💻
👍 1
What if:
Copy code
prefect run -m prefect.hello_world
however I want to specify parameters? (I want as an output to have
Hello Karolina
? How can I pass parameters here?
k
--param key=value
👍 1