ashb commented on a change in pull request #5940: [AIRFLOW-5336] Add ability to 
make updating FAB perms on webserver in…
URL: https://github.com/apache/airflow/pull/5940#discussion_r339641153
 
 

 ##########
 File path: docs/faq.rst
 ##########
 @@ -221,3 +221,8 @@ Why next_ds or prev_ds might not contain expected values?
   ``execution_date`` and ``schedule_interval``. If you set 
``schedule_interval`` as ``None`` or ``@once``,
   the ``next_ds``, ``next_ds_nodash``, ``prev_ds``, ``prev_ds_nodash`` valueS 
will be set to ``None``.
 - When manually triggering DAG, the schedule will be ignored, and ``prev_ds == 
next_ds == ds``
+
+I am running multiple webserver processes, how can I solve records in the 
``ab_permission_view`` with ``null`` ``permission_id``?
+------------------------------------------------
+
+Set the value of ``update_fab_perms`` configuration in ``airflow.cfg`` to 
``False`` and have a process that runs the ``sync_perm`` CLI command instead.
 
 Review comment:
   #4764 was where the null perm was fixed.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to