You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/15 09:43:23 UTC

[GitHub] [dolphinscheduler-sdk-python] zhongjiajie opened a new issue, #20: [feat] Overwrite workflow parameter during workflow trigger in CLI

zhongjiajie opened a new issue, #20:
URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/20

   Sometime user may want to overwrite workflow parameter during trigger workflow with CLI,
   
   such as:
   
   ```py
   with ProcessDefinition(
       name="tutorial",
       schedule="0 0 0 * * ? *",
       start_time="2021-01-01",
       tenant="tenant_exists",
   ) as pd:
   ```
   
   and in bash
   
   ```bash
   python tutorial.py --tenant=new-tenant
   ```
   
   to replace the value from `tenant="tenant_exists"` to `tenant="new-tenant"` in file `tutorial.py` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org