Skip to main content

What Atlan crawls from SSRS

Connect docs via MCP

Atlan crawls and maps the following assets and properties from SQL Server Reporting Services (SSRS).

Supported versions

Atlan supports the following SSRS versions:

  • SSRS 2008
  • SSRS 2012
  • SSRS 2014
  • SSRS 2016
  • SSRS 2017
  • SSRS 2019
  • SSRS 2022

Asset types

SSRS assetAtlan asset typeLineageColumn-level details
FolderSSRSFolderNoNo
ReportSSRSReportYesNo
DataSetSSRSDataSetYesYes
FieldSSRSFieldYesNo

SSRSFolder

Folders in SSRS organize reports, datasets, and data sources in a hierarchy. Atlan maps each folder to an SSRSFolder asset and captures its path, visibility, and audit fields. The following properties are available.

SSRS PropertyAtlan PropertyWhere in Atlan
Namenameasset profile and overview sidebar
Descriptiondescriptionasset profile and overview sidebar
PathssrsPathasset profile
Created BysourceCreatedByasset profile and properties sidebar
Creation DatesourceCreatedAtasset profile and properties sidebar
Modified BysourceUpdatedByasset profile and properties sidebar
Modified DatesourceUpdatedAtasset profile and properties sidebar
HiddenssrsHiddenAPI only

SSRSReport

Reports are the main deliverable in SSRS (RDL files or published report definitions). Atlan maps each report to an SSRSReport asset and captures metadata such as parameters, size, and links to datasets and data sources. Reports include lineage support showing connections to datasets. The following properties are available.

SSRS PropertyAtlan PropertyWhere in Atlan
Namenameasset profile and overview sidebar
Descriptiondescriptionasset profile and overview sidebar
PathssrsPathasset profile
SizessrsReportSizeasset profile
ParametersssrsReportParametersasset profile
Created BysourceCreatedByasset profile and properties sidebar
Creation DatesourceCreatedAtasset profile and properties sidebar
Modified BysourceUpdatedByasset profile and properties sidebar
Modified DatesourceUpdatedAtasset profile and properties sidebar
HiddenssrsHiddenAPI only
Dataset CountssrsReportDataSetCountasset profile
Data Source CountssrsReportDataSourceCountasset profile

SSRSDataSet

Datasets define the queries and data that feed reports; they can be shared across reports or embedded in a single report. Atlan maps each dataset to an SSRSDataSet asset and captures the query text, data source reference, and field count. Datasets include lineage support and column-level details showing connections to data sources and fields. The following properties are available.

SSRS PropertyAtlan PropertyWhere in Atlan
Dataset Namenameasset profile and overview sidebar
Descriptiondescriptionasset profile and overview sidebar
SQL QueryssrsDataSetSqlQueryasset profile
Is Shared DataSetssrsDataSetIsSharedDataSetasset profile
Query ParametersssrsDataSetQueryParametersasset profile
Data Source Connection StringssrsDataSetDataSourceConnectionStringasset profile
Data Source ReferencessrsDataSetDataSourceReferenceasset profile
ExtensionssrsDataSetExtensionAPI only
Table NamessrsTableNameasset profile and overview sidebar
Catalog NamessrsCatalogNameasset profile
Schema NamessrsSchemaNameasset profile
Reference Table NamesssrsDataSetReferenceTableNamesasset profile
PathssrsPathasset profile
Report NamessrsReportNameasset profile and overview sidebar
Cube NamessrsDataSetCubeNameasset profile
Stored Procedure NamessrsDataSetStoredProcedureNameasset profile
Processed SQLssrsDataSetProcessedSqlAPI only
Log MessagesssrsDataSetLogMessagesAPI only
Error CodessrsDataSetErrorCodeAPI only
ConnectedssrsDataSetConnectedasset profile
Field CountssrsDataSetFieldCountasset profile

SSRSField

Fields are the columns exposed by a dataset (from queries or stored procedures). Atlan maps each field to an SSRSField asset and captures data type, source column references, and expressions for lineage. Fields include lineage support showing connections to source database columns. The following properties are available.

SSRS PropertyAtlan PropertyWhere in Atlan
Namenameasset profile and overview sidebar
Descriptiondescriptionasset profile and overview sidebar
DatatypessrsFieldDatatypeasset profile and overview sidebar
FunctionssrsFieldFunctionasset profile
Calculated FieldssrsFieldCalculatedFieldasset profile
Database FieldssrsFieldDatabaseFieldasset profile
SQL Transform ExpressionssrsFieldSqlTransformExpressionasset profile and overview sidebar
Table NamessrsTableNameasset profile and overview sidebar
Catalog NamessrsCatalogNameasset profile
Schema NamessrsSchemaNameasset profile
Referenced Column NamesssrsFieldReferencedColumnNamesasset profile
PathssrsPathasset profile
Field TypessrsFieldFieldTypeasset profile
Cube NamessrsFieldCubeNameasset profile
Stored Procedure NamessrsFieldStoredProcedureNameasset profile
Ordinal PositionssrsFieldOrdinalPositionasset profile
Log MessagesssrsFieldLogMessagesAPI only
Error CodessrsFieldErrorCodeAPI only
Report SourcessrsFieldReportSourceasset profile
Data GroupssrsFieldDataGroupasset profile
ConnectedssrsFieldConnectedasset profile

See also