rich-elephant-44987
01/26/2023, 2:32 AMDEFAULT_AWS_CLIENT_PROVIDER that can be added to your metaflow config. Is it expected that these configurations are not propagated to AWS Batch? Is the metaflow config file getting passed along by other means? Otherwise it seems like we'd be missing a bunch of configs here https://github.com/Netflix/metaflow/blob/master/metaflow/plugins/aws/batch/batch.py#L232-L236rich-elephant-44987
01/26/2023, 3:19 AMconfig_{METAFLOW_PROFILE}.json file to the batch job?ancient-application-36103
01/26/2023, 4:09 AMancient-application-36103
01/26/2023, 4:09 AMrich-elephant-44987
01/26/2023, 4:11 AMDEFAULT_AWS_CLIENT_PROVIDER We're looking to add event hooks to the boto client using a custom provider, but it seems like this configuration is not carried forward by Metaflow.ancient-application-36103
01/26/2023, 4:11 AMrich-elephant-44987
01/26/2023, 4:13 AMancient-application-36103
01/26/2023, 4:15 AM@environment decorator to pass in additional env vars.ancient-application-36103
01/26/2023, 4:15 AM@environment you can also set it as an environment variablerich-elephant-44987
01/26/2023, 4:17 AMancient-application-36103
01/26/2023, 4:17 AMexport METAFLOW_DECOSPECS=environment:vars=key:valuerich-elephant-44987
01/26/2023, 4:23 AMancient-application-36103
01/26/2023, 4:37 AMrich-elephant-44987
01/26/2023, 4:41 AMrich-elephant-44987
01/26/2023, 4:46 AMAdd the following lines to your configuration:
{
...
"METAFLOW_DEFAULT_AWS_CLIENT_PROVIDER": "boto3_touch",
"METAFLOW_BOTO_TOUCH_DELAY": "3600",
...
}ancient-application-36103
01/26/2023, 4:47 AMrich-elephant-44987
01/26/2023, 4:57 AMancient-application-36103
01/26/2023, 4:59 AMdry-beach-38304
01/26/2023, 5:14 AMdry-beach-38304
01/26/2023, 5:16 AMrich-elephant-44987
01/26/2023, 5:17 AMdry-beach-38304
01/26/2023, 5:18 AMrich-elephant-44987
01/26/2023, 5:18 AMGetObject events that will touch the file in S3 by updating the metadatarich-elephant-44987
01/26/2023, 5:19 AMdry-beach-38304
01/26/2023, 5:19 AMrich-elephant-44987
01/26/2023, 5:20 AMdry-beach-38304
01/26/2023, 5:20 AMrich-elephant-44987
01/26/2023, 5:21 AMDEFAULT_AWS_CLIENT_PROVIDER as an environment variable, but even that doesn't seem to work.rich-elephant-44987
01/26/2023, 5:22 AMdry-beach-38304
01/26/2023, 5:24 AMrich-elephant-44987
01/26/2023, 5:30 AMdry-beach-38304
01/26/2023, 5:31 AMrich-elephant-44987
01/26/2023, 5:35 AMdry-beach-38304
01/26/2023, 5:35 AMdry-beach-38304
01/26/2023, 5:36 AMdry-beach-38304
01/26/2023, 6:15 AMrich-elephant-44987
01/26/2023, 9:02 PMMETAFLOW_* prefix.