apache-airflow-providers-fab 3.0.1__py3-none-any.whl → 3.1.0rc1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. airflow/providers/fab/__init__.py +1 -1
  2. airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py +2 -2
  3. airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py +0 -7
  4. airflow/providers/fab/auth_manager/api_fastapi/datamodels/roles.py +63 -0
  5. airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml +416 -16
  6. airflow/providers/fab/auth_manager/api_fastapi/parameters.py +55 -0
  7. airflow/providers/fab/auth_manager/api_fastapi/routes/login.py +37 -5
  8. airflow/providers/fab/auth_manager/api_fastapi/routes/roles.py +137 -0
  9. airflow/providers/fab/auth_manager/api_fastapi/security.py +32 -0
  10. airflow/providers/fab/auth_manager/api_fastapi/services/login.py +12 -25
  11. airflow/providers/fab/auth_manager/api_fastapi/services/roles.py +158 -0
  12. airflow/providers/fab/auth_manager/api_fastapi/sorting.py +49 -0
  13. airflow/providers/fab/auth_manager/fab_auth_manager.py +33 -3
  14. airflow/providers/fab/auth_manager/models/__init__.py +3 -8
  15. airflow/providers/fab/auth_manager/models/db.py +1 -1
  16. airflow/providers/fab/auth_manager/security_manager/override.py +52 -9
  17. airflow/providers/fab/www/api_connexion/parameters.py +1 -46
  18. airflow/providers/fab/www/app.py +13 -10
  19. airflow/providers/fab/www/extensions/init_appbuilder.py +5 -2
  20. airflow/providers/fab/www/extensions/init_security.py +1 -1
  21. airflow/providers/fab/www/package-lock.json +315 -217
  22. airflow/providers/fab/www/package.json +9 -9
  23. airflow/providers/fab/www/session.py +5 -8
  24. airflow/providers/fab/www/static/dist/{743.935ed3d26e56ed8f63d3.js → 743.0c0bf201ae17e66a9a3f.js} +1 -1
  25. airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.js → main.bc1f701c3d133e2a3bab.js} +1 -1
  26. airflow/providers/fab/www/static/dist/manifest.json +13 -13
  27. airflow/providers/fab/www/views.py +18 -14
  28. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/METADATA +15 -14
  29. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/RECORD +48 -42
  30. /airflow/providers/fab/migrations/versions/{0001_1_4_0_create_ab_tables_if_missing.py → 0000_1_4_0_create_ab_tables_if_missing.py} +0 -0
  31. /airflow/providers/fab/www/static/dist/{743.935ed3d26e56ed8f63d3.js.LICENSE.txt → 743.0c0bf201ae17e66a9a3f.js.LICENSE.txt} +0 -0
  32. /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ff5a35f322070b094aa2.css → airflowDefaultTheme.ef6fc04c9b6920cd75c9.css} +0 -0
  33. /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ff5a35f322070b094aa2.js → airflowDefaultTheme.ef6fc04c9b6920cd75c9.js} +0 -0
  34. /airflow/providers/fab/www/static/dist/{flash.5583a9e0cf11f2be93da.css → flash.eaaf777ec1b3628cf7be.css} +0 -0
  35. /airflow/providers/fab/www/static/dist/{flash.5583a9e0cf11f2be93da.js → flash.eaaf777ec1b3628cf7be.js} +0 -0
  36. /airflow/providers/fab/www/static/dist/{loadingDots.2e5f555f0753107b0300.css → loadingDots.76f4332c0a932c3dc08f.css} +0 -0
  37. /airflow/providers/fab/www/static/dist/{loadingDots.2e5f555f0753107b0300.js → loadingDots.76f4332c0a932c3dc08f.js} +0 -0
  38. /airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.css → main.bc1f701c3d133e2a3bab.css} +0 -0
  39. /airflow/providers/fab/www/static/dist/{main.3cf3be1a0c5439bb640d.js.LICENSE.txt → main.bc1f701c3d133e2a3bab.js.LICENSE.txt} +0 -0
  40. /airflow/providers/fab/www/static/dist/{materialIcons.3e67dd6fbfcc4f3b5105.css → materialIcons.ad07a489b2f0fc1a96bf.css} +0 -0
  41. /airflow/providers/fab/www/static/dist/{materialIcons.3e67dd6fbfcc4f3b5105.js → materialIcons.ad07a489b2f0fc1a96bf.js} +0 -0
  42. /airflow/providers/fab/www/static/dist/{moment.9baee5ec3d7639a10897.js → moment.5b85b4f6be2fe9c405ac.js} +0 -0
  43. /airflow/providers/fab/www/static/dist/{runtime.6ad9da077ea169d60db9.js → runtime.254c277d91ce3ac79c64.js} +0 -0
  44. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/WHEEL +0 -0
  45. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/entry_points.txt +0 -0
  46. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/licenses/3rd-party-licenses/LICENSES-ui.txt +0 -0
  47. {airflow/providers/fab → apache_airflow_providers_fab-3.1.0rc1.dist-info/licenses}/LICENSE +0 -0
  48. {apache_airflow_providers_fab-3.0.1.dist-info → apache_airflow_providers_fab-3.1.0rc1.dist-info}/licenses/NOTICE +0 -0
