Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt

Use this file to discover all available pages before exploring further.

You can view all added artifacts or DAG components. When you purchase NexusOne, the NexusOne team configures and notifies you about a default S3 bucket where you can find all uploaded artifacts or DAG components.

View a component

Perform these steps to view a component.
  1. Log in to NexusOne.
  2. Launch a build environment
  3. Click the object storage browser for S3 icon.
  4. In the S3 bucket, browse to the component you want to view:
    • For an active app version, you can find the components in the following paths:
      • Artifacts: <bucket_name>/deps/<app_name>/current/
      • DAGs: <bucket_name>/deps/<app_name>/current/dags/
    • For all versions of an app, including the active version, you can find the components in the following paths:
      • Artifacts: <bucket_name>/deps/<app_name>/<version_name>/
      • DAGs: <bucket_name>/deps/<app_name>/<version_name>/dags/
  5. Optional: If you change the status of another app version to Active, then the components of the new active app version replace components of the previously activated app version in the /current/ path. However, you have to do one of the following to see the new components in the /current/ path:
    • Use the s3Cli ls command to see the new changes.
      s3Cli ls <bucket_name>/deps/<app_name>/current/
      
    • Restart the JupyterHub server by navigating to File > Hub Control Panel > Stop My Server > Start My Server > Start. Then browse to the component you want to view.

Additional resources

For an overview of the Govern feature, refer to Govern Overview.