Overview

Y42 platform interface

This page offers a look at navigating the Y42 IDE, covering everything from organizational settings to asset management and version control. Learn how to efficiently move through different spaces, manage your data assets, and make the most of local and remote states for your data workflows.

Y42 platform user interface.

Y42 platform user interface.

General Actions

  • Space selector: Switch between different spaces within your organization
  • Lineage view: Enable the lineage view to track data sources and their dependencies. ->
  • Space settings: Customize settings specific to each space, including data warehouse connections, cloud storage, Git repositories, and secrets management. Enable advanced features such as branch deployment and orchestration. ->

Navigation Bar

  • Notifications inbox: Receive and manage integration alerts, messages, or updates.
  • Development modes: Access Editor and Code development modes ->
  • Monitor Data Pipelines: Access views on the current health and history of data pipelines. Identify at-risk assets and analyze job history trends. ->
  • Access Data Catalog: Locate and identify all assets within the space in a read-only mode.
  • Create Pull Requests: Initiate code reviews and merge changes by creating pull requests. ->

Space assets

  • List of all assets in the space: View and manage seeds, sources, models, exposures in the selected space.
  • Toggle Asset Health: Activate or deactivate the Asset Health widget to monitor the status and risk level of your assets directly from the List or Lineage views.
Toggle the Asseth Health widget.

Asset configuration

  • Define asset's logic, description, tags, tests, object query, adjust column definition. ->
Asset menu modal when clicking on a model or source referenced.

Asset menu modal when clicking on a model or source referenced.

Local state (uncomitted changes)

  • Preview data: Preview asset's data, including uncommitted changes.
  • Compile query: Validate SQL syntax and preview the output query executed on the data warehouse.

You can also preview and compile parts of the SQL queries as well. ->

Data query options: first 100 rows or full preview.

Data query options: first 100 rows or full preview.

Remote state (Build + Schedule) (committed changes)

  • Build: Execute assets to update the data warehouse. ->
  • Schedule: Automated DAG runs at set intervals. ->
  • Set Alerts: Receive notifications based on scheduler events or conditions. ->
Run the `y42 build` command

Git actions

  • Manage version control actions for your codebase and data warehouse: Create branches, commit, merge, stash or revert your changes. ->