Adding an SAS Data Integration Connection
Note: The current version of this connector is not final and it will be updated.
Prerequisites
Supported Versions
The SAS connector was developed and tested with SAS version 9.4 and is compatible with scanner version 44 and later.
Installing the Plugin
Declaring the Connection
Creating and configuring connectors is done through a dedicated configuration file located in the /connections folder of the relevant scanner. The scanner frequently checks for any change and resynchronises automatically.
In order to establish a connection with a SAS instance, specifying the following parameters in the dedicated file is required:
Parameter | Expected value |
|---|
name | The name that will be displayed to catalog users for this connection. |
code | The unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The connector type to use for the connection. Here, the value must be sas-dataintegration and this value must not be modified. |
connection.server | SAS Server name |
connection.port | SAS Server port |
connection.username | Username |
connection.password | User password |
filter.job_name.includes | Comma-separated list of elements to include jobs in the synchronization using the following keywords: begins, contains, equals, between Example: includes = "enterprise,equals:customers,contains:prod" |
filter.job_name.excludes | Comma separated list of elements to exclude jobs during synchronization using the following keywords: begins, contains, equals, between Example: excludes = "enterprise,equals:customers,contains:prod" |
filter | To filter data processes during the synchronization. See Rich Filters |
Note: A template of the configuration file is available in
this repository.
User Permissions
In order to collect metadata, the running user's permissions must allow them to access and read databases that need cataloging.
Here, the user must have read access to all SAS metadata objects.
Rich Filters
The SAS connector benefits from the feature of rich filters in the configuration of the connector. The keys that can be used to filter the elements are path or name.
Data Extraction
To extract information from SAS Metadata, the connector will connect using the SAS proprietary libraries and use the various objects provided to retrieve the following objects:
Physical Table
Job
Server Component
SAS Library
Collected Metadata
Synchronize
Will collect the list of jobs accessible by the user.
Lineage
The connector is able to retrieve the lineage to existing datasets from the catalog.
Data Process
A data process is an SAS job.
Name
Source Description
Technical Data:
Technical Name
Repository
SAS ID
Creation Time
Folder
Created By
Unique Identifier Keys
A key is associated with each item of the catalog. When the object comes from an external system, the key is built and provided by the connector.
Object | Identifier Key | Description |
|---|
Data process | code/repository/data process id | - code: Unique identifier of the connection noted in the configuration file - repository: Object repository - data process id: Job SAS technical identifier |
Last modified date: 11/28/2025