opeida opened a new issue, #72513:
URL: https://github.com/apache/airflow/issues/72513
### Under which category would you file this issue?
Airflow Core
### Apache Airflow version
3.3.1
### What happened and how to reproduce it?
1. Create several DAGs in a bundle.
2. Start debuggin one of them.
3. See in a terminal that the other one was reserialised.
VSCode's `launch.json`
```json
{
"version": "0.2.0",
"configurations": [
{
"name": "Current DAG",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
]
}
```
### What you think should happen instead?
Debugging DAG and it's downstream dependencies shoul be reserialised only.
### Operating System
Debian GNU/Linux 13 (trixie)
### Deployment
Astronomer
### Apache Airflow Provider(s)
_No response_
### Versions of Apache Airflow Providers
apache-airflow-providers-celery==3.23.1
apache-airflow-providers-common-compat==1.18.0
apache-airflow-providers-common-io==1.8.0
apache-airflow-providers-common-sql==2.1.1
apache-airflow-providers-elasticsearch==6.9.0
apache-airflow-providers-fab==3.8.0
apache-airflow-providers-google==22.1.0
apache-airflow-providers-http==6.0.5
apache-airflow-providers-openlineage==2.20.1
apache-airflow-providers-postgres==7.0.2
apache-airflow-providers-redis==4.5.0
apache-airflow-providers-smtp==3.0.3
apache-airflow-providers-standard==1.18.0
apache-airflow-providers-tableau==5.6.1
### Official Helm Chart version
Not Applicable
### Kubernetes Version
_No response_
### Helm Chart configuration
_No response_
### Docker Image customizations
_No response_
### Anything else?
_No response_
### 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]