philip
05/08/2024, 7:47 AMstorage=GitHub.load("etl-repo")
flow.from_source(source=storage, entrypoint="src/flows/etl_flow:etl_flow").deploy(...)
and I get:
No module named '/var/folders/mz/gcnd9_cn0wd25hl9fvwk58fc0000gn/T/tmpjpe4on1j/github-etl-repo/src/flows/etl_flow'
the github block works, as I am using that in my current setup. I guess it has something to do with either project structure or pythonpath, but can't figure out how to proceed. would appreciate some helpphilip
05/08/2024, 7:58 AM.py
to the filepath