Skip to main content
Version: 10.3

Checking Code Location Status

The Code locations contain the definitions of Dagster assets, jobs, schedules, sensors, and other components used by the Open iT data processing workflows.

To check the status of code locations:

  1. Access the Core Server web interface.

  2. Once the web interface is loaded, click the menu icon located at the top part of the page. Click Data Processing GUI from the dropdown menu.

    Click Data Processing GUI

    Click Data Processing GUI

  3. In the left navigation pane, select Deployment.

    Select Deployment

    Select Deployment

    The Deployment page opens and displays the configured code locations.

  4. Go to the Code Locations tab located at the upper-part of the page.

    Click Code Locations

    Click Code Locations

  5. Review the operational details of each code location. Each code location entry displays the following:

    ColumnDescription
    NameThe configured code location name.
    StatusIndicates whether the code location was successfully loaded.
    UpdatedDisplays the last time the code location was updated or refreshed.
    DocsProvides access to available documentation for the code location.
    ActionsAllows administrators to reload the code location.
    Operational Details of Code Locations

    Verify that all code locations have a healthy status and are loaded successfully.

    The table below describes the possible status values for a code location and their implications on Open iT component/plugin operations:

    StatusDescription
    LoadedThis operational state indicates that:
    • the code location is reachable
    • Dagster successfully loaded the component
    • associated assets, jobs, schedules, and sensors are available
    • data processing can execute normally for the component
    FailedThis operational state indicates:
    • invalid configuration
    • missing dependencies
    • service communications issues
    • component initialization failure
    Code Locations Status

    If a particular code location displays a Failed status, you can manually reload a code location.

    Reloading Code Location

    Reloading Code Location

    Note

    When there are configuration changes in a particular Open iT component, you can also manually reload a code location.

    Wait for the reload operation to complete. Verify that the Status changes to Loaded.

    Note

    Reloading a code location does not automatically rerun failed jobs or schedules.

    If the code location still displays a Failed status, click View Error to review and resolve the displayed error details.

    View Error

    View Error

    Review Code Location Error

    Review Code Location Error

    Note

    If the code location error persists after troubleshooting, contact the Support Team for further assistance.