exasol / notebook-connector

Connection configuration management and additional tools for Jupyter notebooks.
MIT License
0 stars 0 forks source link

Refactor ITDE startup functions #93

Closed ckunki closed 3 months ago

ckunki commented 3 months ago

See also

Acceptance criteria

In file exasol/nb_connector/itde_manager.py

class ItdeContainerStatus(Enum):
    EXISTS = 0
    RUNNING = 1

This would also enable to handle the case not container_name or not network_name more explicitly by returning None or having an explicit enum value UNKNOWN or INVALID.