Skip to content

Error handling for exporters (W&B and MLFlow) initialization #2620

Description

@marta-sd

Typo in the exporter configuration would result in ValidationError. Other config validation is handled as a part of CLI, but exporter init happens during config parsing - out of reach for our usual exit_cleanly_on_config_error generator.

Consider moving the exporter initialization to the CLI or introduce other way of providing the user with clean, actionable error messages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions