You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/05 05:28:12 UTC

[GitHub] [airflow] jeesim2 commented on issue #6332: [AIRFLOW-5710] Optionally raise exception on unused operator arguments.

jeesim2 commented on issue #6332: [AIRFLOW-5710] Optionally raise exception on unused operator arguments.
URL: https://github.com/apache/airflow/pull/6332#issuecomment-549668499
 
 
   @OmerJog I am new to airflow and confused with `allow_illegal_arguments` option.
   With airflow version 1.10.0 I can't not pass arguments to DAGS by `conf`.
   The default `airflow.cfg` event don't have `allow_illegal_arguments` property.
   
   At `master` branch, there `allow_illegal_arguments` option exists again.
   My understanding is trigger a dag with custom `conf` is completely impossible from `1.10.0`.
   
   So, How can I trigger a DAG with some arguments?
   Giving job parameters when trigger a job is very common when using Jenkins.
   Is there any alternatives?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services