pip install dcs-core[db2]
IBM BD2 data source can be defined as below in the config file.
# config.yaml data_sources: - name: db2_datasource type: db2 config: host: 127.0.0.1 port: 50000 username: simple password: simple_pass database: database schema: public