@@ -1,2 +1,2 @@
1
- /*! For license information please see main.3cf3be1a0c5439bb640d.js.LICENSE.txt */
1
+ /*! For license information please see main.bc1f701c3d133e2a3bab.js.LICENSE.txt */
2
2
  "use strict";!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Airflow=t():(e.Airflow=e.Airflow||{},e.Airflow.main=t())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[792],{432:()=>{},993:(e,t,o)=>{o.r(t),o.d(t,{convertSecsToHumanReadable:()=>u,escapeHtml:()=>d});const a="YYYY-MM-DD, HH:mm:ss",n="YYYY-MM-DD, HH:mm:ss z",r="z (Z)";function i(e){return e instanceof moment?e.isUTC()?"UTC":e.format(r):"UTC"===e?e:moment().tz(e).format(r)}function m(e){moment.tz.setDefault(e),$('time[data-datetime-convert!="false"]').each((e,t)=>{const o=$(t),r=moment(o.attr("datetime"));r._isValid&&o.text(r.format(o.data("with-tz")?n:a)),void 0!==o.attr("title")&&o.attr("title",r.isUTC()?"":`UTC: ${r.clone().utc().format()}`)}),$(".datetime input").each((e,t)=>{t.value=moment(t.value).format()})}function l(){const e=moment();$("#clock").attr("datetime",e.format("YYYY-MM-DDThh:mm:ssZ")).html(`${e.format("HH:mm")} <strong>${i(e)}</strong>`)}function s(e){localStorage.setItem("selected-timezone",e);const t=new CustomEvent("timezone",{detail:e});document.dispatchEvent(t),m(e),l(),$("body").trigger({type:"airflow.timezone-change",timezone:e})}window.isoDateToTimeEl=function(e,t){const o=moment(e),n=$.extend({title:!0},t).title,r=document.createElement("time");return r.setAttribute("datetime",o.format()),n&&r.setAttribute("title",o.isUTC()?"":`UTC: ${o.clone().utc().format()}`),r.innerText=o.format(a),r},window.moment=Airflow.moment;const c=document.createElement("span");function d(e){return c.textContent=e,c.innerHTML}function u(e){let t=e;const o=e,a=o-Math.floor(o);t=Math.floor(t);const n=Math.floor(t/3600);t-=3600*n;const r=Math.floor(t/60);t-=60*r;let i="";return n>0&&(i+=`${n}Hours `),r>0&&(i+=`${r}Min `),t+a>0&&(Math.floor(o)===o?i+=`${t}Sec`:(t+=a,i+=`${t.toFixed(3)}Sec`)),i}function f(){const e=moment.tz.guess(),t=localStorage.getItem("selected-timezone"),o=localStorage.getItem("chosen-timezone");function a(t){localStorage.setItem("chosen-timezone",t),t!==e||t!==Airflow.serverTimezone?($("#timezone-manual a").data("timezone",t).text(i(t)),$("#timezone-manual").show()):$("#timezone-manual").hide()}o&&a(o),s(t||Airflow.defaultUITimezone),"UTC"!==Airflow.serverTimezone&&($("#timezone-server a").html(`${i(Airflow.serverTimezone)} <span class="label label-primary">Server</span>`),$("#timezone-server").show()),Airflow.serverTimezone!==e?$("#timezone-local a").attr("data-timezone",e).html(`${i(e)} <span class="label label-info">Local</span>`):$("#timezone-local").hide(),$("a[data-timezone]").click(e=>{s($(e.currentTarget).data("timezone"))});const n=moment.tz.names().map(e=>({category:e.split("/",1)[0],label:e.replace("_"," "),value:e}));$("#timezone-other").autocomplete({source:(e,t)=>{t(function(e,t){const o=new RegExp($.ui.autocomplete.escapeRegex(t),"i");return $.grep(e,e=>o.test(e.label)||o.test(e.category))}(n,e.term))},appendTo:"#timezone-menu > li:nth-child(6) > form",focus:(e,t)=>{e.preventDefault(),$(this).val(t.item.label)},select:(e,t)=>($(this).val(""),a(t.item.value),s(t.item.value),!1)}).data("ui-autocomplete")._renderItem=function(e,t){const o=$("<li>");return o.append(`<a class='dropdown-item' href='#' role='option'>${t.label}</a>`),o.appendTo(e)},$.ui.autocomplete.prototype._renderMenu=function(e,t){let o="";e.addClass("typeahead dropdown-menu"),e.attr("role","listbox"),$.each(t,(t,a)=>{a.category!==o&&(e.append(`<li class='ui-autocomplete-category dropdown-header'>${a.category}</li>`),o=a.category),this._renderItemData(e,a)})}}function p(e){const t=$(e),o=$(".filter_val.form-control",t.parents("tr"));"Is Null"===t.text()||"Is not Null"===t.text()?(void 0!==o.attr("required")&&(o.removeAttr("required"),o.attr("airflow-required",!0)),1===o.parent(".datetime").length?o.parent(".datetime").hide():o.hide()):("true"===o.attr("airflow-required")&&(o.attr("required",!0),o.removeAttr("airflow-required")),1===o.parent(".datetime").length?o.parent(".datetime").show():o.show())}window.escapeHtml=d,window.convertSecsToHumanReadable=u,window.postAsForm=function(e,t){const o=$("<form></form>");o.attr("method","POST"),o.attr("action",e),$.each(t||{},(e,t)=>{const a=$("<input></input>");a.attr("type","hidden"),a.attr("name",e),a.attr("value",t),o.append(a)});const a=$("<input></input>");a.attr("type","hidden"),a.attr("name","csrf_token"),a.attr("value",csrfToken),o.append(a),$(document.body).append(o),o.submit()},$(document).ready(()=>{f(),$("#clock").attr("data-original-title",hostName).attr("data-placement","bottom").parent().show(),l(),setInterval(l,1e3),$.ajaxSetup({beforeSend(e,t){/^(GET|HEAD|OPTIONS|TRACE)$/i.test(t.type)||this.crossDomain||e.setRequestHeader("X-CSRFToken",csrfToken)}}),$.fn.datetimepicker.defaults.sideBySide=!0,$(".datetimepicker").datetimepicker({format:"YYYY-MM-DDTHH:mm:ssZ"}),$(".datepicker").datetimepicker({format:"YYYY-MM-DD"}),$(".timepicker").datetimepicker({format:"HH:mm:ss"}),$(".filters .select2-chosen").each((e,t)=>{p(t)}),$(".filters .select2-chosen").on("DOMNodeInserted",e=>{p(e.target)}),$("#filter_form a.filter").click(()=>{$(".datetimepicker").datetimepicker(),$(".filters .select2-chosen").on("DOMNodeInserted",e=>{p(e.target)})}),$(".js-tooltip").tooltip()})}},e=>{var t=t=>e(e.s=t);return t(432),t(993)}]));
