Joe
09/30/2022, 6:15 PMFile "/usr/local/lib/python3.9/site-packages/prefect/deployments.py", line 573, in build_from_flow
entry_path = Path(flow_file).absolute().relative_to(Path(".").absolute())
File "/usr/local/lib/python3.9/pathlib.py", line 939, in relative_to
raise ValueError("{!r} is not in the subpath of {!r}"
ValueError: '/usr/local/lib/python3.9/site-packages/biloxi/prefect/flows/tshark/analyze.py' is not in the subpath of '/opt/prefect' OR one path is relative and the other is absolute.
Ideally I want the flows to be as close to code, and treated that way, as the entire rest of my stack, and not just a directory full of flow code disconnected from the rest.