question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Still have METAFLOW_SERVICE_URL missing after configuration

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rickysheltoncommented, Dec 11, 2019
0reactions
crk-codaiocommented, Dec 11, 2019

Marking this as closed since its been fixed at HEAD.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found