rom sharon
rom sharon
@eladkal looks good, can we merge it?
can you add your webserver_config.py? did you try cleaning cookies?
can u explain the purpose of this PR? In this issue https://github.com/apache/airflow/issues/36484 [cloud_storage_transfer_service.py](https://github.com/apache/airflow/issues/36484#:~:text=airflow/providers/google/cloud/operators/cloud_storage_transfer_service.py) is shown as not implemented but when running pre-commit on it it looks like it already taken...
look good, can you fix current tests to validate your changes?
It's look like all the containers that use persistent volume failed. Did you check all the persistent volumes was created successfully?
Try to open the log in the webserver and look how the user(from devops group) look like when it authenticate via LDAP. In Elad case (I was with him :)...
this PR relate to this issue: https://github.com/dpgaspar/Flask-AppBuilder/issues/1641
The end goal of this PR is to enable partial matching between user ldap groups and AUTH_LDAP_MAPPING. for example the user belong to those groups:`["OU=7180,DC=f839"]` and the mapping is: ```python...
Hi @tyama711 thanks for opening this issue. You can give the get function a default value if the variable is not exist. ```python Variable.get(key='dummy_key', default_var='default_value') ``` As you said you...