rcorre commented on issue #3546: AIRFLOW-2664: Support filtering dag runs by id prefix in API. URL: https://github.com/apache/incubator-airflow/pull/3546#issuecomment-428252232 Anyone able to help me figure out why the test I added is failing? On my initial commit, I was getting `No row was found for one()` on the second `trigger_dag` call in my test. After [trying to fix that](https://github.com/apache/incubator-airflow/pull/3546/commits/0b4ce4da97e879ab3159450d0ff723d1e8ddc07f) I'm getting a variety of errors such as: ``` ERROR - Add Permission to Role Error: Can't flush None value found in collection Role.permissions ``` and ``` OperationalError: (sqlite3.OperationalError) no such table: task_instance [SQL: u'DELETE FROM task_instance WHERE task_instance.dag_id = ?'] [parameters: ('unit_tests',)] ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
