[
https://issues.apache.org/jira/browse/AIRFLOW-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nico Arianto closed AIRFLOW-1172.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
Hi Kengo Seki,
Thanks for the help to resolve this issue.
I have tested and it's working correctly.
> CroniterNotAlphaError: [0 20 * * 1#1] is not acceptable
> -------------------------------------------------------
>
> Key: AIRFLOW-1172
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1172
> Project: Apache Airflow
> Issue Type: Bug
> Components: DagRun, scheduler
> Affects Versions: 1.8.0
> Environment: Docker base image: `python:2.7-slim`
> Reporter: Nico Arianto
> Assignee: Kengo Seki
> Labels: scheduling
> Fix For: 1.8.0
>
>
> Based on the
> [dag-runs|https://airflow.incubator.apache.org/scheduler.html#dag-runs]
> documentation that we can refer to [cron
> expression|https://en.wikipedia.org/wiki/Cron#CRON_expression] as a str which
> in `Day of week` allows special character hash (`#`).
> Unfortunately Airflow:1.8.0 doesn't support special character hash which in
> my case we need to specify the DAG run to only triggers every 1st Tuesday of
> the month.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)