Skip to main content
Community Hub

PIPELINE_DETAILS table

TL;DR

Reference documentation for the PIPELINE_DETAILS table containing data pipeline and orchestration assets

Your AI can read this via Docs MCPInstall MCP →Connect

The PIPELINE_DETAILS table contains details for all data pipelines and orchestration tools in Atlan, such as ADF, Airflow, dbt, Fivetran, and Matillion.

For complete entity type definitions and properties, refer to the Atlan Developer documentation.

Source tables

This table consolidates data from the following entity types: AdfActivity, AdfDataflow, AdfDataset, AdfLinkedservice, AdfPipeline, AirflowDag, AirflowTask, DbtModelColumn, DbtColumnProcess, DbtMetric, DbtModel, DbtProcess, DbtSeed, DbtSource, DbtTag, DbtTest, FivetranConnector, MatillionComponent, MatillionGroup, MatillionJob, MatillionProject.

Columns

The PIPELINE_DETAILS table includes the following columns:

ColumnDescription
guidThe asset's globally-unique identifier
asset_typeThe type of asset (for example, AirflowDag, DbtModel, FivetranConnector)
statusThe asset's status (for example, ACTIVE, DELETED)
input_guids_to_processesProcesses to which this asset is used as an input
output_guids_from_processesProcesses from which this asset is produced as output

See also