Install Dependencies

pip install dcs-core[oracle]

Define DataSource Connection in Configuration File

Oracle DB data source can be defined as below in the config file.

# config.yaml
data_sources:
  - name: oracle_datasource
    type: oracle
    config:
      type: oracle
      username: simple
      password: simple_pass
      host: host
      service_name: service