Kelby
01/26/2023, 3:30 PMproject
flows
flow1.py
task1.py
common
db.py
utils.py
I can get that to work if I have the proper PYTHONPATH in place, but that seems wrong because the flow/task code is run from the /tmp
directory, but the common code would be running in the original source location.
Any hints? Thanks!