metaflow-service icon indicating copy to clipboard operation
metaflow-service copied to clipboard

:rocket: Metadata tracking and UI service for Metaflow!

Results 50 metaflow-service issues
Sort by recently updated
recently updated
newest added

In deployments where UI static and UI backend services have different origins, preflight CORS checks fail. This is true if the deployment architecture does not include any HTTP level routing...

- Adds a check that tmpdir exists when launching workers, and creates the dir if it is missing. This fixes workers not being able to launch if for any reason...

ready-for-review

Scenario: * UI filters for runs with tag = A. * A run R gains A through tag mutation * UI run listing should immediately pick up R. Status quo...

Metaflow client API will enforce these rules: * Max size of any single tag * Max size of a tag set (e.g. when first initializing a tag set at start...

Right now, various Metaflow Ids (e.g. flow ids, run ids, etc.) are passed straight from client request to Postgres SQL query without any validation. With the advent of tag mutation...

I have a flow running in production on a `2min` schedule for which artifacts / metadata are being stored. I am trying to interact with those artifacts with the [client...

**Problem** I have deployed a metaflow service with the `dev` `docker-compose` and I extended the the environment variables with the ones which is needed to configure `metaflow`. As I saw...

Hey all, I am trying to run the whole `metaflow-service` but when running the `development` file, all containers are running properly except the the `ui_backend_1`. I've clone the repo and...