apache-airflow-providers-fab 3.1.1rc1__py3-none-any.whl → 3.2.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 (49) hide show
  1. airflow/providers/fab/__init__.py +1 -1
  2. airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py +3 -1
  3. airflow/providers/fab/auth_manager/api_fastapi/datamodels/roles.py +13 -7
  4. airflow/providers/fab/auth_manager/api_fastapi/datamodels/users.py +68 -0
  5. airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml +485 -18
  6. airflow/providers/fab/auth_manager/api_fastapi/routes/login.py +2 -4
  7. airflow/providers/fab/auth_manager/api_fastapi/routes/users.py +133 -0
  8. airflow/providers/fab/auth_manager/api_fastapi/services/login.py +1 -2
  9. airflow/providers/fab/auth_manager/api_fastapi/services/users.py +219 -0
  10. airflow/providers/fab/auth_manager/cli_commands/db_command.py +2 -2
  11. airflow/providers/fab/auth_manager/cli_commands/user_command.py +3 -3
  12. airflow/providers/fab/auth_manager/fab_auth_manager.py +18 -51
  13. airflow/providers/fab/auth_manager/models/__init__.py +6 -6
  14. airflow/providers/fab/auth_manager/security_manager/override.py +90 -77
  15. airflow/providers/fab/auth_manager/views/user.py +12 -0
  16. airflow/providers/fab/cli/__init__.py +18 -0
  17. airflow/providers/fab/{auth_manager/cli_commands → cli}/definition.py +50 -2
  18. airflow/providers/fab/get_provider_info.py +8 -0
  19. airflow/providers/fab/www/app.py +2 -7
  20. airflow/providers/fab/www/extensions/init_appbuilder.py +3 -2
  21. airflow/providers/fab/www/package-lock.json +669 -531
  22. airflow/providers/fab/www/package.json +9 -9
  23. airflow/providers/fab/www/static/dist/{743.0c0bf201ae17e66a9a3f.js → 743.8fb7d21632ed892227fe.js} +2 -2
  24. airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ef6fc04c9b6920cd75c9.js → airflowDefaultTheme.51e5d14856ee1ebc83ca.js} +1 -1
  25. airflow/providers/fab/www/static/dist/{flash.eaaf777ec1b3628cf7be.js → flash.865b6940c00b2a9041b3.js} +1 -1
  26. airflow/providers/fab/www/static/dist/{loadingDots.76f4332c0a932c3dc08f.js → loadingDots.07f5b9805847242736e1.js} +1 -1
  27. airflow/providers/fab/www/static/dist/main.8cffe40bcf7cca998f4e.js +2 -0
  28. airflow/providers/fab/www/static/dist/manifest.json +13 -13
  29. airflow/providers/fab/www/static/dist/{materialIcons.ad07a489b2f0fc1a96bf.js → materialIcons.4fe84ae36604d84dec78.js} +1 -1
  30. airflow/providers/fab/www/static/dist/moment.0ec3ee3fb60dc999b1fd.js +1 -0
  31. airflow/providers/fab/www/static/js/main.js +11 -0
  32. airflow/providers/fab/www/templates/airflow/main.html +1 -0
  33. {apache_airflow_providers_fab-3.1.1rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/METADATA +10 -10
  34. {apache_airflow_providers_fab-3.1.1rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/RECORD +47 -43
  35. {apache_airflow_providers_fab-3.1.1rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/licenses/3rd-party-licenses/LICENSES-ui.txt +1 -1
  36. {apache_airflow_providers_fab-3.1.1rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/licenses/NOTICE +1 -1
  37. airflow/providers/fab/www/static/dist/main.bc1f701c3d133e2a3bab.js +0 -2
  38. airflow/providers/fab/www/static/dist/moment.5b85b4f6be2fe9c405ac.js +0 -1
  39. /airflow/providers/fab/www/static/dist/{743.0c0bf201ae17e66a9a3f.js.LICENSE.txt → 743.8fb7d21632ed892227fe.js.LICENSE.txt} +0 -0
  40. /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ef6fc04c9b6920cd75c9.css → airflowDefaultTheme.51e5d14856ee1ebc83ca.css} +0 -0
  41. /airflow/providers/fab/www/static/dist/{flash.eaaf777ec1b3628cf7be.css → flash.865b6940c00b2a9041b3.css} +0 -0
  42. /airflow/providers/fab/www/static/dist/{loadingDots.76f4332c0a932c3dc08f.css → loadingDots.07f5b9805847242736e1.css} +0 -0
  43. /airflow/providers/fab/www/static/dist/{main.bc1f701c3d133e2a3bab.css → main.8cffe40bcf7cca998f4e.css} +0 -0
  44. /airflow/providers/fab/www/static/dist/{main.bc1f701c3d133e2a3bab.js.LICENSE.txt → main.8cffe40bcf7cca998f4e.js.LICENSE.txt} +0 -0
  45. /airflow/providers/fab/www/static/dist/{materialIcons.ad07a489b2f0fc1a96bf.css → materialIcons.4fe84ae36604d84dec78.css} +0 -0
  46. /airflow/providers/fab/www/static/dist/{runtime.254c277d91ce3ac79c64.js → runtime.45b36fb8335446865b53.js} +0 -0
  47. {apache_airflow_providers_fab-3.1.1rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/WHEEL +0 -0
  48. {apache_airflow_providers_fab-3.1.1rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/entry_points.txt +0 -0
  49. {apache_airflow_providers_fab-3.1.1rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/licenses/LICENSE +0 -0
@@ -1 +1 @@
1
- "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.airflowDefaultTheme=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[947],{313:(e,o,f)=>{f.r(o)}},e=>{var o;return o=313,e(e.s=o)}]));
1
+ "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.airflowDefaultTheme=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[947],{313(e,o,f){f.r(o)}},e=>{var o;return o=313,e(e.s=o)}]));
@@ -1 +1 @@
1
- "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.flash=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[307],{941:(e,o,f)=>{f.r(o)}},e=>{var o;return o=941,e(e.s=o)}]));
1
+ "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.flash=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[307],{941(e,o,f){f.r(o)}},e=>{var o;return o=941,e(e.s=o)}]));
@@ -1 +1 @@
1
- "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.loadingDots=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[57],{46:(e,o,f)=>{f.r(o)}},e=>{var o;return o=46,e(e.s=o)}]));
1
+ "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.loadingDots=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[57],{46(e,o,f){f.r(o)}},e=>{var o;return o=46,e(e.s=o)}]));
@@ -0,0 +1,2 @@
1
+ /*! For license information please see main.8cffe40bcf7cca998f4e.js.LICENSE.txt */
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 c(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 s=document.createElement("span");function d(e){return s.textContent=e,s.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),c(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=>{c($(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),c(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()},function(){const e=localStorage.getItem("theme");"dark"!==e&&"light"!==e||document.documentElement.setAttribute("data-color-scheme",e)}(),$(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.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",
2
+ "airflowDefaultTheme.css": "airflowDefaultTheme.51e5d14856ee1ebc83ca.css",
3
+ "airflowDefaultTheme.js": "airflowDefaultTheme.51e5d14856ee1ebc83ca.js",
4
+ "flash.css": "flash.865b6940c00b2a9041b3.css",
5
+ "flash.js": "flash.865b6940c00b2a9041b3.js",
6
+ "loadingDots.css": "loadingDots.07f5b9805847242736e1.css",
7
+ "loadingDots.js": "loadingDots.07f5b9805847242736e1.js",
8
+ "main.css": "main.8cffe40bcf7cca998f4e.css",
9
+ "main.js": "main.8cffe40bcf7cca998f4e.js",
10
+ "materialIcons.css": "materialIcons.4fe84ae36604d84dec78.css",
11
+ "materialIcons.js": "materialIcons.4fe84ae36604d84dec78.js",
12
+ "moment.js": "moment.0ec3ee3fb60dc999b1fd.js",
13
+ "runtime.js": "runtime.45b36fb8335446865b53.js",
14
+ "743.js": "743.8fb7d21632ed892227fe.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",
@@ -1 +1 @@
1
- "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.materialIcons=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[186],{581:(e,o,f)=>{f.r(o)}},e=>{var o;return o=581,e(e.s=o)}]));
1
+ "use strict";!function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.materialIcons=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[186],{581(e,o,f){f.r(o)}},e=>{var o;return o=581,e(e.s=o)}]));
@@ -0,0 +1 @@
1
+ !function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.moment=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[911],{137(e){function o(e){var o=new Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}o.keys=()=>[],o.resolve=o,o.id=137,e.exports=o}},e=>(e.O(0,[743],()=>{return o=743,e(e.s=o);var o}),e.O())]));
@@ -275,6 +275,17 @@ function filterOpSelected(ele) {
275
275
  }
276
276
  }
277
277
 
278
+ // Apply color scheme from main UI's theme preference (stored by next-themes)
279
+ function applyColorScheme() {
280
+ const theme = localStorage.getItem("theme");
281
+ if (theme === "dark" || theme === "light") {
282
+ document.documentElement.setAttribute("data-color-scheme", theme);
283
+ }
284
+ }
285
+
286
+ // Apply immediately to prevent flash of wrong theme
287
+ applyColorScheme();
288
+
278
289
  $(document).ready(() => {
279
290
  initializeUITimezone();
280
291
 
@@ -58,6 +58,7 @@
58
58
  var hostName = '{{ hostname }}';
59
59
  $('time[title]').tooltip();
60
60
  </script>
61
+ <script src="{{ url_for_asset('runtime.js') }}"></script>
61
62
  <script src="{{ url_for_asset('moment.js') }}"></script>
62
63
  <script src="{{ url_for_asset('jquery-ui.min.js') }}"></script>
63
64
  <script src="{{ url_for_asset('main.js') }}"></script>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-fab
3
- Version: 3.1.1rc1
3
+ Version: 3.2.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>
@@ -23,7 +23,7 @@ License-File: 3rd-party-licenses/LICENSES-ui.txt
23
23
  License-File: LICENSE
24
24
  License-File: NOTICE
25
25
  Requires-Dist: apache-airflow>=3.0.2rc1
26
- Requires-Dist: apache-airflow-providers-common-compat>=1.10.1rc1
26
+ Requires-Dist: apache-airflow-providers-common-compat>=1.12.0rc1
27
27
  Requires-Dist: blinker>=1.6.2; python_version < '3.13'
28
28
  Requires-Dist: flask>=2.2.1,<2.3; python_version < '3.13'
29
29
  Requires-Dist: flask-appbuilder==5.0.1; python_version < '3.13'
@@ -31,17 +31,17 @@ Requires-Dist: flask-login>=0.6.2; python_version < '3.13'
31
31
  Requires-Dist: flask-session>=0.8.0; python_version < '3.13'
32
32
  Requires-Dist: msgpack>=1.0.0; python_version < '3.13'
33
33
  Requires-Dist: flask-sqlalchemy>=3.0.5; python_version < '3.13'
34
- Requires-Dist: sqlalchemy>=1.4.36,<2; python_version < '3.13'
35
34
  Requires-Dist: flask-wtf>=1.1.0; python_version < '3.13'
36
35
  Requires-Dist: connexion[flask]>=2.14.2,<3.0; python_version < '3.13'
37
36
  Requires-Dist: jmespath>=0.7.0; python_version < '3.13'
38
37
  Requires-Dist: werkzeug>=2.2,<4; python_version < '3.13'
39
38
  Requires-Dist: wtforms>=3.0,<4; python_version < '3.13'
39
+ Requires-Dist: cachetools>=6.0; python_version < '3.13'
40
40
  Requires-Dist: flask_limiter>3,<4,!=3.13
41
41
  Requires-Dist: kerberos>=1.3.0 ; extra == "kerberos" and ( python_version < '3.13')
42
42
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
43
- Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-fab/3.1.1/changelog.html
44
- Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-fab/3.1.1
43
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-fab/3.2.0/changelog.html
44
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-fab/3.2.0
45
45
  Project-URL: Mastodon, https://fosstodon.org/@airflow
46
46
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
47
47
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -73,7 +73,7 @@ Provides-Extra: kerberos
73
73
 
74
74
  Package ``apache-airflow-providers-fab``
75
75
 
76
- Release: ``3.1.1``
76
+ Release: ``3.2.0``
77
77
 
78
78
 
79
79
  `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
@@ -86,7 +86,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
86
86
  are in ``airflow.providers.fab`` python package.
87
87
 
88
88
  You can find package information and changelog for the provider
89
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.1.1/>`_.
89
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.2.0/>`_.
90
90
 
91
91
  Installation
92
92
  ------------
@@ -104,7 +104,7 @@ Requirements
104
104
  PIP package Version required
105
105
  ========================================== ==========================================
106
106
  ``apache-airflow`` ``>=3.0.2``
107
- ``apache-airflow-providers-common-compat`` ``>=1.10.1``
107
+ ``apache-airflow-providers-common-compat`` ``>=1.12.0``
108
108
  ``blinker`` ``>=1.6.2; python_version < "3.13"``
109
109
  ``flask`` ``>=2.2.1,<2.3; python_version < "3.13"``
110
110
  ``flask-appbuilder`` ``==5.0.1; python_version < "3.13"``
@@ -112,12 +112,12 @@ PIP package Version required
112
112
  ``flask-session`` ``>=0.8.0; python_version < "3.13"``
113
113
  ``msgpack`` ``>=1.0.0; python_version < "3.13"``
114
114
  ``flask-sqlalchemy`` ``>=3.0.5; python_version < "3.13"``
115
- ``sqlalchemy`` ``>=1.4.36,<2; python_version < "3.13"``
116
115
  ``flask-wtf`` ``>=1.1.0; python_version < "3.13"``
117
116
  ``connexion[flask]`` ``>=2.14.2,<3.0; python_version < "3.13"``
118
117
  ``jmespath`` ``>=0.7.0; python_version < "3.13"``
119
118
  ``werkzeug`` ``>=2.2,<4; python_version < "3.13"``
120
119
  ``wtforms`` ``>=3.0,<4; python_version < "3.13"``
120
+ ``cachetools`` ``>=6.0; python_version < "3.13"``
121
121
  ``flask_limiter`` ``>3,!=3.13,<4``
122
122
  ========================================== ==========================================
123
123
 
@@ -150,5 +150,5 @@ Extra Dependencies
150
150
  ============ ============================================
151
151
 
152
152
  The changelog for the provider package can be found in the
153
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.1.1/changelog.html>`_.
153
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/3.2.0/changelog.html>`_.
154
154
 
@@ -1,9 +1,9 @@
1
- airflow/providers/fab/__init__.py,sha256=N-QLez-SlMegx-W_X-ytz7Yt2FY4Ze9EI23xdDgWeZA,1490
1
+ airflow/providers/fab/__init__.py,sha256=FY-1nFctZMRu7I3X33l6UjnqSKr3_vDU5AXfCsQfU58,1490
2
2
  airflow/providers/fab/alembic.ini,sha256=_1SvObfjMAkuD7DN5VR2S6Rd7_F81pORZT-w7GJldIA,4461
3
- airflow/providers/fab/get_provider_info.py,sha256=Pf7JwSshIaIanP6bFifJTPNhNexWZNiv4h4usLMfZR4,10635
3
+ airflow/providers/fab/get_provider_info.py,sha256=g8uc221TcXtTjuhyUV-B6-jS1xpcDodzCHvd3Z_yZbs,11089
4
4
  airflow/providers/fab/version_compat.py,sha256=44cHcAEZBYyfS_3AYZFpbDqUZMpGYEOVEIiHwVcWeHI,1672
5
5
  airflow/providers/fab/auth_manager/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
- airflow/providers/fab/auth_manager/fab_auth_manager.py,sha256=JwwFNe2T9d_hRfGagUe8_dh6OriahBP0QodVAIpzUqE,28867
6
+ airflow/providers/fab/auth_manager/fab_auth_manager.py,sha256=PG-aEht7wDqeWH7So0Fj1M-6PUYn-6in9snVVSBWelo,27710
7
7
  airflow/providers/fab/auth_manager/api/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
8
8
  airflow/providers/fab/auth_manager/api/auth/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
9
9
  airflow/providers/fab/auth_manager/api/auth/backend/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
@@ -12,31 +12,33 @@ airflow/providers/fab/auth_manager/api/auth/backend/kerberos_auth.py,sha256=eDm_
12
12
  airflow/providers/fab/auth_manager/api/auth/backend/session.py,sha256=eVZyyxvzS2coDDu4tHAqkKvU3qy3Im4sj4bZFZb9wxs,1531
13
13
  airflow/providers/fab/auth_manager/api_endpoints/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
14
14
  airflow/providers/fab/auth_manager/api_endpoints/role_and_permission_endpoint.py,sha256=7-zL3I0nA3g4degRDAD7LNP1u6MnUTaLdxviennm3Y0,7747
15
- airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py,sha256=xbQvQDYd9yRDR9PpcWVWPz8B-rB8OniNqb1zNBLn2-o,8605
15
+ airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py,sha256=SsPpXqfBlYPoQQJ0zEV76pCfhdAh7rakw0hlxomeE-k,8637
16
16
  airflow/providers/fab/auth_manager/api_fastapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
17
17
  airflow/providers/fab/auth_manager/api_fastapi/parameters.py,sha256=Fl4ky0PeGV8R1jmGoDVeSHfQMFTrxcW0NZVs5GQ_TYM,1697
18
18
  airflow/providers/fab/auth_manager/api_fastapi/security.py,sha256=Fj-T0QnDu243VvGm0OHEFNrG8d_FDKLRYJcI2v6movY,1338
19
19
  airflow/providers/fab/auth_manager/api_fastapi/sorting.py,sha256=ZZvVKRozpqLSPJjqv4O9kd-e3qa-Bgw5WZ-GPQHeikY,1870
20
20
  airflow/providers/fab/auth_manager/api_fastapi/datamodels/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
21
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
22
+ airflow/providers/fab/auth_manager/api_fastapi/datamodels/roles.py,sha256=7IHRxqOSAThkqGYq0YDxuUS_HpuXcm9ojJtDPDbujds,1985
23
+ airflow/providers/fab/auth_manager/api_fastapi/datamodels/users.py,sha256=YbnIx3EUBNuerz4nfQvj7T8JsyyybcJ_IWtxGgI-S1s,2386
23
24
  airflow/providers/fab/auth_manager/api_fastapi/openapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
24
- airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml,sha256=PAfifOJDWFQ-XzWauv8EdJtdBfs9DmYnJQ_5GKivqNg,15816
25
+ airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml,sha256=1Zwi1u8kkMClSUIYrABVUQOR3W3Dv-4jILz7zHX916k,28327
25
26
  airflow/providers/fab/auth_manager/api_fastapi/routes/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
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/login.py,sha256=s-8zwOxsU3_Je-7QR7wK29-tB3FD_hnb5sPlSBNZbB4,3376
27
28
  airflow/providers/fab/auth_manager/api_fastapi/routes/roles.py,sha256=z-MzMCMB1LJPyytXiQ6155Zn4UBEyxeIwOimu8hNC-k,5082
29
+ airflow/providers/fab/auth_manager/api_fastapi/routes/users.py,sha256=2A6tayqJ1BLqheCnW5rf1Pl6K-QtnffZgl4as4MhzIA,4985
28
30
  airflow/providers/fab/auth_manager/api_fastapi/services/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
29
- airflow/providers/fab/auth_manager/api_fastapi/services/login.py,sha256=k-S9mcgnJhBLf77k0MPzPg6onoJ3JM35n98kCYRq8Qw,2019
31
+ airflow/providers/fab/auth_manager/api_fastapi/services/login.py,sha256=Qwyvc5M5o0ejLp2aWE0OfNzjJgogZ4j-IDn1HJU5oZ8,1985
30
32
  airflow/providers/fab/auth_manager/api_fastapi/services/roles.py,sha256=Mpl1RWP02B6IpL--g7fKd1EWfZlzBc8OZdMZ4NFQMoE,6421
33
+ airflow/providers/fab/auth_manager/api_fastapi/services/users.py,sha256=2VxrAkCOi550HoEofYyaqiymvQ972eFon31g6D4SNMg,9020
31
34
  airflow/providers/fab/auth_manager/cli_commands/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
32
- airflow/providers/fab/auth_manager/cli_commands/db_command.py,sha256=SeNg8giLDUX5aniF2XFM7txVQ6N2dDV6BRZnV-UzWX8,2151
33
- airflow/providers/fab/auth_manager/cli_commands/definition.py,sha256=qKw6V7htxQPG4DmoRnXtJlm2oK9ec5h5o-cwcErhNkk,12842
35
+ airflow/providers/fab/auth_manager/cli_commands/db_command.py,sha256=FaQyoRdhH-58U7eyh9NBXQzPDOj2mPqVJDmc21B7CZg,2151
34
36
  airflow/providers/fab/auth_manager/cli_commands/permissions_command.py,sha256=61nj7pl0V8wGmX1RfOZa4xwmEWvaP0jypcPa5DYs3tQ,7784
35
37
  airflow/providers/fab/auth_manager/cli_commands/role_command.py,sha256=4w1tHTR5gBbsymeqGIJ4Rs8CmGdw0l49y58pfI0DB_s,9098
36
38
  airflow/providers/fab/auth_manager/cli_commands/sync_perm_command.py,sha256=VpW-rWhgHAL_ReU66D_BrsxlXQN4okfxzj6dyE5IfwA,1663
37
- airflow/providers/fab/auth_manager/cli_commands/user_command.py,sha256=IW_zEVsi6bYdKhHtHDl6HWZQWyrNa7z-lrfOyneA0oo,10276
39
+ airflow/providers/fab/auth_manager/cli_commands/user_command.py,sha256=ahnc1Ud1XgmDDQNDTcOWEiQXjuq8qj8PGlrTiJixYlI,10271
38
40
  airflow/providers/fab/auth_manager/cli_commands/utils.py,sha256=PW3xk_McFAXuizgW2NKpb_aklEDasvIZ2FKynKjQBI4,3047
39
- airflow/providers/fab/auth_manager/models/__init__.py,sha256=eRr0d_2Pow1YaGsgYhY57Eqqep8lQAzTmocbl7n3kJI,12708
41
+ airflow/providers/fab/auth_manager/models/__init__.py,sha256=qz1AlJ_BJj8dmiyzUcA2RMHGQ43uVtrJTyRWznBbMrg,12712
40
42
  airflow/providers/fab/auth_manager/models/anonymous_user.py,sha256=F8Lc8mvm91sUZEcxwUpHFibguOruLlYgT_fFwcjdqM0,1947
41
43
  airflow/providers/fab/auth_manager/models/db.py,sha256=zJ5bxNCliHHoaG6nofWqrRVfWgC26r6KfxlkByCTxgA,5331
42
44
  airflow/providers/fab/auth_manager/openapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
@@ -46,13 +48,15 @@ airflow/providers/fab/auth_manager/schemas/role_and_permission_schema.py,sha256=
46
48
  airflow/providers/fab/auth_manager/schemas/user_schema.py,sha256=MLnZotQqAg_BFvJunrSwbwur5CaTjk1ww3eCI3aPT6Y,2401
47
49
  airflow/providers/fab/auth_manager/security_manager/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
48
50
  airflow/providers/fab/auth_manager/security_manager/constants.py,sha256=x1Sjl_Mu3wmaSy3NFZlHxK2z-juzWmMs1SrzJ0aiBBQ,907
49
- airflow/providers/fab/auth_manager/security_manager/override.py,sha256=ORq6Kc4Y1qD_gwoJ4HAWGZOWledWztGMqf8BPp1Du70,101719
51
+ airflow/providers/fab/auth_manager/security_manager/override.py,sha256=KHB971C_j6NhZL5E_1ABbsfc9HNUJDKajFhMQ3IW5BY,102537
50
52
  airflow/providers/fab/auth_manager/views/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
51
53
  airflow/providers/fab/auth_manager/views/permissions.py,sha256=CT6jMCDHtirs0Qe4Penb6VwQq1yZeZ1lOLZITIlVqm4,2904
52
54
  airflow/providers/fab/auth_manager/views/roles_list.py,sha256=DwJ1iOCfpbxsWTEFWjW5_Jo3fmrZwxj1rPeflTaSg7A,1512
53
- airflow/providers/fab/auth_manager/views/user.py,sha256=qNWdWT-IWKZjLdWjQMMA4GTs7bxoRO9W8KnGaV2YmQo,6031
55
+ airflow/providers/fab/auth_manager/views/user.py,sha256=dbuKsWhZ_RtDgPdlOoAF_aksHW3zlzE-fCxOeakDKPI,6272
54
56
  airflow/providers/fab/auth_manager/views/user_edit.py,sha256=79RILFOlmithdKCBYDUlPT0Iq_uffZnCZgGBiD4lz4E,2158
55
57
  airflow/providers/fab/auth_manager/views/user_stats.py,sha256=hs-bYvKTxU1-ohryLQgczMT0peOJWcpDwAD2mItQJLE,1318
58
+ airflow/providers/fab/cli/__init__.py,sha256=QfYI_R0KkBNFYJjvkOeCHoYQpFoRltPhKZcr5nE_Zqs,822
59
+ airflow/providers/fab/cli/definition.py,sha256=iVrpmcVrrafFRZG7DC7nBq0JPbNTEj4RoMmEGHdrm78,14395
56
60
  airflow/providers/fab/migrations/README,sha256=heMzebYwlGhnE8_4CWJ4LS74WoEZjBy-S-mIJRxAEKI,39
57
61
  airflow/providers/fab/migrations/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
58
62
  airflow/providers/fab/migrations/env.py,sha256=wbgFowVIf-wY1L-DqD2f8wiuTeXNDKeAUw1oM15Fd0U,3998
@@ -61,11 +65,11 @@ airflow/providers/fab/migrations/versions/0000_1_4_0_create_ab_tables_if_missing
61
65
  airflow/providers/fab/migrations/versions/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
62
66
  airflow/providers/fab/www/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
63
67
  airflow/providers/fab/www/airflow_flask_app.py,sha256=1-UxOtcu9DZfjUDRc-pJWsa6NGLlN3PttM4E85dbTkA,1258
64
- airflow/providers/fab/www/app.py,sha256=6zdbMb64Pnk9JmckqjWnUQFJOkCIsjNpYjyhRiw88C4,5546
68
+ airflow/providers/fab/www/app.py,sha256=kJlzAJeM8xrcDM4eq3jIjIFqxs1ZIMjrzfzBP2OyGZ4,5422
65
69
  airflow/providers/fab/www/auth.py,sha256=KfxXu5Gnawdukifnay9QRz46iOgMWIaKjHuYyp_aXKc,11881
66
70
  airflow/providers/fab/www/constants.py,sha256=UaDdEt_JsqcMYAMn0s9VBvVTKnRoLrvc2Ii59iOg5iQ,1346
67
- airflow/providers/fab/www/package-lock.json,sha256=oi-5IIG7CCsCK2L_7l1yS3xE1ovhPDG83_K7nLI2YVo,335150
68
- airflow/providers/fab/www/package.json,sha256=Y07Nw7ZUslz7VbM6idKSdbv2Bgj6LRYQhElf3HhnvP4,2404
71
+ airflow/providers/fab/www/package-lock.json,sha256=2a04ITHbBzLYbKhcwA-QmuQapOvasdu_H260ztkhq3Q,339626
72
+ airflow/providers/fab/www/package.json,sha256=BLf0qr3VrQVxppCWOE8859jI1Mf1TSoy1SpnY8EiHVE,2404
69
73
  airflow/providers/fab/www/security_appless.py,sha256=B4O75J2UnIKkfXzAMuSQqDifn_N8vD7cjHMYI1udg40,1750
70
74
  airflow/providers/fab/www/security_manager.py,sha256=qJXN2oGZ38NCfUlYsqYaiQvrMKgqbkkciS8W7_5aZ2k,4360
71
75
  airflow/providers/fab/www/session.py,sha256=s6xhnM3XrG5JiuWA0r-L3XfJI0T4nef5lK7CusgHrio,2277
@@ -78,7 +82,7 @@ airflow/providers/fab/www/api_connexion/parameters.py,sha256=YXqqSTQWEGGYcESRPMp
78
82
  airflow/providers/fab/www/api_connexion/security.py,sha256=_bzEgIr4r5VHYxHd0FgWzv1eH0vE6YjoGJhbyIXP2Zs,3090
79
83
  airflow/providers/fab/www/api_connexion/types.py,sha256=h0qOz8C4-vE2-vvJyhULNL9xPsGAz3HVh_8ODiHvsmg,1092
80
84
  airflow/providers/fab/www/extensions/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
81
- airflow/providers/fab/www/extensions/init_appbuilder.py,sha256=HGz-3UrC2mmR0IOMxQhrqxDKnyRBWNH4WZHyy3gOCLc,22376
85
+ airflow/providers/fab/www/extensions/init_appbuilder.py,sha256=fGrZqXUtEDE17I206_bA0cqCsYeqR2ayKp6KWptmXx4,22435
82
86
  airflow/providers/fab/www/extensions/init_jinja_globals.py,sha256=vSqaURrIeO4olKLqw1cTrJSMcFDWwGPVMtXfInwCVxA,2688
83
87
  airflow/providers/fab/www/extensions/init_manifest_files.py,sha256=DLeAcH2zMGbT-eDLYdXztP7HJG7H-e1jmSTolimZeAI,2125
84
88
  airflow/providers/fab/www/extensions/init_security.py,sha256=F--OZybtL8XaNVDS7hvycVY9eeVa966XoJCzcJl_jRY,1573
@@ -99,42 +103,42 @@ airflow/providers/fab/www/static/css/main.css,sha256=Emc-ZZumKwH9qLsjor1Lx4supb8
99
103
  airflow/providers/fab/www/static/css/material-icons.css,sha256=4LV_bzKwJd8UDqOx7jbb2ro_y10nqeaNDmP8Rbv9XCY,112094
100
104
  airflow/providers/fab/www/static/dist/48f0ea180c40270a5b05.png,sha256=8norchefCBbgdNC28QHJj51iWMK4rXVa9EXC-Ideq0U,39
101
105
  airflow/providers/fab/www/static/dist/649c0b07771e68fafdeb.png,sha256=bYAeE6pqnD829ZcZVmN6T900JUf_qMeAUzsn-NzjyNk,251
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
106
+ airflow/providers/fab/www/static/dist/743.8fb7d21632ed892227fe.js,sha256=yR7IWLoqDSiL25adCTN0lbNcZ5DFoDdNJHU9_602Wbw,793044
107
+ airflow/providers/fab/www/static/dist/743.8fb7d21632ed892227fe.js.LICENSE.txt,sha256=enNi5VWxKmbOHWwlYbMRIDwlxCLO2s_T7cERCK3Gt54,173
108
+ airflow/providers/fab/www/static/dist/airflowDefaultTheme.51e5d14856ee1ebc83ca.css,sha256=TipcePEvqP2WcouMX9xPBnUw69NhJB3dGm-UgckhJyI,103413
109
+ airflow/providers/fab/www/static/dist/airflowDefaultTheme.51e5d14856ee1ebc83ca.js,sha256=8LmHvVinr7VR91WrtYNOCHtrOZXQ1DGOnhake219ls0,388
106
110
  airflow/providers/fab/www/static/dist/f7490d556a6c42e49ba4.png,sha256=jgzXdalfLfBTrRamJIAEWXs4uuyccr2Ec8-szI9wHVs,307
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
111
+ airflow/providers/fab/www/static/dist/flash.865b6940c00b2a9041b3.css,sha256=cy1mAp-hBaY2yVlalKNo1Oz7nyykxJiswRttS3Dp9V4,1253
112
+ airflow/providers/fab/www/static/dist/flash.865b6940c00b2a9041b3.js,sha256=aYnZzT8w1wtlgNO051H3lg2gkUKipXBTIubmAT5kGb4,374
109
113
  airflow/providers/fab/www/static/dist/jquery-ui.min.css,sha256=12svTn3nT66of_Ran6sEcDZ89P-HGQYWAlLnZjnqflg,29941
110
114
  airflow/providers/fab/www/static/dist/jquery-ui.min.js,sha256=_rqYSpnO4Ful0o3ZggkiuhXemxAOvdNaliaFp9TnCn4,251853
111
115
  airflow/providers/fab/www/static/dist/jquery-ui.min.js.LICENSE.txt,sha256=4UlrvolSNnS2q3J3GQcl__s2-Ssc6GNw5x7IOvvsVbU,1135
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
+ airflow/providers/fab/www/static/dist/loadingDots.07f5b9805847242736e1.css,sha256=ohfW0OGrwhZDp1qPPTqvL-6ssIkt6uDooaZkB7KYT7U,1244
117
+ airflow/providers/fab/www/static/dist/loadingDots.07f5b9805847242736e1.js,sha256=5eVvyGQnQ-7uTItwhTlGi-p3-WRRwSwzyEnWa9-mSQg,377
118
+ airflow/providers/fab/www/static/dist/main.8cffe40bcf7cca998f4e.css,sha256=KmN5xgP57bvi_LHe5wUiREEnX-vwnZW-Pi2wGK4ZBfU,6844
119
+ airflow/providers/fab/www/static/dist/main.8cffe40bcf7cca998f4e.js,sha256=wqzjsqZ2_aozYryPfTtvmJPY59JukXaoyV6rpiFJJHk,5580
120
+ airflow/providers/fab/www/static/dist/main.8cffe40bcf7cca998f4e.js.LICENSE.txt,sha256=FX9Q5lmXWsdQeuAN5eIQlag1BKUFTx3rpUftXrj5Et4,809
121
+ airflow/providers/fab/www/static/dist/manifest.json,sha256=kA-hNP__Idd4kn5BflHdpKYK6T_niuYMenH5MxWOwBo,1105
122
+ airflow/providers/fab/www/static/dist/materialIcons.4fe84ae36604d84dec78.css,sha256=HPHlusEeKsBQf4OIGNtk-taBrhNK3e0JnSPyqFqFgw4,111666
123
+ airflow/providers/fab/www/static/dist/materialIcons.4fe84ae36604d84dec78.js,sha256=2xR0qTp3wnD0WXfMx4Trn4hepx2lXcPCoD70oHbask4,382
124
+ airflow/providers/fab/www/static/dist/moment.0ec3ee3fb60dc999b1fd.js,sha256=7swVb4mbpg4OojnjxyFJRQ8sEN_Qx9SMc3adGq98-5o,517
121
125
  airflow/providers/fab/www/static/dist/oss-licenses.json,sha256=fvPeEdXECBQsvR1au5FiJfuooAgYrpP3lSRCXsN1B_I,2889
122
- airflow/providers/fab/www/static/dist/runtime.254c277d91ce3ac79c64.js,sha256=432r-bgcBubhTZT7fv7JN736qVtSQGYc6HfexuguZgs,1256
126
+ airflow/providers/fab/www/static/dist/runtime.45b36fb8335446865b53.js,sha256=432r-bgcBubhTZT7fv7JN736qVtSQGYc6HfexuguZgs,1256
123
127
  airflow/providers/fab/www/static/js/datetime_utils.js,sha256=Nq8gP1tRy-ztodREw8Q2QDLGYt_DwIMZWgrEVfuFMgE,4543
124
- airflow/providers/fab/www/static/js/main.js,sha256=MUyTstwNQiN9GNT7yHBSt2Oh4Cr3M173CUFSXX6cI2g,9194
128
+ airflow/providers/fab/www/static/js/main.js,sha256=5HkhGiZqUV-1i6lXgn7MZ4wtSFKXR69blNDRLOqj8so,9548
125
129
  airflow/providers/fab/www/templates/airflow/_messages.html,sha256=DKKiboYjmRqPRIP3BpUYsIxK5xKGpZy2yRk67lcAW5Y,1147
126
130
  airflow/providers/fab/www/templates/airflow/error.html,sha256=AEXwcesuTXQdzfjJrTr2hX2L1Oxtr-FgehWV9dCBCBA,1327
127
- airflow/providers/fab/www/templates/airflow/main.html,sha256=jhaCcpxLveCHyFeOOJOsp2AQEUIOsfO1x4TVAvL3vGE,2522
131
+ airflow/providers/fab/www/templates/airflow/main.html,sha256=m_gV0j5an0UHXukBKhP7EGVf7r8TSb8dn1GR0n6SY50,2582
128
132
  airflow/providers/fab/www/templates/airflow/traceback.html,sha256=jyHjbK9V6RccA4P5ml4p1E6o8w1pZ8-aGa0NXp4Lvtk,2273
129
133
  airflow/providers/fab/www/templates/appbuilder/flash.html,sha256=CfY_E0Bq_vSnWI58UqlcchTfLFfnr-mxRLdS_hwr_Ps,1408
130
134
  airflow/providers/fab/www/templates/appbuilder/index.html,sha256=ZaZsNdD8fCENqdnZMbjGbCaK5R9WNFRW5vk8y43pCsk,810
131
135
  airflow/providers/fab/www/templates/appbuilder/navbar.html,sha256=1Q8u90aONY_PKTBtApwyp0EeudSsJyysW2UYo9Fa1cc,10215
132
136
  airflow/providers/fab/www/templates/appbuilder/navbar_menu.html,sha256=WWQ-_QLMqcW4Cpx_1_yulaQO-soD6ztnY2zfmBAUAGI,2034
133
137
  airflow/providers/fab/www/templates/appbuilder/navbar_right.html,sha256=qrwZDBbzLi4yhLrfai842MJDdQ4C31Xz9hJ3NoG5mo0,2488
134
- apache_airflow_providers_fab-3.1.1rc1.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
135
- apache_airflow_providers_fab-3.1.1rc1.dist-info/licenses/3rd-party-licenses/LICENSES-ui.txt,sha256=C9vBr_KiUhI3jjCS754n_SPi-ylD8SiJgXlOWuNOO98,3688
136
- apache_airflow_providers_fab-3.1.1rc1.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
137
- apache_airflow_providers_fab-3.1.1rc1.dist-info/licenses/NOTICE,sha256=GrKwLaFNGIn3J86ucRfNIExRSCD6-7nty84-84F2ad4,448
138
- apache_airflow_providers_fab-3.1.1rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
139
- apache_airflow_providers_fab-3.1.1rc1.dist-info/METADATA,sha256=DzoG9QO76AuCUdjn6hoFyXLRjnrsBHW58utclzNc94Y,7547
140
- apache_airflow_providers_fab-3.1.1rc1.dist-info/RECORD,,
138
+ apache_airflow_providers_fab-3.2.0rc1.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
139
+ apache_airflow_providers_fab-3.2.0rc1.dist-info/licenses/3rd-party-licenses/LICENSES-ui.txt,sha256=t7EO7EwnTMnTP3FXLFx4OlvaESawCj1xD4kyNKonvTM,3688
140
+ apache_airflow_providers_fab-3.2.0rc1.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
141
+ apache_airflow_providers_fab-3.2.0rc1.dist-info/licenses/NOTICE,sha256=Bg2DuK7ln9AVJuFwkBwD45m2c7yCsKcOoJe4GtzkRwY,448
142
+ apache_airflow_providers_fab-3.2.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
143
+ apache_airflow_providers_fab-3.2.0rc1.dist-info/METADATA,sha256=sv6a4YXaM8kiDLEWsUmdtgWpZUJl8RPgpZd2LvRfQFM,7535
144
+ apache_airflow_providers_fab-3.2.0rc1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Apache Airflow
2
- Copyright 2016-2025 The Apache Software Foundation
2
+ Copyright 2016-2026 The Apache Software Foundation
3
3
 
4
4
  This product includes software developed at The Apache Software
5
5
  Foundation (http://www.apache.org/).
@@ -1,5 +1,5 @@
1
1
  Apache Airflow
2
- Copyright 2016-2025 The Apache Software Foundation
2
+ Copyright 2016-2026 The Apache Software Foundation
3
3
 
4
4
  This product includes software developed at The Apache Software
5
5
  Foundation (http://www.apache.org/).
@@ -1,2 +0,0 @@
1
- /*! For license information please see main.bc1f701c3d133e2a3bab.js.LICENSE.txt */
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 +0,0 @@
1
- !function(e,o){"object"==typeof exports&&"object"==typeof module?module.exports=o():"function"==typeof define&&define.amd?define([],o):"object"==typeof exports?exports.Airflow=o():(e.Airflow=e.Airflow||{},e.Airflow.moment=o())}(self,()=>(self.webpackChunkAirflow=self.webpackChunkAirflow||[]).push([[911],{137:e=>{function o(e){var o=new Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}o.keys=()=>[],o.resolve=o,o.id=137,e.exports=o}},e=>(e.O(0,[743],()=>{return o=743,e(e.s=o);var o}),e.O())]));