Search results

Sybase Source

The Sybase connector connects to a Sybase database and allows users to fetch data from tables or views. It supports authentication, handles nested or related data, and presents the results in a clean, structured format for easy use.

Grab Sybase ODBC Connection Details

  1. Configure ODBC DSN on your system:
    • Open ODBC Data Source Administrator.
    • Go to the System DSN tab and click Add.
    • Select the Sybase ODBC driver and configure it with: - Data Source Name (DSN) - Server Name/IP - Port - Database Name
  2. Provide Credentials:
    • Enter your Username and Password for the Sybase database.
  3. Connect in Bold BI:
    • In Bold BI, choose the ODBC connector.
    • Select the configured DSN, enter your credentials, and click Connect.

Connection Properties

The config section in a YAML file includes the following properties:

connectorname: Sybase
dsn: <>
username: <>
password: <>

Example Configuration

version: 1.0.1
destination: 
plugins:
  extractors:
    - name: Sybase
      connectorname: Sybase
      config:
        dsn: <>
        username: <>
        password: <>
      select:
        - tablename

Configure the Data Hub to connect Sybase

  1. To start, Click the Bold Data Hub icon on the Navigation Pane.

Sybase - BoldBI

  1. Click Add Pipeline and provide the name for the new pipeline.

Sybase - BoldBI

  1. Select the newly created pipeline and choose the Sybase connector. Double click or Click on Add Template option to add template.

Sybase - BoldBI

Configuration Parameters

Parameters Description
Username: Provide the username to authenticate with the Sybase server.
Password: Provide the password associated with the Sybase username.
DSN Name: Specify the ODBC Data Source Name configured for the Sybase database
Select: Tablename(s): Specify the list of tables to load data from the Sybase server.

Sybase - BoldBI

  1. Click Save and choose the desired destination to save the pipeline.

Sybase - BoldBI

  1. Creating a Pipeline in Bold Data Hub automatically creates a Data Source in Bold BI. The Bold BI Data Source is a live data source to the destination database used in Bold Data Hub. For more information on the relationship between Bold Data Hub Pipeline and the associated Data Sources in Bold BI , please refer to Relationship between Bold Data Hub Pipeline and Associated Data Sources in Bold BI.

Sybase - BoldBI

Schedule Data Hub Job

  1. To configure interval-based scheduling, click on the schedules tab and select the created pipeline and click on the schedule icon and configure it.

Sybase - BoldBI

Sybase - BoldBI

  1. For on-demand refresh, click Run Now button.

Sybase - BoldBI.

  1. The Schedule history can be checked using the history option as well as logs.

Sybase - BoldBI

  1. Click on Logs to see if the run is completed and data source is created in Bold BI.

Sybase - BoldBI

  1. Click Edit DataSource Option to view the created tables.