Search results
Suggest a FeaturePDF

Yaml

YAML is a human‑readable format used to store and structure data. It is commonly used in configuration files,data storage or transmission in applications. It is easy to write and understand.

Example Configuration

version: 1.0.1
encrypt_credentials: false
union_all_tables: true
add_dbname_column: false
use_snake_casing: true
plugins:
  extractors:
  - name: FileSystem
      connectorname: FileSystem
      schemaname:
      config:
      properties:
        storage: local
        type: yaml
        filePath: C:\BoldServices\app_data\elt\connectors\empdata.yml
      metadata:
      select:

Configure the Bold Data Hub to connect Yaml

  1. Click the Data Hub icon on the Navigation Pane.

Yaml Data Hub- Reports

  1. Click Add Pipeline and provide the new pipeline’s name.

Yaml Data Hub - Reports

  1. Select the newly created pipeline and add the Yaml template.

Yaml Data Hub - Reports

  1. Click the “Upload File” button to upload your Yaml file.

Yaml Data Hub - Reports

  1. Copy the filepath and replace in filePath property.

Yaml Data Hub - Reports

Yaml Data Hub - Reports

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

Yaml Data Hub - Reports

  1. Creating a Pipeline in Bold Data Hub automatically creates a Data Source in Bold Reports®. The Bold Reports® Data Source is a live data source to the destination database used in Bold Data Hub.

Yaml Data Hub - Reports

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.

Yaml Data Hub - Reports

Yaml Data Hub - Reports

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

Yaml Data Hub - Reports

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

Yaml Data Hub - Reports

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

Yaml Data Hub - Reports