This message was deleted.
# ask-metaflow
m
This message was deleted.
v
if you place the package directory next to the flow script, it will get packaged and sent to Batch automatically
πŸ‘ 1
i.e
Copy code
myflow.py
mypackage/
πŸ‘ 1
then run
python myflow.py run
πŸ‘ 1
j
What if the flow is in a package and you want to import a sister package?
d
currently you would have to restructure things a bit because we package what is in the current directory (mostly β€” we also package metaflow and some conda stuff in some cases). It’s potentially tricky to make things look the same way when you are doing a lot more but I guess it can evolve if needed.