Its like my prefect register code will be a sep container and prefect server in other container. Im trying to figure out how to make communication between them.
a
Anna Geller
01/27/2022, 11:15 AM
Exactly as I described above 🙂 Replace localhost by your Server public IP and add this configuration to your ~/.prefect/config.toml on the machine from which you register your flows.
I was able to fetch all the pre-registered flow and runs, but I was not able to register a flow.
Here is how I'm registring
Copy code
.......
with Flow(name=group_name) as flow:
result = create_config(group_name)
start_orchestration(result[0], result[1], result[2])
_id = flow.register(project_name='Test')
......
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.