Skip to content

Commit

Permalink
vdk-control-cli: Add python_version to sample config.ini
Browse files Browse the repository at this point in the history
This change adds the `python_version` property to the config.ini file of the sample data
job that is returned when a user executes `vdk create -n <job-name> -t <team-name>`. The
property is commented out, as it is used only if a user wants to set a python version
different from the default one.

Testing Done: Executed `vdk create -n my-test-job -t my-team` locally, and verified that
the python_version property is present in the generated data job's config.ini file.

Signed-off-by: Andon Andonov <[email protected]>
  • Loading branch information
doks5 committed Aug 15, 2023
1 parent e51878b commit cb32b45
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ team =
; the cron job waits until the previous execution has finished.
schedule_cron = 11 23 5 8 1

;; Specifies the python version to be used in the job deployment.
;; Uncomment below line if you want to set a python version different from the
;; default one.
; python_version =

; Who will be contacted and on what occasion
[contacts]

Expand Down

0 comments on commit cb32b45

Please sign in to comment.