Still have METAFLOW_SERVICE_URL missing after configuration
See original GitHub issueI follow the guidance to setup metaflow on aws, but METAFLOW_SERVICE_URL
is not part of the configuration flow, when I check ./metaflowconfig/config.json
, it only has METADATA_SERVICE_URL
. Seems the step in the flow set variable to METADATA_SERVICE_URL
but not METAFLOW_SERVICE_URL
ave you setup your AWS credentials? [y/N]: y
Do you want to use AWS S3 as your datastore? [Y/n]: Y
AWS S3
Please enter the bucket prefix to use for your flows: metaflow3-metaflows3bucket-pxxxe
Please enter the bucket prefix to use for your data [metaflow3-metaflows3bucket-pxxxe/data]:
Do you want to use AWS Batch for compute? [Y/n]: y
AWS Batch
Please enter the job queue to use for batch: arn:aws:batch:us-west-2:<account_id>:job-queue/job-queue-metaflow3
Please enter the default container image to use:
Please enter the default container image to use: continuumio/anaconda
Please enter the container registry: <account_id>.dkr.ecr.us-west-2.amazonaws.com/metaflow
Please enter the IAM role to use for the container to get AWS S3 access: arn:aws:iam::<account_id>:role/metaflow3-BatchS3TaskRole-1IXNDQD2ND1AL
Do you want to use a (remote) metadata service? [Y/n]: y
Metadata service
Please enter the URL for your metadata service: https://tgp9.execute-api.us-west-2.amazonaws.com/api/
Do you want to use conda for dependency management? [Y/n]: Y
Conda on AWS S3
Please enter the bucket prefix for storing conda packages [metaflow3-metaflows3bucket-pxxxe/conda]:
➜ metaflow-tutorials python3 00-helloworld/helloworld.py run
Metaflow 2.0.0 executing HelloFlow for user:shjiaxin
Validating your flow...
The graph looks good!
Running pylint...
Pylint not found, so extra checks are disabled.
Flow failed:
Missing Metaflow Service URL. Specify with METAFLOW_SERVICE_URL environment variable
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Metaflow/community - Gitter
But if I rely only on that config I get: Missing Metaflow Service URL. Specify with METAFLOW_SERVICE_URL environment variable
Read more >Metaflow: "Missing authentication token" when accessing the ...
when I access METAFLOW_SERVICE_URL in the browser, even if I made sure that the APIBasicAuth was set to false during the creation of ......
Read more >ASP.NET Core 6 - how to deal with the missing Startup.cs file
In Configure () , you outline your middleware pipeline order and structure. What does this look like in our new project? Where do...
Read more >The metaflow from Netflix - GithubHelp
Still have METAFLOW_SERVICE_URL missing after configuration. I follow the guidance to setup metaflow on aws, ... Flow failed: Missing Metaflow Service URL.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
PR raised for this here https://github.com/Netflix/metaflow/pull/47
Marking this as closed since its been fixed at HEAD.