JavierLopezT commented on issue #15649: URL: https://github.com/apache/airflow/issues/15649#issuecomment-834201044
> Also, looks like the issue was introduced in 2.0.2. Because migration back on 2.0.1 seems to solve the issue. I can confirm that with 2.0.1 I did not have the issue with the exact same file. Also, I am getting other errors. For instance, I have a query in a python file and there is an error on the UI saying that: `"table relation does not exist"` And I don't think that there should be any SQL checking before executing a dag. Furthermore, I had to change the way I passed parameters to my python files because with `sys.argv[1]` I obtained in the UI errors of kind IndexError (that I didn't have way back in 1.10.14: https://apache-airflow.slack.com/archives/C0146STM600/p1617278017105300 And I had an ImportError as well: https://apache-airflow.slack.com/archives/C0146STM600/p1617788878119200 I think that there is definitely something not working as intended in the new scheduler. I am using Airflow with the official Docker image, by the way. -- 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: [email protected]