@@ -1,17 +1,17 @@
1
1
  {
2
- "airflowDefaultTheme.css": "airflowDefaultTheme.ff5a35f322070b094aa2.css",
3
- "airflowDefaultTheme.js": "airflowDefaultTheme.ff5a35f322070b094aa2.js",
4
- "flash.css": "flash.5583a9e0cf11f2be93da.css",
5
- "flash.js": "flash.5583a9e0cf11f2be93da.js",
6
- "loadingDots.css": "loadingDots.2e5f555f0753107b0300.css",
7
- "loadingDots.js": "loadingDots.2e5f555f0753107b0300.js",
8
- "main.css": "main.3cf3be1a0c5439bb640d.css",
9
- "main.js": "main.3cf3be1a0c5439bb640d.js",
10
- "materialIcons.css": "materialIcons.3e67dd6fbfcc4f3b5105.css",
11
- "materialIcons.js": "materialIcons.3e67dd6fbfcc4f3b5105.js",
12
- "moment.js": "moment.9baee5ec3d7639a10897.js",
13
- "runtime.js": "runtime.6ad9da077ea169d60db9.js",
14
- "743.js": "743.935ed3d26e56ed8f63d3.js",
2
+ "airflowDefaultTheme.css": "airflowDefaultTheme.ef6fc04c9b6920cd75c9.css",
3
+ "airflowDefaultTheme.js": "airflowDefaultTheme.ef6fc04c9b6920cd75c9.js",
4
+ "flash.css": "flash.eaaf777ec1b3628cf7be.css",
5
+ "flash.js": "flash.eaaf777ec1b3628cf7be.js",
6
+ "loadingDots.css": "loadingDots.76f4332c0a932c3dc08f.css",
7
+ "loadingDots.js": "loadingDots.76f4332c0a932c3dc08f.js",
8
+ "main.css": "main.bc1f701c3d133e2a3bab.css",
9
+ "main.js": "main.bc1f701c3d133e2a3bab.js",
10
+ "materialIcons.css": "materialIcons.ad07a489b2f0fc1a96bf.css",
11
+ "materialIcons.js": "materialIcons.ad07a489b2f0fc1a96bf.js",
12
+ "moment.js": "moment.5b85b4f6be2fe9c405ac.js",
13
+ "runtime.js": "runtime.254c277d91ce3ac79c64.js",
14
+ "743.js": "743.0c0bf201ae17e66a9a3f.js",
15
15
  "jquery-ui.min.js": "jquery-ui.min.js",
16
16
  "jquery-ui.min.css": "jquery-ui.min.css",
17
17
  "oss-licenses.json": "oss-licenses.json",
@@ -22,7 +22,7 @@ from urllib.parse import unquote, urljoin, urlsplit
22
22
  from flask import (
23
23
  g,
24
24
  make_response,
25
- redirect,
25
+ redirect as flask_redirect,
26
26
  render_template,
27
27
  request,
28
28
  url_for,
@@ -67,19 +67,6 @@ class FabIndexView(IndexView):
67
67
 
68
68
  @expose("/")
69
69
  def index(self):
70
- if g.user is not None and g.user.is_authenticated:
71
- token = get_auth_manager().generate_jwt(g.user)
72
- response = make_response(redirect(f"{conf.get('api', 'base_url', fallback='/')}", code=302))
73
-
74
- secure = request.scheme == "https" or bool(conf.get("api", "ssl_cert", fallback=""))
75
- # In Airflow 3.1.1 authentication changes, front-end no longer handle the token
76
- # See https://github.com/apache/airflow/pull/55506
77
- if AIRFLOW_V_3_1_1_PLUS:
78
- response.set_cookie(COOKIE_NAME_JWT_TOKEN, token, secure=secure, httponly=True)
79
- else:
80
- response.set_cookie(COOKIE_NAME_JWT_TOKEN, token, secure=secure)
81
-
82
- return response
83
70
  return redirect(conf.get("api", "base_url", fallback="/"), code=302)
84
71
 
85
72
 
@@ -122,6 +109,23 @@ def get_safe_url(url):
122
109
  return redirect_url.geturl()
123
110
 
124
111
 
112
+ def redirect(*args, **kwargs):
113
+ if g.user is not None and g.user.is_authenticated:
114
+ token = get_auth_manager().generate_jwt(g.user)
115
+ response = make_response(flask_redirect(*args, **kwargs))
116
+
117
+ secure = request.scheme == "https" or bool(conf.get("api", "ssl_cert", fallback=""))
118
+ # In Airflow 3.1.1 authentication changes, front-end no longer handle the token
119
+ # See https://github.com/apache/airflow/pull/55506
120
+ if AIRFLOW_V_3_1_1_PLUS:
121
+ response.set_cookie(COOKIE_NAME_JWT_TOKEN, token, secure=secure, httponly=True)
122
+ else:
123
+ response.set_cookie(COOKIE_NAME_JWT_TOKEN, token, secure=secure)
124
+
125
+ return response
126
+ return flask_redirect(*args, **kwargs)
127
+
128
+
125
129
  def method_not_allowed(error):
126
130
  """Show Method Not Allowed on screen for any error in the Webserver."""
127
131
  return (
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-fab
3
- Version: 3.0.1
3
+ Version: 3.1.0rc1
4
4
  Summary: Provider package apache-airflow-providers-fab for Apache Airflow
5
5
  Keywords: airflow-provider,fab,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
7
7
  Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
8
  Requires-Python: >=3.10,!=3.13
9
9
  Description-Content-Type: text/x-rst
10
+ License-Expression: Apache-2.0
10
11
  Classifier: Development Status :: 5 - Production/Stable
11
12
  Classifier: Environment :: Console
12
13
  Classifier: Environment :: Web Environment
@@ -14,23 +15,23 @@ Classifier: Intended Audience :: Developers
14
15
  Classifier: Intended Audience :: System Administrators
15
16
  Classifier: Framework :: Apache Airflow
16
17
  Classifier: Framework :: Apache Airflow :: Provider
17
- Classifier: License :: OSI Approved :: Apache Software License
18
18
  Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Topic :: System :: Monitoring
22
22
  License-File: 3rd-party-licenses/LICENSES-ui.txt
23
+ License-File: LICENSE
23
24
  License-File: NOTICE
24
- Requires-Dist: apache-airflow>=3.0.2
25
- Requires-Dist: apache-airflow-providers-common-compat>=1.8.0
25
+ Requires-Dist: apache-airflow>=3.0.2rc1
26
+ Requires-Dist: apache-airflow-providers-common-compat>=1.10.1rc1
26
27
  Requires-Dist: blinker>=1.6.2; python_version < '3.13'
27
28
  Requires-Dist: flask>=2.2.1,<2.3; python_version < '3.13'
28
- Requires-Dist: flask-appbuilder==5.0.0; python_version < '3.13'
29
+ Requires-Dist: flask-appbuilder==5.0.1; python_version < '3.13'
29
30
  Requires-Dist: flask-login>=0.6.2; python_version < '3.13'
30
31
  Requires-Dist: flask-session>=0.8.0; python_version < '3.13'
31
32
  Requires-Dist: msgpack>=1.0.0; python_version < '3.13'
32
33
  Requires-Dist: flask-sqlalchemy>=3.0.5; python_version < '3.13'
33
- Requires-Dist: sqlalchemy<2; python_version < '3.13'
34
+ Requires-Dist: sqlalchemy>=1.4.36,<2; python_version < '3.13'
34
35
  Requires-Dist: flask-wtf>=1.1.0; python_version < '3.13'
35
36
  Requires-Dist: connexion[flask]>=2.14.2,<3.0; python_version < '3.13'
36
37
  Requires-Dist: jmespath>=0.7.0; python_version < '3.13'
@@ -39,8 +40,8 @@ Requires-Dist: wtforms>=3.0,<4; python_version < '3.13'
39
40
  Requires-Dist: flask_limiter>3,<4,!=3.13
40
41
  Requires-Dist: kerberos>=1.3.0 ; extra == "kerberos" and ( python_version < '3.13')
41
42
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
42
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.1/changelog.html
43
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.1
43
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-fab/3.1.0/changelog.html
44
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-fab/3.1.0
44
45
  Project-URL: Mastodon, https://fosstodon.org/@airflow
45
46
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
46
47
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -72,7 +73,7 @@ Provides-Extra: kerberos
72
73
 
73
74
  Package ``apache-airflow-providers-fab``
74
75
 
75
- Release: ``3.0.1``
76
+ Release: ``3.0.4``
76
77
 
77
78
 
78
79
  `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
@@ -85,7 +86,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
85
86
  are in ``airflow.providers.fab`` python package.
86
87
 
87
88
  You can find package information and changelog for the provider
88
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.1/>`_.
89
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.4/>`_.
89
90
 
90
91
  Installation
91
92
  ------------
@@ -103,15 +104,15 @@ Requirements
103
104
  PIP package Version required
104
105
  ========================================== ==========================================
105
106
  ``apache-airflow`` ``>=3.0.2``
106
- ``apache-airflow-providers-common-compat`` ``>=1.8.0``
107
+ ``apache-airflow-providers-common-compat`` ``>=1.10.1``
107
108
  ``blinker`` ``>=1.6.2; python_version < "3.13"``
108
109
  ``flask`` ``>=2.2.1,<2.3; python_version < "3.13"``
109
- ``flask-appbuilder`` ``==5.0.0; python_version < "3.13"``
110
+ ``flask-appbuilder`` ``==5.0.1; python_version < "3.13"``
110
111
  ``flask-login`` ``>=0.6.2; python_version < "3.13"``
111
112
  ``flask-session`` ``>=0.8.0; python_version < "3.13"``
112
113
  ``msgpack`` ``>=1.0.0; python_version < "3.13"``
113
114
  ``flask-sqlalchemy`` ``>=3.0.5; python_version < "3.13"``
114
- ``sqlalchemy`` ``<2; python_version < "3.13"``
115
+ ``sqlalchemy`` ``>=1.4.36,<2; python_version < "3.13"``
115
116
  ``flask-wtf`` ``>=1.1.0; python_version < "3.13"``
116
117
  ``connexion[flask]`` ``>=2.14.2,<3.0; python_version < "3.13"``
117
118
  ``jmespath`` ``>=0.7.0; python_version < "3.13"``
@@ -149,5 +150,5 @@ Extra Dependencies
149
150
  ============ ============================================
150
151
 
151
152
  The changelog for the provider package can be found in the
152
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.1/changelog.html>`_.
153
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.0.4/changelog.html>`_.
153
154
 
@@ -1,10 +1,9 @@
1
- airflow/providers/fab/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/fab/__init__.py,sha256=ni-GGmRjnmQxELLxFautMLmppn6DQ2K15devQO_okhM,1490
1
+ airflow/providers/fab/__init__.py,sha256=zpH9JYZQE9nVj7DTMO22GcUYrVl5NExRFmOYtvt2XkA,1490
3
2
  airflow/providers/fab/alembic.ini,sha256=_1SvObfjMAkuD7DN5VR2S6Rd7_F81pORZT-w7GJldIA,4461
4
3
  airflow/providers/fab/get_provider_info.py,sha256=Pf7JwSshIaIanP6bFifJTPNhNexWZNiv4h4usLMfZR4,10635
5
4
  airflow/providers/fab/version_compat.py,sha256=xPhWGBSbxqecuAGQzj248tvQVOceUeB5vYa1Z5L6y08,1605
6
5
  airflow/providers/fab/auth_manager/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/fab/auth_manager/fab_auth_manager.py,sha256=tDeI20zbZq-sQBB3incZp69P11-2433f8l5g-oUQIG0,27727
6
+ airflow/providers/fab/auth_manager/fab_auth_manager.py,sha256=JwwFNe2T9d_hRfGagUe8_dh6OriahBP0QodVAIpzUqE,28867
8
7
  airflow/providers/fab/auth_manager/api/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
9
8
  airflow/providers/fab/auth_manager/api/auth/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
10
9
  airflow/providers/fab/auth_manager/api/auth/backend/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
@@ -13,16 +12,22 @@ airflow/providers/fab/auth_manager/api/auth/backend/kerberos_auth.py,sha256=eDm_
13
12
  airflow/providers/fab/auth_manager/api/auth/backend/session.py,sha256=eVZyyxvzS2coDDu4tHAqkKvU3qy3Im4sj4bZFZb9wxs,1531
14
13
  airflow/providers/fab/auth_manager/api_endpoints/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
15
14
  airflow/providers/fab/auth_manager/api_endpoints/role_and_permission_endpoint.py,sha256=7-zL3I0nA3g4degRDAD7LNP1u6MnUTaLdxviennm3Y0,7747
16
- airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py,sha256=wf4n6p9lXFdbUxRWq0SXdIvAeh73d-HIE06GAgNa5FY,8597
15
+ airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py,sha256=xbQvQDYd9yRDR9PpcWVWPz8B-rB8OniNqb1zNBLn2-o,8605
17
16
  airflow/providers/fab/auth_manager/api_fastapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
17
+ airflow/providers/fab/auth_manager/api_fastapi/parameters.py,sha256=Fl4ky0PeGV8R1jmGoDVeSHfQMFTrxcW0NZVs5GQ_TYM,1697
18
+ airflow/providers/fab/auth_manager/api_fastapi/security.py,sha256=Fj-T0QnDu243VvGm0OHEFNrG8d_FDKLRYJcI2v6movY,1338
19
+ airflow/providers/fab/auth_manager/api_fastapi/sorting.py,sha256=ZZvVKRozpqLSPJjqv4O9kd-e3qa-Bgw5WZ-GPQHeikY,1870
18
20
  airflow/providers/fab/auth_manager/api_fastapi/datamodels/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
19
- airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py,sha256=Ndj8BR0K0tbmBNyrgAvE4GK_SeY7RTE6cfYB3I3g7iY,1092
21
+ airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py,sha256=2C6WKZaZ_2RG4FcCEdW-CoOVovL_BQXdx90e_M5MumQ,980
22
+ airflow/providers/fab/auth_manager/api_fastapi/datamodels/roles.py,sha256=m421sYP7XCXSMtS0zZXOjvWUSaS9nrTrZunobTfGy8A,1940
20
23
  airflow/providers/fab/auth_manager/api_fastapi/openapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
21
- airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml,sha256=YeP6BVF2Yam01uuBHkO-xBASxJP6-MOqkTbAyWi23cA,4108
24
+ airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml,sha256=PAfifOJDWFQ-XzWauv8EdJtdBfs9DmYnJQ_5GKivqNg,15816
22
25
  airflow/providers/fab/auth_manager/api_fastapi/routes/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
23
- airflow/providers/fab/auth_manager/api_fastapi/routes/login.py,sha256=m5nEDfHasFVyzqzQWZK72Jd6XmcxOgxampi3hWOJ4XQ,2309
26
+ airflow/providers/fab/auth_manager/api_fastapi/routes/login.py,sha256=H6EduGG9LhUaUIE-ZkdCGvqqVcGdY7p6-M3F6B8rqos,3444
27
+ airflow/providers/fab/auth_manager/api_fastapi/routes/roles.py,sha256=z-MzMCMB1LJPyytXiQ6155Zn4UBEyxeIwOimu8hNC-k,5082
24
28
  airflow/providers/fab/auth_manager/api_fastapi/services/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
25
- airflow/providers/fab/auth_manager/api_fastapi/services/login.py,sha256=rJtO6LDdXlFkABQ2f-OHbee2hnYWyJIOc_VG-g67flo,2627
29
+ airflow/providers/fab/auth_manager/api_fastapi/services/login.py,sha256=k-S9mcgnJhBLf77k0MPzPg6onoJ3JM35n98kCYRq8Qw,2019
30
+ airflow/providers/fab/auth_manager/api_fastapi/services/roles.py,sha256=Mpl1RWP02B6IpL--g7fKd1EWfZlzBc8OZdMZ4NFQMoE,6421
26
31
  airflow/providers/fab/auth_manager/cli_commands/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
27
32
  airflow/providers/fab/auth_manager/cli_commands/db_command.py,sha256=SeNg8giLDUX5aniF2XFM7txVQ6N2dDV6BRZnV-UzWX8,2151
28
33
  airflow/providers/fab/auth_manager/cli_commands/definition.py,sha256=qKw6V7htxQPG4DmoRnXtJlm2oK9ec5h5o-cwcErhNkk,12842
@@ -31,9 +36,9 @@ airflow/providers/fab/auth_manager/cli_commands/role_command.py,sha256=4w1tHTR5g
31
36
  airflow/providers/fab/auth_manager/cli_commands/sync_perm_command.py,sha256=VpW-rWhgHAL_ReU66D_BrsxlXQN4okfxzj6dyE5IfwA,1663
32
37
  airflow/providers/fab/auth_manager/cli_commands/user_command.py,sha256=IW_zEVsi6bYdKhHtHDl6HWZQWyrNa7z-lrfOyneA0oo,10276
33
38
  airflow/providers/fab/auth_manager/cli_commands/utils.py,sha256=PW3xk_McFAXuizgW2NKpb_aklEDasvIZ2FKynKjQBI4,3047
34
- airflow/providers/fab/auth_manager/models/__init__.py,sha256=IbCRtAoyLSg2I1Hg10wS-nq3hmasVKp5cOpF2sJq6Es,12789
39
+ airflow/providers/fab/auth_manager/models/__init__.py,sha256=eRr0d_2Pow1YaGsgYhY57Eqqep8lQAzTmocbl7n3kJI,12708
35
40
  airflow/providers/fab/auth_manager/models/anonymous_user.py,sha256=F8Lc8mvm91sUZEcxwUpHFibguOruLlYgT_fFwcjdqM0,1947
36
- airflow/providers/fab/auth_manager/models/db.py,sha256=8ylNWMvR0gANdyZGdzIijdtEnD30-zwW1mcR9bGtAhY,5314
41
+ airflow/providers/fab/auth_manager/models/db.py,sha256=zJ5bxNCliHHoaG6nofWqrRVfWgC26r6KfxlkByCTxgA,5331
37
42
  airflow/providers/fab/auth_manager/openapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
38
43
  airflow/providers/fab/auth_manager/openapi/v1-flask-api.yaml,sha256=9sAaTNXVBYfHKILn6fRKfROC3hAattsQu4wwG22nO64,20346
39
44
  airflow/providers/fab/auth_manager/schemas/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
@@ -41,7 +46,7 @@ airflow/providers/fab/auth_manager/schemas/role_and_permission_schema.py,sha256=
41
46
  airflow/providers/fab/auth_manager/schemas/user_schema.py,sha256=MLnZotQqAg_BFvJunrSwbwur5CaTjk1ww3eCI3aPT6Y,2401
42
47
  airflow/providers/fab/auth_manager/security_manager/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
43
48
  airflow/providers/fab/auth_manager/security_manager/constants.py,sha256=x1Sjl_Mu3wmaSy3NFZlHxK2z-juzWmMs1SrzJ0aiBBQ,907
44
- airflow/providers/fab/auth_manager/security_manager/override.py,sha256=3_62oAyUshzoPjsrU8CaAGmKHkoxyNDcCGUPqaxj9Vk,100297
49
+ airflow/providers/fab/auth_manager/security_manager/override.py,sha256=E3gGIYqO17RLrEDfSsyuf7UzMc1jiqbPHgI2ammmvrw,101671
45
50
  airflow/providers/fab/auth_manager/views/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
46
51
  airflow/providers/fab/auth_manager/views/permissions.py,sha256=CT6jMCDHtirs0Qe4Penb6VwQq1yZeZ1lOLZITIlVqm4,2904
47
52
  airflow/providers/fab/auth_manager/views/roles_list.py,sha256=DwJ1iOCfpbxsWTEFWjW5_Jo3fmrZwxj1rPeflTaSg7A,1512
@@ -52,31 +57,31 @@ airflow/providers/fab/migrations/README,sha256=heMzebYwlGhnE8_4CWJ4LS74WoEZjBy-S
52
57
  airflow/providers/fab/migrations/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
53
58
  airflow/providers/fab/migrations/env.py,sha256=wbgFowVIf-wY1L-DqD2f8wiuTeXNDKeAUw1oM15Fd0U,3998
54
59
  airflow/providers/fab/migrations/script.py.mako,sha256=_krfPtzv1Unme2b9MCHPgXo0g73HcN2_zDgz3co2N4M,1353
55
- airflow/providers/fab/migrations/versions/0001_1_4_0_create_ab_tables_if_missing.py,sha256=FnjDsQTn0UQBuek1WayB1LoWeXGSVIRG8k3kcNE0yoA,9827
60
+ airflow/providers/fab/migrations/versions/0000_1_4_0_create_ab_tables_if_missing.py,sha256=FnjDsQTn0UQBuek1WayB1LoWeXGSVIRG8k3kcNE0yoA,9827
56
61
  airflow/providers/fab/migrations/versions/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
57
62
  airflow/providers/fab/www/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
58
63
  airflow/providers/fab/www/airflow_flask_app.py,sha256=1-UxOtcu9DZfjUDRc-pJWsa6NGLlN3PttM4E85dbTkA,1258
59
- airflow/providers/fab/www/app.py,sha256=J3Xp_ujyizZfu-llD-W3x4huhxtZHQorVpvT7aKQDh0,5348
64
+ airflow/providers/fab/www/app.py,sha256=6zdbMb64Pnk9JmckqjWnUQFJOkCIsjNpYjyhRiw88C4,5546
60
65
  airflow/providers/fab/www/auth.py,sha256=KfxXu5Gnawdukifnay9QRz46iOgMWIaKjHuYyp_aXKc,11881
61
66
  airflow/providers/fab/www/constants.py,sha256=UaDdEt_JsqcMYAMn0s9VBvVTKnRoLrvc2Ii59iOg5iQ,1346
62
- airflow/providers/fab/www/package-lock.json,sha256=2xo_tyaEsyz8L4PrVlLWeSCDIrr3n1axNeUF3vnYpsM,330279
63
- airflow/providers/fab/www/package.json,sha256=Pck-Rx5uxR6ymnkVWFW4OvRd0FZQa-MxJpQ4Oi3X2y8,2355
67
+ airflow/providers/fab/www/package-lock.json,sha256=luxwmizWvBSAYyliQEpVdUt7SOxb0iEIB8ZI88djvNQ,333118
68
+ airflow/providers/fab/www/package.json,sha256=N9IRRaHaalYOSRk2g539UT0fE5tB5wcnphi2xKq42sA,2355
64
69
  airflow/providers/fab/www/security_appless.py,sha256=B4O75J2UnIKkfXzAMuSQqDifn_N8vD7cjHMYI1udg40,1750
65
70
  airflow/providers/fab/www/security_manager.py,sha256=qJXN2oGZ38NCfUlYsqYaiQvrMKgqbkkciS8W7_5aZ2k,4360
66
- airflow/providers/fab/www/session.py,sha256=v7T-Kyrb3i9OdQnRsG2J80kq0hjacxt3V8NtK_iJl8g,2375
71
+ airflow/providers/fab/www/session.py,sha256=s6xhnM3XrG5JiuWA0r-L3XfJI0T4nef5lK7CusgHrio,2277
67
72
  airflow/providers/fab/www/utils.py,sha256=iR-B_6CvOt441_t7FA-S01yMqmF0txN_j2yikoInU3k,3083
68
- airflow/providers/fab/www/views.py,sha256=2gbODuhjltPeQCFVWqkP7rn38xUF7xDpkiHtfdB_NPU,5167
73
+ airflow/providers/fab/www/views.py,sha256=kN01Tj56Q9u78mFobJDuKEDzqljcMIM1Ffzm8JhpRrY,5182
69
74
  airflow/providers/fab/www/webpack.config.js,sha256=Mruz3274gaNjDslgk-xHODnPrYZmz8x-7wLYksN4piY,6262
70
75
  airflow/providers/fab/www/api_connexion/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
71
76
  airflow/providers/fab/www/api_connexion/exceptions.py,sha256=j0S90JH6Q5hnkshfiZot7Yb9hAvFs1JON0EYjW2bxW0,5783
72
- airflow/providers/fab/www/api_connexion/parameters.py,sha256=9mdlppZa9h5QNewht5qg69ir6lG2NAOWlRjhjAe4XCo,4308
77
+ airflow/providers/fab/www/api_connexion/parameters.py,sha256=YXqqSTQWEGGYcESRPMph-mi0JQxsav0kHcL9DKW7ntQ,2859
73
78
  airflow/providers/fab/www/api_connexion/security.py,sha256=_bzEgIr4r5VHYxHd0FgWzv1eH0vE6YjoGJhbyIXP2Zs,3090
74
79
  airflow/providers/fab/www/api_connexion/types.py,sha256=h0qOz8C4-vE2-vvJyhULNL9xPsGAz3HVh_8ODiHvsmg,1092
75
80
  airflow/providers/fab/www/extensions/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
76
- airflow/providers/fab/www/extensions/init_appbuilder.py,sha256=qzY1-83I60bxqMTQ1GEQRvcY0It-y7_yng0gMCNf6Dg,22206
81
+ airflow/providers/fab/www/extensions/init_appbuilder.py,sha256=HGz-3UrC2mmR0IOMxQhrqxDKnyRBWNH4WZHyy3gOCLc,22376
77
82
  airflow/providers/fab/www/extensions/init_jinja_globals.py,sha256=vSqaURrIeO4olKLqw1cTrJSMcFDWwGPVMtXfInwCVxA,2688
78
83
  airflow/providers/fab/www/extensions/init_manifest_files.py,sha256=DLeAcH2zMGbT-eDLYdXztP7HJG7H-e1jmSTolimZeAI,2125
79
- airflow/providers/fab/www/extensions/init_security.py,sha256=VghP4880gP5qQrF26SKW6O65Rc-DK5Tka5L31XQhgug,1556
84
+ airflow/providers/fab/www/extensions/init_security.py,sha256=F--OZybtL8XaNVDS7hvycVY9eeVa966XoJCzcJl_jRY,1573
80
85
  airflow/providers/fab/www/extensions/init_session.py,sha256=2E3gQaB9Qi_LGOBxrHbNLs6SYsbabUVDmxXsEBKZSh0,2643
81
86
  airflow/providers/fab/www/extensions/init_views.py,sha256=FBCA0-byJznoqr-3MkhK4JAK2JCeuO9WLbvB8OZSQhg,6627
82
87
  airflow/providers/fab/www/extensions/init_wsgi_middlewares.py,sha256=iowTu9y01569ny9yEV-g2PAzVgZfUs5V1IR249aAKFc,1648
@@ -94,27 +99,27 @@ airflow/providers/fab/www/static/css/main.css,sha256=Emc-ZZumKwH9qLsjor1Lx4supb8
94
99
  airflow/providers/fab/www/static/css/material-icons.css,sha256=4LV_bzKwJd8UDqOx7jbb2ro_y10nqeaNDmP8Rbv9XCY,112094
95
100
  airflow/providers/fab/www/static/dist/48f0ea180c40270a5b05.png,sha256=8norchefCBbgdNC28QHJj51iWMK4rXVa9EXC-Ideq0U,39
96
101
  airflow/providers/fab/www/static/dist/649c0b07771e68fafdeb.png,sha256=bYAeE6pqnD829ZcZVmN6T900JUf_qMeAUzsn-NzjyNk,251
97
- airflow/providers/fab/www/static/dist/743.935ed3d26e56ed8f63d3.js,sha256=vREAt9Q33rJxPDFVrQ2s5KyHyUbsiFVS1_3Yj7wG1ig,793066
98
- airflow/providers/fab/www/static/dist/743.935ed3d26e56ed8f63d3.js.LICENSE.txt,sha256=enNi5VWxKmbOHWwlYbMRIDwlxCLO2s_T7cERCK3Gt54,173
99
- airflow/providers/fab/www/static/dist/airflowDefaultTheme.ff5a35f322070b094aa2.css,sha256=TipcePEvqP2WcouMX9xPBnUw69NhJB3dGm-UgckhJyI,103413
100
- airflow/providers/fab/www/static/dist/airflowDefaultTheme.ff5a35f322070b094aa2.js,sha256=g5GhZnj72L7yknmNEHBlKvm3S7bwxx28u8rsAx2yE6E,391
102
+ airflow/providers/fab/www/static/dist/743.0c0bf201ae17e66a9a3f.js,sha256=-Hr63y39VGiMAmDcn_fPUMPLZOPffzXbni8VQu1jrGE,793066
103
+ airflow/providers/fab/www/static/dist/743.0c0bf201ae17e66a9a3f.js.LICENSE.txt,sha256=enNi5VWxKmbOHWwlYbMRIDwlxCLO2s_T7cERCK3Gt54,173
104
+ airflow/providers/fab/www/static/dist/airflowDefaultTheme.ef6fc04c9b6920cd75c9.css,sha256=TipcePEvqP2WcouMX9xPBnUw69NhJB3dGm-UgckhJyI,103413
105
+ airflow/providers/fab/www/static/dist/airflowDefaultTheme.ef6fc04c9b6920cd75c9.js,sha256=g5GhZnj72L7yknmNEHBlKvm3S7bwxx28u8rsAx2yE6E,391
101
106
  airflow/providers/fab/www/static/dist/f7490d556a6c42e49ba4.png,sha256=jgzXdalfLfBTrRamJIAEWXs4uuyccr2Ec8-szI9wHVs,307
102
- airflow/providers/fab/www/static/dist/flash.5583a9e0cf11f2be93da.css,sha256=cy1mAp-hBaY2yVlalKNo1Oz7nyykxJiswRttS3Dp9V4,1253
103
- airflow/providers/fab/www/static/dist/flash.5583a9e0cf11f2be93da.js,sha256=hUYBqhUcKyLOm5PVUFu387AW1BF2sPDfMYpwpIwDAyI,377
107
+ airflow/providers/fab/www/static/dist/flash.eaaf777ec1b3628cf7be.css,sha256=cy1mAp-hBaY2yVlalKNo1Oz7nyykxJiswRttS3Dp9V4,1253
108
+ airflow/providers/fab/www/static/dist/flash.eaaf777ec1b3628cf7be.js,sha256=hUYBqhUcKyLOm5PVUFu387AW1BF2sPDfMYpwpIwDAyI,377
104
109
  airflow/providers/fab/www/static/dist/jquery-ui.min.css,sha256=12svTn3nT66of_Ran6sEcDZ89P-HGQYWAlLnZjnqflg,29941
105
110
  airflow/providers/fab/www/static/dist/jquery-ui.min.js,sha256=_rqYSpnO4Ful0o3ZggkiuhXemxAOvdNaliaFp9TnCn4,251853
106
111
  airflow/providers/fab/www/static/dist/jquery-ui.min.js.LICENSE.txt,sha256=4UlrvolSNnS2q3J3GQcl__s2-Ssc6GNw5x7IOvvsVbU,1135
107
- airflow/providers/fab/www/static/dist/loadingDots.2e5f555f0753107b0300.css,sha256=ohfW0OGrwhZDp1qPPTqvL-6ssIkt6uDooaZkB7KYT7U,1244
108
- airflow/providers/fab/www/static/dist/loadingDots.2e5f555f0753107b0300.js,sha256=FVGG4OGCLzNyZoJ4Viji4lVyXG9KwH-ybdW9oLcuXE0,380
109
- airflow/providers/fab/www/static/dist/main.3cf3be1a0c5439bb640d.css,sha256=KmN5xgP57bvi_LHe5wUiREEnX-vwnZW-Pi2wGK4ZBfU,6844
110
- airflow/providers/fab/www/static/dist/main.3cf3be1a0c5439bb640d.js,sha256=gU8y_YYL2iDA0Iveunsb9iLeaixf4l5XaAYkbHI6swA,5448
111
- airflow/providers/fab/www/static/dist/main.3cf3be1a0c5439bb640d.js.LICENSE.txt,sha256=FX9Q5lmXWsdQeuAN5eIQlag1BKUFTx3rpUftXrj5Et4,809
112
- airflow/providers/fab/www/static/dist/manifest.json,sha256=aGXn5gy4R9GqavynfiS2QU7hp-dig9v2uGZInhVPBLg,1105
113
- airflow/providers/fab/www/static/dist/materialIcons.3e67dd6fbfcc4f3b5105.css,sha256=HPHlusEeKsBQf4OIGNtk-taBrhNK3e0JnSPyqFqFgw4,111666
114
- airflow/providers/fab/www/static/dist/materialIcons.3e67dd6fbfcc4f3b5105.js,sha256=-t0oszawFWzuA1nX8dpb6dL9po-qA_1LS3vO-muHlxA,385
115
- airflow/providers/fab/www/static/dist/moment.9baee5ec3d7639a10897.js,sha256=Y4ovXstqFk99eO2awdi2x7b1KizVn-KHE-RqEgysG4Q,518
112
+ airflow/providers/fab/www/static/dist/loadingDots.76f4332c0a932c3dc08f.css,sha256=ohfW0OGrwhZDp1qPPTqvL-6ssIkt6uDooaZkB7KYT7U,1244
113
+ airflow/providers/fab/www/static/dist/loadingDots.76f4332c0a932c3dc08f.js,sha256=FVGG4OGCLzNyZoJ4Viji4lVyXG9KwH-ybdW9oLcuXE0,380
114
+ airflow/providers/fab/www/static/dist/main.bc1f701c3d133e2a3bab.css,sha256=KmN5xgP57bvi_LHe5wUiREEnX-vwnZW-Pi2wGK4ZBfU,6844
115
+ airflow/providers/fab/www/static/dist/main.bc1f701c3d133e2a3bab.js,sha256=O6bNVdNHkpk4yQVNcAnYzBfSPA7mHwB3MMvyI-rbn8A,5448
116
+ airflow/providers/fab/www/static/dist/main.bc1f701c3d133e2a3bab.js.LICENSE.txt,sha256=FX9Q5lmXWsdQeuAN5eIQlag1BKUFTx3rpUftXrj5Et4,809
117
+ airflow/providers/fab/www/static/dist/manifest.json,sha256=w62b3Xv57fVZiftxOVxzggZ3KkcW7mQMdTQOvi2bjCo,1105
118
+ airflow/providers/fab/www/static/dist/materialIcons.ad07a489b2f0fc1a96bf.css,sha256=HPHlusEeKsBQf4OIGNtk-taBrhNK3e0JnSPyqFqFgw4,111666
119
+ airflow/providers/fab/www/static/dist/materialIcons.ad07a489b2f0fc1a96bf.js,sha256=-t0oszawFWzuA1nX8dpb6dL9po-qA_1LS3vO-muHlxA,385
120
+ airflow/providers/fab/www/static/dist/moment.5b85b4f6be2fe9c405ac.js,sha256=Y4ovXstqFk99eO2awdi2x7b1KizVn-KHE-RqEgysG4Q,518
116
121
  airflow/providers/fab/www/static/dist/oss-licenses.json,sha256=fvPeEdXECBQsvR1au5FiJfuooAgYrpP3lSRCXsN1B_I,2889
117
- airflow/providers/fab/www/static/dist/runtime.6ad9da077ea169d60db9.js,sha256=432r-bgcBubhTZT7fv7JN736qVtSQGYc6HfexuguZgs,1256
122
+ airflow/providers/fab/www/static/dist/runtime.254c277d91ce3ac79c64.js,sha256=432r-bgcBubhTZT7fv7JN736qVtSQGYc6HfexuguZgs,1256
118
123
  airflow/providers/fab/www/static/js/datetime_utils.js,sha256=Nq8gP1tRy-ztodREw8Q2QDLGYt_DwIMZWgrEVfuFMgE,4543
119
124
  airflow/providers/fab/www/static/js/main.js,sha256=MUyTstwNQiN9GNT7yHBSt2Oh4Cr3M173CUFSXX6cI2g,9194
120
125
  airflow/providers/fab/www/templates/airflow/_messages.html,sha256=DKKiboYjmRqPRIP3BpUYsIxK5xKGpZy2yRk67lcAW5Y,1147
@@ -126,9 +131,10 @@ airflow/providers/fab/www/templates/appbuilder/index.html,sha256=ZaZsNdD8fCENqdn
126
131
  airflow/providers/fab/www/templates/appbuilder/navbar.html,sha256=1Q8u90aONY_PKTBtApwyp0EeudSsJyysW2UYo9Fa1cc,10215
127
132
  airflow/providers/fab/www/templates/appbuilder/navbar_menu.html,sha256=WWQ-_QLMqcW4Cpx_1_yulaQO-soD6ztnY2zfmBAUAGI,2034
128
133
  airflow/providers/fab/www/templates/appbuilder/navbar_right.html,sha256=qrwZDBbzLi4yhLrfai842MJDdQ4C31Xz9hJ3NoG5mo0,2488
129
- apache_airflow_providers_fab-3.0.1.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
130
- apache_airflow_providers_fab-3.0.1.dist-info/licenses/3rd-party-licenses/LICENSES-ui.txt,sha256=C9vBr_KiUhI3jjCS754n_SPi-ylD8SiJgXlOWuNOO98,3688
131
- apache_airflow_providers_fab-3.0.1.dist-info/licenses/NOTICE,sha256=GrKwLaFNGIn3J86ucRfNIExRSCD6-7nty84-84F2ad4,448
132
- apache_airflow_providers_fab-3.0.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
133
- apache_airflow_providers_fab-3.0.1.dist-info/METADATA,sha256=dQ8oSPc26tUf1ln8WKVqvbrejvQ0FtRUtD-F-jRQmN4,7514
134
- apache_airflow_providers_fab-3.0.1.dist-info/RECORD,,
134
+ apache_airflow_providers_fab-3.1.0rc1.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
135
+ apache_airflow_providers_fab-3.1.0rc1.dist-info/licenses/3rd-party-licenses/LICENSES-ui.txt,sha256=C9vBr_KiUhI3jjCS754n_SPi-ylD8SiJgXlOWuNOO98,3688
136
+ apache_airflow_providers_fab-3.1.0rc1.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
137
+ apache_airflow_providers_fab-3.1.0rc1.dist-info/licenses/NOTICE,sha256=GrKwLaFNGIn3J86ucRfNIExRSCD6-7nty84-84F2ad4,448
138
+ apache_airflow_providers_fab-3.1.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
139
+ apache_airflow_providers_fab-3.1.0rc1.dist-info/METADATA,sha256=wE08ReRliDACLV2Yktonl13HbX17Xsy6K30X4vEy0s0,7547
140
+ apache_airflow_providers_fab-3.1.0rc1.dist-info/RECORD,,