Mohamed Zenadi created AIRFLOW-805:
--------------------------------------
Summary: When creating a DagRun from the interface Run Id should
be mandatory
Key: AIRFLOW-805
URL: https://issues.apache.org/jira/browse/AIRFLOW-805
Project: Apache Airflow
Issue Type: Bug
Reporter: Mohamed Zenadi
Priority: Minor
If the user forgets to set the Run Id, he'll be welcomed (in the scheduler)
with the following exception:
{code}
File "projects/incubator-airflow/airflow/models.py", line 4085, in is_backfill
if "backfill" in self.run_id:
TypeError: argument of type 'NoneType' is not iterable
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)