COD Hands on Lab for the 2023 Technical Kick Off
Project covers the basics and more advances features of the Cloudera Operational Databases in CDP Public Cloud Operation Database Data Services. Data
Make sure you replace ** with your name from the code snippets
First check if you're on the latest base version with the command below.
pip3 install cdpcli-beta --upgrade --user
cdp --version
0.9.77 (BETA)
We'll start with a fake command to make the options appearing
cdp opdb test
Create a small COD instance with the minimum (3) workers
cdp opdb create-database --environment-name lje-env --database-name **-cod --auto-scaling-parameters

