shivaam commented on issue #62244:
URL: https://github.com/apache/airflow/issues/62244#issuecomment-3988211032
Test 1 - Passed
First got error
```
Exception when executing DagProcessorJob
[airflow.jobs.dag_processor_job_runner.DagProcessorJobRunner]
loc=dag_processor_job_runner.py:63
Traceback (most recent call last):
File
"/home/ec2-user/airflow/airflow-core/src/airflow/jobs/dag_processor_job_runner.py",
line 61, in _execute
self.processor.run()
File
"/home/ec2-user/airflow/airflow-core/src/airflow/dag_processing/manager.py",
line 283, in run
DagBundlesManager().sync_bundles_to_db()
^^^^^^^^^^^^^^^^^^^
File
"/home/ec2-user/airflow/airflow-core/src/airflow/dag_processing/bundles/manager.py",
line 170, in __init__
self.parse_config()
File
"/home/ec2-user/airflow/airflow-core/src/airflow/dag_processing/bundles/manager.py",
line 197, in parse_config
raise AirflowConfigException(
airflow._shared.configuration.exceptions.AirflowConfigException: Section
`dag_processor` key `dag_bundle_config_list` cannot have a team name when
multi-team mode is disabled.To enable multi-team, you need to update section
`core` key `multi_team` in your config.
```
--
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]