You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use this minimal terraform to spin up infra with an existing vpc. I set metadata_service_enable_api_gateway = false. Unfortunately, the resulting metaflow_profile.json file had METAFLOW_SERVICE_URL set to "".
Is this expected? The METAFLOW_SERVICE_INTERNAL_URL was filled with the internal nlb url so thats okay.
Not surprisingly, i could not communicate with the metadata service. To fix it I had to manually fill it in.
The text was updated successfully, but these errors were encountered:
aimran-adroll
changed the title
METAFLOW_SERVICE_URL is empty in the config.json
METAFLOW_SERVICE_URL is empty in the metaflow_profile.json
Mar 10, 2023
I use this minimal terraform to spin up infra with an existing vpc. I set
metadata_service_enable_api_gateway = false
. Unfortunately, the resulting metaflow_profile.json file had METAFLOW_SERVICE_URL set to""
.Is this expected? The METAFLOW_SERVICE_INTERNAL_URL was filled with the internal nlb url so thats okay.
Not surprisingly, i could not communicate with the metadata service. To fix it I had to manually fill it in.
The text was updated successfully, but these errors were encountered: