semibroiled opened a new issue, #40818: URL: https://github.com/apache/airflow/issues/40818
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.9.1 ### What happened? Changs I make on my code doesn't show up in Airflow. It says I still need to rectify a change which is already done Examples of Bugs 1) If I write `import pandas as pd` it says I wrote just `import `and need to finish writing the line 2) If I write `List[str]` it thinks I wrote `List[str`and need to close the bracket 3) For connections, even if I define them in UI it says I haven't defined them ### What you think should happen instead? If I write the connection name and define it, it should get picked up by Airflow. If I write changes in codebase, it should get reflected. ### How to reproduce Please make any class in airflow, and call it in a functional script and call it in a DAG. This is how my DAG is structured ### Operating System Sonoma 14.5 ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details just docker-compose I guess ### Anything else? Every time. In my branch ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
