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 2022/08/31 07:19:29 UTC

[GitHub] [airflow] ArshiAAkhavan commented on issue #19007: argument execution_date: invalid parse value

ArshiAAkhavan commented on issue #19007:
URL: https://github.com/apache/airflow/issues/19007#issuecomment-1232557199

   running to the same issue here,
   
   container spec:
   ```yaml
   spec:
     affinity: {}
     containers:
     - args:
       - airflow
       - tasks
       - run
       - debug_pvc
       - pvctask
       - scheduled__2022-08-31T06:30:00+00:00
       - --local
       - --subdir
       - DAGS_FOLDER/debug/dag_debug_pvc.py
   ```
   generated logs:
   ```
   airflow tasks run command error: argument execution_date: invalid parse value: 'scheduled__2022-08-31T06:30:00+00:00', see help above.
   usage: airflow tasks run [-h] [--cfg-path CFG_PATH] [--error-file ERROR_FILE]
                            [-f] [-A] [-i] [-I] [-N] [-l] [-m] [-p PICKLE]
                            [--pool POOL] [--ship-dag] [-S SUBDIR]
                            dag_id task_id execution_date
   ```
   airflow image: `apache/airflow:2.3.4-python3.10`
   
   im also using commiunity helm chart for deploying airflow
   https://airflow-helm.github.io/charts version `8.6.1`


-- 
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@airflow.apache.org

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