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

:rocket: Metadata tracking and UI service for Metaflow!

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

This is an apparent fix of the bug mentioned [here](https://gitter.im/metaflow_org/community?at=5fddaea4c746c6431cc361a4). This bug obfuscates any error response stored by `self._async_table.get_artifact_in_task(...)` in `DBResponse.body`. Basically, when there is a generic DB error, `self._async_table.get_artifact_in_task(...)`...

On startup, infinite attempts are made to connect to postgres. When an attempt fails there is no error message. As I understand it, there exists an attempt at a retry...

Metaflow 2.0.2 executing HelloFlow for user Validating your flow... The graph looks good! Running pylint... Pylint not found, so extra checks are disabled. Metaflow service error: Metadata request (/flows/HelloFlow) failed...

looks like the service is tied to pg. Probably could switch to sqlalchemy or another package to support a good list of RDBMS. My initial aim was to use aurora...

enhancement

New Feature: Would it be possible to pass postgresql sslmode on the connection string as a parameter? At the moment it is always disabled which avoid connections for Databases where...

Although the function setup_trigger_notify allow you to pass postgresql schema as a parameter, the line where it is invoked (line 164 on same file), schema parameter is not passed. I...

Setting up metaflow-service and UI locally and run an example flow, I can see the Flow information. However, all artifacts are NOT displayed, see `'NoneType' object has no attribute 'get'`....