Hey another one. I'm trying to understand what is ...
# ask-metaflow
g
Hey another one. I'm trying to understand what is packaged when running a flow.
python flow.py package list
returns the content of the local
.venv
although it doesn't seem to show in the uploaded tarball (collected following this)
s
The package contains everything that is the output of package list command
Can you verify that you were running the flow as well as the package list command from the same location?
We can double check for any regression
g
s
@thankful-ambulance-42457 can you look into this?>
g
Is it worth mentioning that this behaviour is with remote service and s3?