apache-airflow-providers-fab 3.1.0rc1__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.
- airflow/providers/fab/__init__.py +1 -1
- airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py +3 -1
- airflow/providers/fab/auth_manager/api_fastapi/datamodels/roles.py +13 -7
- airflow/providers/fab/auth_manager/api_fastapi/datamodels/users.py +68 -0
- airflow/providers/fab/auth_manager/api_fastapi/openapi/v2-fab-auth-manager-generated.yaml +485 -18
- airflow/providers/fab/auth_manager/api_fastapi/routes/login.py +2 -4
- airflow/providers/fab/auth_manager/api_fastapi/routes/users.py +133 -0
- airflow/providers/fab/auth_manager/api_fastapi/services/login.py +1 -2
- airflow/providers/fab/auth_manager/api_fastapi/services/users.py +219 -0
- airflow/providers/fab/auth_manager/cli_commands/db_command.py +2 -2
- airflow/providers/fab/auth_manager/cli_commands/permissions_command.py +6 -2
- airflow/providers/fab/auth_manager/cli_commands/user_command.py +3 -3
- airflow/providers/fab/auth_manager/fab_auth_manager.py +18 -51
- airflow/providers/fab/auth_manager/models/__init__.py +6 -6
- airflow/providers/fab/auth_manager/security_manager/override.py +97 -84
- airflow/providers/fab/auth_manager/views/user.py +12 -0
- airflow/providers/fab/cli/__init__.py +18 -0
- airflow/providers/fab/{auth_manager/cli_commands → cli}/definition.py +50 -2
- airflow/providers/fab/get_provider_info.py +8 -0
- airflow/providers/fab/version_compat.py +1 -0
- airflow/providers/fab/www/app.py +2 -7
- airflow/providers/fab/www/extensions/init_appbuilder.py +3 -2
- airflow/providers/fab/www/extensions/init_views.py +11 -7
- airflow/providers/fab/www/package-lock.json +764 -572
- airflow/providers/fab/www/package.json +12 -9
- airflow/providers/fab/www/static/dist/{743.0c0bf201ae17e66a9a3f.js → 743.8fb7d21632ed892227fe.js} +2 -2
- airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ef6fc04c9b6920cd75c9.js → airflowDefaultTheme.51e5d14856ee1ebc83ca.js} +1 -1
- airflow/providers/fab/www/static/dist/{flash.eaaf777ec1b3628cf7be.js → flash.865b6940c00b2a9041b3.js} +1 -1
- airflow/providers/fab/www/static/dist/{loadingDots.76f4332c0a932c3dc08f.js → loadingDots.07f5b9805847242736e1.js} +1 -1
- airflow/providers/fab/www/static/dist/main.8cffe40bcf7cca998f4e.js +2 -0
- airflow/providers/fab/www/static/dist/manifest.json +13 -13
- airflow/providers/fab/www/static/dist/{materialIcons.ad07a489b2f0fc1a96bf.js → materialIcons.4fe84ae36604d84dec78.js} +1 -1
- airflow/providers/fab/www/static/dist/moment.0ec3ee3fb60dc999b1fd.js +1 -0
- airflow/providers/fab/www/static/js/main.js +11 -0
- airflow/providers/fab/www/templates/airflow/main.html +1 -0
- {apache_airflow_providers_fab-3.1.0rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/METADATA +10 -10
- {apache_airflow_providers_fab-3.1.0rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/RECORD +50 -46
- {apache_airflow_providers_fab-3.1.0rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/licenses/3rd-party-licenses/LICENSES-ui.txt +1 -1
- {apache_airflow_providers_fab-3.1.0rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/licenses/NOTICE +1 -1
- airflow/providers/fab/www/static/dist/main.bc1f701c3d133e2a3bab.js +0 -2
- airflow/providers/fab/www/static/dist/moment.5b85b4f6be2fe9c405ac.js +0 -1
- /airflow/providers/fab/www/static/dist/{743.0c0bf201ae17e66a9a3f.js.LICENSE.txt → 743.8fb7d21632ed892227fe.js.LICENSE.txt} +0 -0
- /airflow/providers/fab/www/static/dist/{airflowDefaultTheme.ef6fc04c9b6920cd75c9.css → airflowDefaultTheme.51e5d14856ee1ebc83ca.css} +0 -0
- /airflow/providers/fab/www/static/dist/{flash.eaaf777ec1b3628cf7be.css → flash.865b6940c00b2a9041b3.css} +0 -0
- /airflow/providers/fab/www/static/dist/{loadingDots.76f4332c0a932c3dc08f.css → loadingDots.07f5b9805847242736e1.css} +0 -0
- /airflow/providers/fab/www/static/dist/{main.bc1f701c3d133e2a3bab.css → main.8cffe40bcf7cca998f4e.css} +0 -0
- /airflow/providers/fab/www/static/dist/{main.bc1f701c3d133e2a3bab.js.LICENSE.txt → main.8cffe40bcf7cca998f4e.js.LICENSE.txt} +0 -0
- /airflow/providers/fab/www/static/dist/{materialIcons.ad07a489b2f0fc1a96bf.css → materialIcons.4fe84ae36604d84dec78.css} +0 -0
- /airflow/providers/fab/www/static/dist/{runtime.254c277d91ce3ac79c64.js → runtime.45b36fb8335446865b53.js} +0 -0
- {apache_airflow_providers_fab-3.1.0rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_fab-3.1.0rc1.dist-info → apache_airflow_providers_fab-3.2.0rc1.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_fab-3.1.0rc1.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
|
|
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
|
|
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
|
|
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.
|
|
3
|
-
"airflowDefaultTheme.js": "airflowDefaultTheme.
|
|
4
|
-
"flash.css": "flash.
|
|
5
|
-
"flash.js": "flash.
|
|
6
|
-
"loadingDots.css": "loadingDots.
|
|
7
|
-
"loadingDots.js": "loadingDots.
|
|
8
|
-
"main.css": "main.
|
|
9
|
-
"main.js": "main.
|
|
10
|
-
"materialIcons.css": "materialIcons.
|
|
11
|
-
"materialIcons.js": "materialIcons.
|
|
12
|
-
"moment.js": "moment.
|
|
13
|
-
"runtime.js": "runtime.
|
|
14
|
-
"743.js": "743.
|
|
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
|
|
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.
|
|
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.
|
|
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.
|
|
44
|
-
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-fab/3.
|
|
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.0
|
|
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.0
|
|
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.
|
|
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.0
|
|
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=
|
|
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=
|
|
4
|
-
airflow/providers/fab/version_compat.py,sha256=
|
|
3
|
+
airflow/providers/fab/get_provider_info.py,sha256=g8uc221TcXtTjuhyUV-B6-jS1xpcDodzCHvd3Z_yZbs,11089
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
33
|
-
airflow/providers/fab/auth_manager/cli_commands/
|
|
34
|
-
airflow/providers/fab/auth_manager/cli_commands/permissions_command.py,sha256=ITn62u5rW2clf_PwupSs4joAlbkAk6w-HHgPHeSgQWo,7715
|
|
35
|
+
airflow/providers/fab/auth_manager/cli_commands/db_command.py,sha256=FaQyoRdhH-58U7eyh9NBXQzPDOj2mPqVJDmc21B7CZg,2151
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
68
|
-
airflow/providers/fab/www/package.json,sha256=
|
|
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,12 +82,12 @@ 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=
|
|
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
|
|
85
89
|
airflow/providers/fab/www/extensions/init_session.py,sha256=2E3gQaB9Qi_LGOBxrHbNLs6SYsbabUVDmxXsEBKZSh0,2643
|
|
86
|
-
airflow/providers/fab/www/extensions/init_views.py,sha256=
|
|
90
|
+
airflow/providers/fab/www/extensions/init_views.py,sha256=rg7X_mkoyIytvAscRxI_scz4WRxx6UGMBIlHcaot2ys,6958
|
|
87
91
|
airflow/providers/fab/www/extensions/init_wsgi_middlewares.py,sha256=iowTu9y01569ny9yEV-g2PAzVgZfUs5V1IR249aAKFc,1648
|
|
88
92
|
airflow/providers/fab/www/security/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
89
93
|
airflow/providers/fab/www/security/permissions.py,sha256=4KGbVMa-esvxVcq8aYR29vhB_DU-xtAgToDAyi9uV6I,3698
|
|
@@ -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.
|
|
103
|
-
airflow/providers/fab/www/static/dist/743.
|
|
104
|
-
airflow/providers/fab/www/static/dist/airflowDefaultTheme.
|
|
105
|
-
airflow/providers/fab/www/static/dist/airflowDefaultTheme.
|
|
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.
|
|
108
|
-
airflow/providers/fab/www/static/dist/flash.
|
|
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.
|
|
113
|
-
airflow/providers/fab/www/static/dist/loadingDots.
|
|
114
|
-
airflow/providers/fab/www/static/dist/main.
|
|
115
|
-
airflow/providers/fab/www/static/dist/main.
|
|
116
|
-
airflow/providers/fab/www/static/dist/main.
|
|
117
|
-
airflow/providers/fab/www/static/dist/manifest.json,sha256=
|
|
118
|
-
airflow/providers/fab/www/static/dist/materialIcons.
|
|
119
|
-
airflow/providers/fab/www/static/dist/materialIcons.
|
|
120
|
-
airflow/providers/fab/www/static/dist/moment.
|
|
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.
|
|
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=
|
|
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=
|
|
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.
|
|
135
|
-
apache_airflow_providers_fab-3.
|
|
136
|
-
apache_airflow_providers_fab-3.
|
|
137
|
-
apache_airflow_providers_fab-3.
|
|
138
|
-
apache_airflow_providers_fab-3.
|
|
139
|
-
apache_airflow_providers_fab-3.
|
|
140
|
-
apache_airflow_providers_fab-3.
|
|
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,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())]));
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|