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 tried swapping to the UV meltano backend and installing this utility. I received an error suggesting that pyproject.toml is missing a name key under [project] section.
2024-08-01T12:41:29.498769Z [error ] Utility 'dagster' could not be installed: Failed to install plugin 'dagster'.
2024-08-01T12:41:29.499904Z [info ] error: Failed to extract static metadata from `pyproject.toml`
Caused by: TOML parse error at line 43, column 2
|
43 | [project.urls]
| ^^^^^^^
missing field `name`