ephraimbuddy commented on code in PR #48070:
URL: https://github.com/apache/airflow/pull/48070#discussion_r2012924773
##########
airflow-core/src/airflow/dag_processing/collection.py:
##########
@@ -196,7 +196,7 @@ def _serialize_dag_capturing_errors(
min_update_interval=settings.MIN_SERIALIZED_DAG_UPDATE_INTERVAL,
session=session,
)
- if dag_was_updated:
+ if dag_was_updated and "FabAuthManager" in conf.get("core",
"auth_manager"):
Review Comment:
I had to revert the commit. I think it should be with the and since only fab
runs sync perms. WDYT?
--
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]