pip install dcs-core[oracle]
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