fast-evening-58408
09/29/2023, 8:55 AMfirstflow.py (in Argo) is not triggering the execution of secondflow.py in Argo. Do you have any idea of why this might happen? Can it be related to an issue in the setup of Argo Events? Just looking into where I should look to debug this issue. Thank you!flat-hospital-6180
09/29/2023, 9:09 AMfast-evening-58408
09/29/2023, 9:11 AMflat-hospital-6180
09/29/2023, 10:35 AMflat-hospital-6180
09/29/2023, 12:00 PMflat-hospital-6180
09/29/2023, 12:05 PMflat-hospital-6180
09/29/2023, 1:24 PMmetaflow configure aws, and lo! the Datastore TYPE etc. changes to "s3" š
@ancient-application-36103 @victorious-lawyer-58417 2 things though:
⢠we can go DRY, by nipping in the bud, the storage whitelist option vis-a-vis gs/azure/s3 in the beginning itself, way before the cli.main() may actually be triggered, isnt it? Why after all, should we be carrying code to raise MetaflowException(and a better, more specific exception, maybe?) in all kinds of "Orchestrators" that we may support (i.e argo workflows, airflow DAGs, SFs etc..)
⢠also, why not bouncing up support/capability around "spoofing" the cloud backend, e.g use of Localstack, because not everyone, esp newbies(to Metaflow) and playgrounders like myself shall always have a Cloud access..?
If this sounds good, maybe (in whatever time at hand, at my own pace), I can add support for Localstack (we by far just need a provision for endpoint_url), and infact local filestores should also be encouraged, do you think so?flat-hospital-6180
09/29/2023, 1:32 PMS3 access denied:
<s3://metaflow-tests/FirstFlow/data/9b/9b42d9d0d0dd65fe7cd643479f9e04023584bfcb>
because the code execution can at the moment, not be spoofed to use an other s3 FS being mimicked at an endpoint thanks to Localstack- just infusing a param for endpoint_url can do the trick IMO, and this may become a good capability for more test-locally-and-minimally-before-you-hit-the-cloud trysts..