dev
12/22/2021, 2:20 PMModuleNotFoundError.
I have tried using setting LocalRun(working_dir=)
config too, but no success. How to handle such imports?
Here's how the project is structured:
project
|_lib
|_ util.py
|_ common.py
|_flows
|_ flow1.py // imports from util etc here which is throwing error
|_ flow2.py
|_ flow3.py
Anna Geller
12/22/2021, 2:26 PMdev
12/22/2021, 2:49 PMPrasanth Kothuri
12/22/2021, 3:33 PMAnna Geller
12/22/2021, 3:39 PM