Skip to main content

CIFS/SMB

CIFS/SMB datasources allow CloudQuant Data Liberator to read CSV, TSV, and other delimited files from Windows file shares or Samba servers. This is commonly used in enterprise environments where data is published to shared network drives.
See Supported Data Formats for every file extension Liberator can ingest from CIFS/SMB shares, including formats added in 2.1 and 2.2.

Connection configuration

Required fields

The connection_type for CIFS/SMB connections is inferred from the presence of the server and path fields. Unlike other connection types, there is no explicit connection_type field required.

Optional fields

Example connection

Use a dedicated service account with read-only permissions on the share. Avoid using personal credentials, as password changes would break the connection.

Domain authentication

For Active Directory environments, include the domain in the username:
Or use the UPN format:

Dataset configuration (data_args)

The data_args fields are identical to all file-based sources. See Local File for the full reference. The file_pattern is evaluated relative to the prefix configured on the connection.

Required data_args

Optional data_args

Complete example

Connection

Dataset

Network requirements

If the CloudQuant Data Liberator host is Linux-based, install cifs-utils for CIFS mount support.

Troubleshooting