Upgrade data.all pipelines DDK version to DDK v2 #747
Labels
effort: low
effort: medium
priority: medium
status: not-picked-yet
At the moment we have not picked this item. Anyone can pick it up
type: enhancement
Feature enhacement
Milestone
Is your idea related to a problem? Please describe.
Currently data.all pipelines use DDK version 1. We rely on
ddk bootstrap
commands, which is no longer used by DDK. DDK v2 allows us to use CDK bootstrap directly making it easier for us to work on our data pipelines.Describe the solution you'd like
We would like data.all to upgrade to use the DDK v2. We have identified some places where we will need some changes:
ddk deploy
command bycdk deploy
ddk deploy
bycdk deploy
app.py
that we create to include theconfig_path
to theddk.json
P.S. Don't attach files. Please, prefer add code snippets directly in the message body.
The text was updated successfully, but these errors were encountered: