Carlos Cueto
06/09/2022, 3:56 AMif __name__ == ‘__main__’
. It all works fine when running locally with flow.run()
but it tells me it can't find a Flow when I deploy it to Cloud and run it from there.Kevin Kho
06/09/2022, 5:13 AMif __name__ == "__main__"
as I mentioned here. The Flow file is imported during runtime and looks for flow variables so if you define the Flow is the main guard, it won’t show up