apache-airflow-providers-fab 2.0.0b1__py3-none-any.whl → 2.0.0rc2__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 (43) hide show
  1. airflow/providers/fab/__init__.py +1 -1
  2. airflow/providers/fab/auth_manager/api/auth/backend/basic_auth.py +3 -4
  3. airflow/providers/fab/auth_manager/api/auth/backend/kerberos_auth.py +3 -3
  4. airflow/providers/fab/auth_manager/api/auth/backend/session.py +1 -1
  5. airflow/providers/fab/auth_manager/api_endpoints/role_and_permission_endpoint.py +8 -9
  6. airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py +7 -8
  7. airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py +1 -1
  8. airflow/providers/fab/auth_manager/api_fastapi/openapi/v1-generated.yaml +5 -4
  9. airflow/providers/fab/auth_manager/api_fastapi/routes/login.py +1 -1
  10. airflow/providers/fab/auth_manager/api_fastapi/services/login.py +5 -5
  11. airflow/providers/fab/auth_manager/cli_commands/db_command.py +1 -1
  12. airflow/providers/fab/auth_manager/cli_commands/utils.py +1 -1
  13. airflow/providers/fab/auth_manager/fab_auth_manager.py +4 -0
  14. airflow/providers/fab/auth_manager/models/db.py +2 -2
  15. airflow/providers/fab/auth_manager/openapi/v1.yaml +9 -0
  16. airflow/providers/fab/auth_manager/security_manager/override.py +0 -39
  17. airflow/providers/fab/get_provider_info.py +7 -3
  18. airflow/providers/fab/www/api_connexion/parameters.py +1 -1
  19. airflow/providers/fab/www/api_connexion/security.py +3 -3
  20. airflow/providers/fab/www/app.py +1 -1
  21. airflow/providers/fab/www/auth.py +6 -6
  22. airflow/providers/fab/www/package-lock.json +1428 -1904
  23. airflow/providers/fab/www/package.json +20 -24
  24. airflow/providers/fab/www/static/dist/48f0ea180c40270a5b05.png +1 -0
  25. airflow/providers/fab/www/static/dist/649c0b07771e68fafdeb.png +1 -0
  26. airflow/providers/fab/www/static/dist/airflowDefaultTheme.feec4a4075c2f3d6ae01.css +2 -2
  27. airflow/providers/fab/www/static/dist/f7490d556a6c42e49ba4.png +1 -0
  28. airflow/providers/fab/www/static/dist/jquery-ui.min.css +1 -1
  29. airflow/providers/fab/www/static/dist/main.edb2d40dfbbc537916e3.css +18 -0
  30. airflow/providers/fab/www/static/dist/{main.ec1d38d994d72bb083cd.js → main.edb2d40dfbbc537916e3.js} +1 -1
  31. airflow/providers/fab/www/static/dist/manifest.json +7 -4
  32. airflow/providers/fab/www/static/dist/materialIcons.57390fa60d8f61175334.css +1 -1
  33. airflow/providers/fab/www/static/dist/{moment.4d28b37c229bdfc54575.js → moment.624b1f00ba723d39ce06.js} +2 -2
  34. airflow/providers/fab/www/static/dist/{moment.4d28b37c229bdfc54575.js.LICENSE.txt → moment.624b1f00ba723d39ce06.js.LICENSE.txt} +1 -1
  35. airflow/providers/fab/www/static/dist/oss-licenses.json +2 -11
  36. airflow/providers/fab/www/views.py +1 -1
  37. airflow/providers/fab/www/webpack.config.js +2 -2
  38. {apache_airflow_providers_fab-2.0.0b1.dist-info → apache_airflow_providers_fab-2.0.0rc2.dist-info}/METADATA +18 -10
  39. {apache_airflow_providers_fab-2.0.0b1.dist-info → apache_airflow_providers_fab-2.0.0rc2.dist-info}/RECORD +42 -39
  40. airflow/providers/fab/www/static/dist/main.ec1d38d994d72bb083cd.css +0 -18
  41. /airflow/providers/fab/www/static/dist/{main.ec1d38d994d72bb083cd.js.LICENSE.txt → main.edb2d40dfbbc537916e3.js.LICENSE.txt} +0 -0
  42. {apache_airflow_providers_fab-2.0.0b1.dist-info → apache_airflow_providers_fab-2.0.0rc2.dist-info}/WHEEL +0 -0
  43. {apache_airflow_providers_fab-2.0.0b1.dist-info → apache_airflow_providers_fab-2.0.0rc2.dist-info}/entry_points.txt +0 -0
@@ -8,4 +8,4 @@
8
8
 
9
9
  //! moment.js
10
10
 
11
- //! version : 0.5.47
11
+ //! version : 0.5.48
@@ -1,13 +1,4 @@
1
1
  [
2
- {
3
- "name": "css-loader",
4
- "version": "5.2.7",
5
- "author": "Tobias Koppers @sokra",
6
- "repository": "webpack-contrib/css-loader",
7
- "source": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz",
8
- "license": "MIT",
9
- "licenseText": "Copyright JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
10
- },
11
2
  {
12
3
  "name": "moment",
13
4
  "version": "2.30.1",
@@ -19,10 +10,10 @@
19
10
  },
20
11
  {
21
12
  "name": "moment-timezone",
22
- "version": "0.5.47",
13
+ "version": "0.5.48",
23
14
  "author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
24
15
  "repository": "https://github.com/moment/moment-timezone.git",
25
- "source": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.47.tgz",
16
+ "source": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.48.tgz",
26
17
  "license": "MIT",
27
18
  "licenseText": "The MIT License (MIT)\n\nCopyright (c) JS Foundation and other contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
28
19
  }
@@ -70,7 +70,7 @@ class FabIndexView(IndexView):
70
70
  token = get_auth_manager().generate_jwt(g.user)
71
71
  response = make_response(redirect(f"{conf.get('api', 'base_url')}", code=302))
72
72
 
73
- secure = bool(conf.get("api", "ssl_cert"))
73
+ secure = conf.has_option("api", "ssl_cert")
74
74
  response.set_cookie(COOKIE_NAME_JWT_TOKEN, token, secure=secure)
75
75
 
76
76
  return response
@@ -176,11 +176,11 @@ const config = {
176
176
  patterns: [
177
177
  {
178
178
  from: "node_modules/jquery-ui/dist/jquery-ui.min.js",
179
- flatten: true,
179
+ to: "jquery-ui.min.js",
180
180
  },
181
181
  {
182
182
  from: "node_modules/jquery-ui/dist/themes/base/jquery-ui.min.css",
183
- flatten: true,
183
+ to: "jquery-ui.min.css",
184
184
  },
185
185
  ],
186
186
  }),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-fab
3
- Version: 2.0.0b1
3
+ Version: 2.0.0rc2
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>
@@ -21,16 +21,20 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Topic :: System :: Monitoring
23
23
  Requires-Dist: apache-airflow>=3.0.0.dev0
24
- Requires-Dist: apache-airflow-providers-common-compat>=1.2.1
25
- Requires-Dist: flask>=2.2,<2.3
24
+ Requires-Dist: apache-airflow-providers-common-compat>=1.2.1rc0
25
+ Requires-Dist: blinker>=1.6.2
26
+ Requires-Dist: flask>=2.2.1,<2.3
26
27
  Requires-Dist: flask-appbuilder==4.5.3
27
28
  Requires-Dist: flask-login>=0.6.2
29
+ Requires-Dist: flask-session>=0.4.0,<0.6
30
+ Requires-Dist: flask-wtf>=1.1.0
28
31
  Requires-Dist: connexion[flask]>=2.14.2,<3.0
29
32
  Requires-Dist: jmespath>=0.7.0
33
+ Requires-Dist: werkzeug>=2.2,<4
30
34
  Requires-Dist: kerberos>=1.3.0 ; extra == "kerberos"
31
35
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
32
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0b1/changelog.html
33
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0b1
36
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0/changelog.html
37
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0
34
38
  Project-URL: Mastodon, https://fosstodon.org/@airflow
35
39
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
36
40
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -62,7 +66,7 @@ Provides-Extra: kerberos
62
66
 
63
67
  Package ``apache-airflow-providers-fab``
64
68
 
65
- Release: ``2.0.0b1``
69
+ Release: ``2.0.0``
66
70
 
67
71
 
68
72
  `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
@@ -75,7 +79,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
75
79
  are in ``airflow.providers.fab`` python package.
76
80
 
77
81
  You can find package information and changelog for the provider
78
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0b1/>`_.
82
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0/>`_.
79
83
 
80
84
  Installation
81
85
  ------------
@@ -94,18 +98,22 @@ PIP package Version required
94
98
  ========================================== ==================
95
99
  ``apache-airflow`` ``>=3.0.0.dev0``
96
100
  ``apache-airflow-providers-common-compat`` ``>=1.2.1``
97
- ``flask`` ``>=2.2,<2.3``
101
+ ``blinker`` ``>=1.6.2``
102
+ ``flask`` ``>=2.2.1,<2.3``
98
103
  ``flask-appbuilder`` ``==4.5.3``
99
104
  ``flask-login`` ``>=0.6.2``
105
+ ``flask-session`` ``>=0.4.0,<0.6``
106
+ ``flask-wtf`` ``>=1.1.0``
100
107
  ``connexion[flask]`` ``>=2.14.2,<3.0``
101
108
  ``jmespath`` ``>=0.7.0``
109
+ ``werkzeug`` ``>=2.2,<4``
102
110
  ========================================== ==================
103
111
 
104
112
  Cross provider package dependencies
105
113
  -----------------------------------
106
114
 
107
115
  Those are dependencies that might be needed in order to use all the features of the package.
108
- You need to install the specified provider packages in order to use them.
116
+ You need to install the specified providers in order to use them.
109
117
 
110
118
  You can install such cross-provider dependencies when installing from PyPI. For example:
111
119
 
@@ -121,5 +129,5 @@ Dependent package
121
129
  ================================================================================================================== =================
122
130
 
123
131
  The changelog for the provider package can be found in the
124
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0b1/changelog.html>`_.
132
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.0/changelog.html>`_.
125
133
 
@@ -1,45 +1,45 @@
1
1
  airflow/providers/fab/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/fab/__init__.py,sha256=ATVeBSoHT4O7ZiWtcHgq1afB4a1-IZilk8chJ1jXXSk,1502
2
+ airflow/providers/fab/__init__.py,sha256=XfPbA_RY3CtuASSD_ZA32yNOhy8KxVVn8HOjx9JJefA,1500
3
3
  airflow/providers/fab/alembic.ini,sha256=_1SvObfjMAkuD7DN5VR2S6Rd7_F81pORZT-w7GJldIA,4461
4
- airflow/providers/fab/get_provider_info.py,sha256=i3Rt6O3VRPggRjMjY2odMHDit3y3KPEQCvsZn-J2eVw,3903
4
+ airflow/providers/fab/get_provider_info.py,sha256=EfNgZbkd_Tduyl9vETunJ8j5Qr7B9Cp2Md0hk8v11oc,4067
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=HHJQvGnKSv_Fmtwaa52Fn7cujSP3Lu2pv1d5f9JOwzc,25594
6
+ airflow/providers/fab/auth_manager/fab_auth_manager.py,sha256=N4jaAmJe2yE8A0p2Ai6tMqa-stOVft1acayHHTPnqw8,25728
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
10
- airflow/providers/fab/auth_manager/api/auth/backend/basic_auth.py,sha256=ogaqINat_nL8jc4ciiqMi3ksYezyQiRPbHOGnWEsito,2503
11
- airflow/providers/fab/auth_manager/api/auth/backend/kerberos_auth.py,sha256=Vh8YZ4W4RP23C06FUNPqwYkP0kq4opNuGhNnPVh4FbQ,4997
12
- airflow/providers/fab/auth_manager/api/auth/backend/session.py,sha256=3xBC4PKvONya4MGhr5HZoPwojWmjStHoR43J8t4eiY4,1502
10
+ airflow/providers/fab/auth_manager/api/auth/backend/basic_auth.py,sha256=TFvx99qOS-HcHXvDkMlpiauttuHMG3veZYT4xH3LbXs,2510
11
+ airflow/providers/fab/auth_manager/api/auth/backend/kerberos_auth.py,sha256=60ukPvKf-o7emmKS0A_l2cMToGRWEB_s4k4IOu64dFM,5005
12
+ airflow/providers/fab/auth_manager/api/auth/backend/session.py,sha256=aNDrYNidwr99NWgrl5WA6TY5CbHYif6chVRUPgYVOWc,1504
13
13
  airflow/providers/fab/auth_manager/api_endpoints/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
14
- airflow/providers/fab/auth_manager/api_endpoints/role_and_permission_endpoint.py,sha256=-imnqDvaiv126asvHga9nu3mkoeU-2eQna3FIYmZepc,7607
15
- airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py,sha256=B-MY-H9ctooXby4BBuyaJ-1HXkOln8umg0EVHkMXx_o,8447
14
+ airflow/providers/fab/auth_manager/api_endpoints/role_and_permission_endpoint.py,sha256=CIBNyj3zMK1NjHCv6C3KB48foRKCBMozIUxAW5R5YfQ,7607
15
+ airflow/providers/fab/auth_manager/api_endpoints/user_endpoint.py,sha256=TZywqf9rQBwkjvzsEwIm5TPstfOtiRwl4XKTjAVWzrk,8445
16
16
  airflow/providers/fab/auth_manager/api_fastapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
17
17
  airflow/providers/fab/auth_manager/api_fastapi/datamodels/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
18
- airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py,sha256=1y3Kl3O7NDqfcGddkVYAVxQ5z3ahNAw9Rr61ZRbKpno,1089
18
+ airflow/providers/fab/auth_manager/api_fastapi/datamodels/login.py,sha256=Ndj8BR0K0tbmBNyrgAvE4GK_SeY7RTE6cfYB3I3g7iY,1092
19
19
  airflow/providers/fab/auth_manager/api_fastapi/openapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
20
- airflow/providers/fab/auth_manager/api_fastapi/openapi/v1-generated.yaml,sha256=locFEKtJTYNqO_VNo0gOQtqFkMLIxYPlPWFPRyCkNSk,4050
20
+ airflow/providers/fab/auth_manager/api_fastapi/openapi/v1-generated.yaml,sha256=v5EA4oiuGiZlKf8nHly1lPMtp5yjdxKSC-7IHfJsab4,4098
21
21
  airflow/providers/fab/auth_manager/api_fastapi/routes/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
22
- airflow/providers/fab/auth_manager/api_fastapi/routes/login.py,sha256=jSvVMa0lm10XW5WUeVygmfsSlTDiSZE2JDYAJiQkNXU,2127
22
+ airflow/providers/fab/auth_manager/api_fastapi/routes/login.py,sha256=Vr2AO2Dlt2QoEYyal5SmzbBO72U-mq-dbPE-b2ODQ74,2131
23
23
  airflow/providers/fab/auth_manager/api_fastapi/services/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
24
- airflow/providers/fab/auth_manager/api_fastapi/services/login.py,sha256=mozWzoJr-iYYiLaclzw9wgKO2oWxylc69ronSF7-5A0,2466
24
+ airflow/providers/fab/auth_manager/api_fastapi/services/login.py,sha256=lG6L3PvpPtT8y9RYNCzaAEHe6vnlOdfkap5T_eS0Z8Y,2483
25
25
  airflow/providers/fab/auth_manager/cli_commands/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
26
- airflow/providers/fab/auth_manager/cli_commands/db_command.py,sha256=rIVQwgF1tevH87_d4uhKE3P4X3bnQ9P0IG9aicUvMcE,2166
26
+ airflow/providers/fab/auth_manager/cli_commands/db_command.py,sha256=SeNg8giLDUX5aniF2XFM7txVQ6N2dDV6BRZnV-UzWX8,2151
27
27
  airflow/providers/fab/auth_manager/cli_commands/definition.py,sha256=XIAPqoHwkFHshfbj6yGIs7xUrR-uSE1F7V71n44PttA,11483
28
28
  airflow/providers/fab/auth_manager/cli_commands/role_command.py,sha256=4w1tHTR5gBbsymeqGIJ4Rs8CmGdw0l49y58pfI0DB_s,9098
29
29
  airflow/providers/fab/auth_manager/cli_commands/sync_perm_command.py,sha256=VpW-rWhgHAL_ReU66D_BrsxlXQN4okfxzj6dyE5IfwA,1663
30
30
  airflow/providers/fab/auth_manager/cli_commands/user_command.py,sha256=jkJZnuw17YGTCuUZHtnkSQ6pcUr38nDHetuRdV-0N5o,10273
31
- airflow/providers/fab/auth_manager/cli_commands/utils.py,sha256=beQBh8sRQc3w3fGHj5f4c23v0_MjGvaj2FquWNjZ8_s,2927
31
+ airflow/providers/fab/auth_manager/cli_commands/utils.py,sha256=tT0uQios1VE3aCU-hbhA2OuaproNSN-uSOssaO208Ng,2927
32
32
  airflow/providers/fab/auth_manager/models/__init__.py,sha256=Maaid2MjfR3wswj5SsbfBc-VEqgKbbCgny1JLk5Aqaw,9255
33
33
  airflow/providers/fab/auth_manager/models/anonymous_user.py,sha256=mGLV26biw5db6hymFZ6qL7oCyVNaLduwDWS0kYuMZDg,1886
34
- airflow/providers/fab/auth_manager/models/db.py,sha256=k0CFgwnSLjTDia7yM0yZOwA8IrGIrQ7k1Qm9hrdBtII,4975
34
+ airflow/providers/fab/auth_manager/models/db.py,sha256=zKwih8X_nh82jbNfiiucn6Spxshp5Vz_JNqTdCCJ0Ws,4973
35
35
  airflow/providers/fab/auth_manager/openapi/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
36
- airflow/providers/fab/auth_manager/openapi/v1.yaml,sha256=xFlQMccLoGarx8SnQvGJ1DRfHo4jQ3p9DzoPqQINcCw,19380
36
+ airflow/providers/fab/auth_manager/openapi/v1.yaml,sha256=9sAaTNXVBYfHKILn6fRKfROC3hAattsQu4wwG22nO64,20346
37
37
  airflow/providers/fab/auth_manager/schemas/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
38
38
  airflow/providers/fab/auth_manager/schemas/role_and_permission_schema.py,sha256=aDB0naczyEsGYaF3U3djF-Ui6lxPdgWHvgcwjyJn_X8,2526
39
39
  airflow/providers/fab/auth_manager/schemas/user_schema.py,sha256=MLnZotQqAg_BFvJunrSwbwur5CaTjk1ww3eCI3aPT6Y,2401
40
40
  airflow/providers/fab/auth_manager/security_manager/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
41
41
  airflow/providers/fab/auth_manager/security_manager/constants.py,sha256=x1Sjl_Mu3wmaSy3NFZlHxK2z-juzWmMs1SrzJ0aiBBQ,907
42
- airflow/providers/fab/auth_manager/security_manager/override.py,sha256=FiRD1sdhW05BFS9TiRvcfLZGdrfr8RMkYS6ExxN7kKA,94349
42
+ airflow/providers/fab/auth_manager/security_manager/override.py,sha256=zlF2KQjsSTr16aT_dCP1vYjIv2XgNb8uyV5koZkRIas,92314
43
43
  airflow/providers/fab/auth_manager/views/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
44
44
  airflow/providers/fab/auth_manager/views/permissions.py,sha256=CT6jMCDHtirs0Qe4Penb6VwQq1yZeZ1lOLZITIlVqm4,2904
45
45
  airflow/providers/fab/auth_manager/views/roles_list.py,sha256=DwJ1iOCfpbxsWTEFWjW5_Jo3fmrZwxj1rPeflTaSg7A,1512
@@ -54,21 +54,21 @@ airflow/providers/fab/migrations/versions/0001_1_4_0_placeholder_migration.py,sh
54
54
  airflow/providers/fab/migrations/versions/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
55
55
  airflow/providers/fab/www/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
56
56
  airflow/providers/fab/www/airflow_flask_app.py,sha256=-JPQ-mS1kKEj5adENnoVSD4LaFrh36l1THnVhFYF8d4,1057
57
- airflow/providers/fab/www/app.py,sha256=Pwi9RsdbZhg4KFtS3G4kcTICHgKULsICgbl5cIV0Jv4,4485
58
- airflow/providers/fab/www/auth.py,sha256=J3ym_4hE3Uh3okRNSpNzfq1XFIJnWN73HrONyWUR-Xc,12647
57
+ airflow/providers/fab/www/app.py,sha256=wc-szaH4zg1QJ_WeATQz5DF_9urDjt3T_9Rpt-KNcnc,4485
58
+ airflow/providers/fab/www/auth.py,sha256=FbDJOlfO70cg1OatrWZOiiNsjPlDWnuh5QLu-iEXH9A,12659
59
59
  airflow/providers/fab/www/constants.py,sha256=VUg48B-EZAUZ2IIdmL31Iv0lRlP0yLNPNTufB7rsWr0,1352
60
- airflow/providers/fab/www/package-lock.json,sha256=lgoSRCr_a65HrAH3FeG89DhoVemjluW3ZhiuLiigX-s,376480
61
- airflow/providers/fab/www/package.json,sha256=4ZRVleR8Z-BtpKgr0WsA1Aw8tltkmBKnx0ecf8cyzkc,2470
60
+ airflow/providers/fab/www/package-lock.json,sha256=NQqKLv7K7gvULRxsc4CrhuHdHDosbS9-73wdAJb87oE,355339
61
+ airflow/providers/fab/www/package.json,sha256=8APH8BXfN1JGsDgy89RBocqKiOfZKVHTr8Jb2DkSHas,2357
62
62
  airflow/providers/fab/www/security_appless.py,sha256=J0OJGRPq6NK2vY6qfMRvyMUEc-E59vXucquQdjgsndY,1655
63
63
  airflow/providers/fab/www/security_manager.py,sha256=Zr6xqjego7Z1-1h2HHyWLt1ZBKG8yHHmNPfEXNxXaRY,4850
64
64
  airflow/providers/fab/www/session.py,sha256=qyy8ipXLe4qH7D52tH3aKY6hyJNJ5tUfHel7_1S4BGg,1741
65
65
  airflow/providers/fab/www/utils.py,sha256=N95_hNDmNFR0HNWJfuVfHGBVy6Z3nF0r8MVSZrgCmMc,9382
66
- airflow/providers/fab/www/views.py,sha256=IL6drx8ODEGRXThvhySqo2VK2gpjvj2JVAWyz8t8Qjc,4735
67
- airflow/providers/fab/www/webpack.config.js,sha256=CYJI21suTesM36JfdVkP9d5rmVoo2IadYmllcoEyXLM,6105
66
+ airflow/providers/fab/www/views.py,sha256=oYec6r4nayWIM2LyByjh3a6iXFu7aOqAqnFUY1mG1BA,4736
67
+ airflow/providers/fab/www/webpack.config.js,sha256=_TYJ8cnmJW0vxb87xY4eNr9ZE7G5NFUPuiXvpF6SKys,6124
68
68
  airflow/providers/fab/www/api_connexion/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
69
69
  airflow/providers/fab/www/api_connexion/exceptions.py,sha256=j0S90JH6Q5hnkshfiZot7Yb9hAvFs1JON0EYjW2bxW0,5783
70
- airflow/providers/fab/www/api_connexion/parameters.py,sha256=aOzt-N_627mYgmw9100OoFyPHaB1czEAs69DZDsn134,4306
71
- airflow/providers/fab/www/api_connexion/security.py,sha256=79GlHsqBShsUwbdJMv0JhdM9rji6ThFosXArrb-ukzI,3055
70
+ airflow/providers/fab/www/api_connexion/parameters.py,sha256=9XbKYdjpQ9KesyPK6Eb-sYBTM4NqnbKJxLC70psXeDc,4308
71
+ airflow/providers/fab/www/api_connexion/security.py,sha256=tc6IA-lFVovRWV6ETQdAleq73scapD_1kUPQcn4rwH8,3063
72
72
  airflow/providers/fab/www/api_connexion/types.py,sha256=FY96u5nR-ByiKBhoxC_kKVoXalH9GDhexXIGmCbBmKw,1094
73
73
  airflow/providers/fab/www/extensions/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
74
74
  airflow/providers/fab/www/extensions/init_appbuilder.py,sha256=raB0cXym5RcOK1cgLp3OnjskYsomOtapFt0pDIXBnWE,22074
@@ -87,24 +87,27 @@ airflow/providers/fab/www/static/css/flash.css,sha256=Kz1LaSVRlvQU3voXxqB-fQLmIE
87
87
  airflow/providers/fab/www/static/css/loading-dots.css,sha256=amw1pWMdsaL0yEN_r0rCfwb11FwerQyRyXXFNAoB6hA,1385
88
88
  airflow/providers/fab/www/static/css/main.css,sha256=Emc-ZZumKwH9qLsjor1Lx4supb8NQUHAmRTMNy5mdhU,10395
89
89
  airflow/providers/fab/www/static/css/material-icons.css,sha256=4LV_bzKwJd8UDqOx7jbb2ro_y10nqeaNDmP8Rbv9XCY,112094
90
- airflow/providers/fab/www/static/dist/airflowDefaultTheme.feec4a4075c2f3d6ae01.css,sha256=AYL5zQAyux7t5Fpjk5aHSLsRpGfty938gITGl-hrDGY,103413
90
+ airflow/providers/fab/www/static/dist/48f0ea180c40270a5b05.png,sha256=8norchefCBbgdNC28QHJj51iWMK4rXVa9EXC-Ideq0U,39
91
+ airflow/providers/fab/www/static/dist/649c0b07771e68fafdeb.png,sha256=bYAeE6pqnD829ZcZVmN6T900JUf_qMeAUzsn-NzjyNk,251
92
+ airflow/providers/fab/www/static/dist/airflowDefaultTheme.feec4a4075c2f3d6ae01.css,sha256=Jq17RkGzRZFxp3WrhfZzGHRibhy1thAI1PV4br1FEQY,103413
91
93
  airflow/providers/fab/www/static/dist/airflowDefaultTheme.feec4a4075c2f3d6ae01.js,sha256=hxvEM0DAftBeQQMjkjTgr6t1L4CgkMMPg4UjE5nvjBI,470
94
+ airflow/providers/fab/www/static/dist/f7490d556a6c42e49ba4.png,sha256=jgzXdalfLfBTrRamJIAEWXs4uuyccr2Ec8-szI9wHVs,307
92
95
  airflow/providers/fab/www/static/dist/flash.137b30cff85b5588e661.css,sha256=cy1mAp-hBaY2yVlalKNo1Oz7nyykxJiswRttS3Dp9V4,1253
93
96
  airflow/providers/fab/www/static/dist/flash.137b30cff85b5588e661.js,sha256=ChX7SzURR7CK8Qd6p0-NKMyPqVe0qi2thVbINTEQXM4,456
94
- airflow/providers/fab/www/static/dist/jquery-ui.min.css,sha256=88PJqqGmkMquKXVmyBhfZSHMepYriRZplfDw8kXA8NM,29941
97
+ airflow/providers/fab/www/static/dist/jquery-ui.min.css,sha256=12svTn3nT66of_Ran6sEcDZ89P-HGQYWAlLnZjnqflg,29941
95
98
  airflow/providers/fab/www/static/dist/jquery-ui.min.js,sha256=txZuQSIYI96Y96416OrtgUwI_X_HubsBrk-6-cA8cpQ,252313
96
99
  airflow/providers/fab/www/static/dist/jquery-ui.min.js.LICENSE.txt,sha256=4UlrvolSNnS2q3J3GQcl__s2-Ssc6GNw5x7IOvvsVbU,1135
97
100
  airflow/providers/fab/www/static/dist/loadingDots.48ab7d5b04e66f2686b0.css,sha256=ohfW0OGrwhZDp1qPPTqvL-6ssIkt6uDooaZkB7KYT7U,1244
98
101
  airflow/providers/fab/www/static/dist/loadingDots.48ab7d5b04e66f2686b0.js,sha256=9xPjsUFKXwEvjkBZgcnab38R99GMuvQv3XCBO-HIzaw,462
99
- airflow/providers/fab/www/static/dist/main.ec1d38d994d72bb083cd.css,sha256=JTxeOdRtN5pH8oLgxA6pniehIQryZ9NWMO96EIn9eZo,7318
100
- airflow/providers/fab/www/static/dist/main.ec1d38d994d72bb083cd.js,sha256=vRBNB5foD045YePjBu5EF7ZRP0dTMTSw2NZi_ii4jbo,5688
101
- airflow/providers/fab/www/static/dist/main.ec1d38d994d72bb083cd.js.LICENSE.txt,sha256=FX9Q5lmXWsdQeuAN5eIQlag1BKUFTx3rpUftXrj5Et4,809
102
- airflow/providers/fab/www/static/dist/manifest.json,sha256=KKxND0kHUmHl0C9upXD8WF1SoIOS8MK5aghVBtLjZ00,871
103
- airflow/providers/fab/www/static/dist/materialIcons.57390fa60d8f61175334.css,sha256=C930ncJQYNCkklP-ni_wMJ-N0oBmGRyHqfihGMyngJ4,111666
102
+ airflow/providers/fab/www/static/dist/main.edb2d40dfbbc537916e3.css,sha256=KmN5xgP57bvi_LHe5wUiREEnX-vwnZW-Pi2wGK4ZBfU,6844
103
+ airflow/providers/fab/www/static/dist/main.edb2d40dfbbc537916e3.js,sha256=M--qtKejlnGjPquH_ctbfmJW93OBHOJxDUWw1_K6DjQ,5688
104
+ airflow/providers/fab/www/static/dist/main.edb2d40dfbbc537916e3.js.LICENSE.txt,sha256=FX9Q5lmXWsdQeuAN5eIQlag1BKUFTx3rpUftXrj5Et4,809
105
+ airflow/providers/fab/www/static/dist/manifest.json,sha256=OiKyrk89kTF5CvXS0FpvfaXLIXH6lHyFP6I-VvNp9os,1011
106
+ airflow/providers/fab/www/static/dist/materialIcons.57390fa60d8f61175334.css,sha256=_H-ualtdn1-0p1mnpS-ByZ9uQzClvcFoVuOl2R5ODRs,111666
104
107
  airflow/providers/fab/www/static/dist/materialIcons.57390fa60d8f61175334.js,sha256=_qbml493nkr1JAO9KxOlf-b5kVeLvGJHkjG9VasVAfU,464
105
- airflow/providers/fab/www/static/dist/moment.4d28b37c229bdfc54575.js,sha256=eJObNXFzygWzZ0Z8A3G9klSnGUYfbUYtSCjXH2dIgj0,792973
106
- airflow/providers/fab/www/static/dist/moment.4d28b37c229bdfc54575.js.LICENSE.txt,sha256=aK_bf7PQf56G1WwV40mdzH0AXi-kQ6T5db5L6UN-8Wg,174
107
- airflow/providers/fab/www/static/dist/oss-licenses.json,sha256=mBfxaJB6qShjoZgTXHt4uhtCxucK7-EArSOgWw6O1CQ,4250
108
+ airflow/providers/fab/www/static/dist/moment.624b1f00ba723d39ce06.js,sha256=aABIO0agoi1DArDTl5eWVWR04n_yTTe4V-y_rRniM0U,793833
109
+ airflow/providers/fab/www/static/dist/moment.624b1f00ba723d39ce06.js.LICENSE.txt,sha256=cic0iUfGbX1MC7q-t59Di6RAiKQSb_xjBqxhClXRiBc,174
110
+ airflow/providers/fab/www/static/dist/oss-licenses.json,sha256=j8Nv4ha5KuHGGL-n-NWZlb3Ihsrgqxr2oCC8VspGSus,2891
108
111
  airflow/providers/fab/www/static/js/datetime_utils.js,sha256=Nq8gP1tRy-ztodREw8Q2QDLGYt_DwIMZWgrEVfuFMgE,4543
109
112
  airflow/providers/fab/www/static/js/main.js,sha256=MUyTstwNQiN9GNT7yHBSt2Oh4Cr3M173CUFSXX6cI2g,9194
110
113
  airflow/providers/fab/www/templates/airflow/_messages.html,sha256=DKKiboYjmRqPRIP3BpUYsIxK5xKGpZy2yRk67lcAW5Y,1147
@@ -116,7 +119,7 @@ airflow/providers/fab/www/templates/appbuilder/index.html,sha256=ZaZsNdD8fCENqdn
116
119
  airflow/providers/fab/www/templates/appbuilder/navbar.html,sha256=N3KTgWFw720Hyr3NGYz787oRYLGQXDrRW1mLXIABLxc,10236
117
120
  airflow/providers/fab/www/templates/appbuilder/navbar_menu.html,sha256=WWQ-_QLMqcW4Cpx_1_yulaQO-soD6ztnY2zfmBAUAGI,2034
118
121
  airflow/providers/fab/www/templates/appbuilder/navbar_right.html,sha256=qrwZDBbzLi4yhLrfai842MJDdQ4C31Xz9hJ3NoG5mo0,2488
119
- apache_airflow_providers_fab-2.0.0b1.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
120
- apache_airflow_providers_fab-2.0.0b1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
121
- apache_airflow_providers_fab-2.0.0b1.dist-info/METADATA,sha256=ztufMIUGWrL2cWkaom_c3RpX4jbK0DLSVsJxfOScBKQ,5650
122
- apache_airflow_providers_fab-2.0.0b1.dist-info/RECORD,,
122
+ apache_airflow_providers_fab-2.0.0rc2.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
123
+ apache_airflow_providers_fab-2.0.0rc2.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
124
+ apache_airflow_providers_fab-2.0.0rc2.dist-info/METADATA,sha256=mt44Zmh5nxgWGJdlB-APhmXhnMP05C4nUqoiz8ig9QM,6005
125
+ apache_airflow_providers_fab-2.0.0rc2.dist-info/RECORD,,
@@ -1,18 +0,0 @@
1
- /*!
2
- * Licensed to the Apache Software Foundation (ASF) under one
3
- * or more contributor license agreements. See the NOTICE file
4
- * distributed with this work for additional information
5
- * regarding copyright ownership. The ASF licenses this file
6
- * to you under the Apache License, Version 2.0 (the
7
- * "License"); you may not use this file except in compliance
8
- * with the License. You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing,
13
- * software distributed under the License is distributed on an
14
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
- * KIND, either express or implied. See the License for the
16
- * specific language governing permissions and limitations
17
- * under the License.
18
- */body{background-color:#fff;min-height:100vh;overflow-y:scroll;padding:70px 0;position:relative}nav{box-shadow:0 3px 3px #aaa;z-index:999}pre{word-wrap:normal;overflow:auto}pre,pre code{white-space:pre}pre code{overflow-wrap:normal}input,select{margin:0}div.container{padding-left:15px;padding-right:15px;width:98%}.navbar a{color:#51504f;font-weight:700}.navbar a .caret{color:#e2d2e2}.navbar li.dropdown .dropdown-menu{max-height:85vh;overflow-y:auto}.navbar-nav li.dropdown:focus-within>.dropdown-menu,.navbar-nav li.dropdown:hover>.dropdown-menu{display:block}.navbar-nav li.dropdown:hover>.dropdown-menu{z-index:1001}.navbar-brand{align-items:center;display:inline-flex;height:60px;padding:0 15px}.brand-logo{height:40px;overflow:visible!important;width:104px}@keyframes pinSpin{0%{transform:rotate(0) translateX(0)}to{transform:rotate(1turn) translateX(0)}}@media (prefers-reduced-motion:no-preference){.navbar-brand:hover .brand-logo-pinwheel{animation:pinSpin 1.5s linear;transform-origin:17.66px 17.66px}}.navbar-user-icon{align-items:center;background-color:#c0defb;border-radius:50%;color:#017cee;display:inline-flex;height:30px;justify-content:center;margin:-5px 0;vertical-align:middle;width:30px}span.status_square{border:1px solid grey;cursor:pointer;display:inline-block;height:10px;padding-left:0;width:10px}div.squares{float:right;font-size:1}.d3-tip{background:#000000d9;border:0;border-radius:5px;color:#fff;margin-top:-4px;padding:10px}input#execution_date{margin-bottom:0;width:220px}table.highlighttable{table-layout:fixed;width:100%}div.linenodiv{padding-right:1px!important}.linenos{border:0;width:50px}div.linenodiv pre{background-color:initial;color:#8e8e8d;padding-left:0;padding-right:4px;text-align:right}.wrap{white-space:pre-wrap}.code{font-family:monospace}#sql{border:1px solid #ccc;border-radius:5px}.ace_editor div{font:inherit!important}#ace_container{margin:10px 0}#sql_ace{visibility:hidden}table.dataframe{font-size:12px}table.dataframe tbody tr td{padding:2px}table.dataframe.dataTable thead>tr>th{padding:10px 20px 10px 10px}table.dataTable.dataframe thead .sorting{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC) no-repeat 100%}table.dataTable.dataframe thead .sorting_desc{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=) no-repeat 100%}table.dataTable.dataframe thead .sorting_asc{background:url(data:image/png;base64,) no-repeat 100%}.no-wrap{white-space:nowrap}div.form-inline{margin-bottom:5px}body div.panel{padding:0}.legend-row{align-items:center;display:flex;justify-content:space-between}.legend-item{align-items:center;border:2px solid #cbcbcb;border-radius:4px;display:inline-flex;font-size:11px;margin-right:4px;padding:0 3px}.legend-item--interactive{cursor:pointer}.legend-item--no-border{border-color:#0000;padding:0}.legend-item:last-child{margin-right:0}.legend-item__swatch{background:#fff;border:1px solid #8e8e8d;border-radius:2px;display:inline-block;height:12px;margin-right:3px;width:12px}.legend-item__swatch--circle{border-radius:50%;height:14px;width:14px}.legend-item__swatch--no-border{border-color:#0000}#timezone-other,label[for=timezone-other]{font-weight:400;margin:3px 20px}#timezone-menu{overflow-x:hidden}#timezone-menu ul.typeahead.dropdown-menu{border:none;left:0!important;max-height:200px;overflow-x:hidden;overflow-y:auto}#timezone-menu .dropdown-item{padding:3px 20px}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus{background:#f6f6f6;border:1px solid #fff;border-left-color:#ccc;color:#454545}.accordion-toggle,.bootstrap-datetimepicker-widget .datepicker>div{display:block}.accordion-toggle.collapsed>.toggle-direction{transform:rotate(180deg)}.hll{background-color:#ffc}.c{color:#408080;font-style:italic}.err{border:1px solid red}.k{color:green;font-weight:700}.o{color:#666}.cm{color:#408080;font-style:italic}.cp{color:#bc7a00}.c1,.cs{color:#408080;font-style:italic}.gd{color:#a00000}.ge{font-style:italic}.gr{color:red}.gh{color:navy;font-weight:700}.gi{color:#00a000}.go{color:#888}.gp{color:navy}.gp,.gs,.gu{font-weight:700}.gu{color:purple}.gt{color:#04d}.kc,.kd,.kn{color:green;font-weight:700}.kp,.kr{color:green}.kr{font-weight:700}.kt{color:#b00040}.m{color:#666}.s{color:#ba2121}.na{color:#7d9029}.nb{color:green}.nc{color:#00f;font-weight:700}.no{color:#800}.nd{color:#a2f}.ni{color:#999}.ne,.ni{font-weight:700}.ne{color:#d2413a}.nf{color:#00f}.nl{color:#a0a000}.nn{color:#00f}.nn,.nt{font-weight:700}.nt{color:green}.nv{color:#19177c}.ow{color:#a2f;font-weight:700}.w{color:#bbb}.mb,.mf,.mh,.mi,.mo{color:#666}.sb,.sc,.sd{color:#ba2121}.sd{font-style:italic}.s1,.s2{color:#ba2121}.footer{align-items:center;background-color:#f5f5f5;bottom:0;color:#8e8e8d;display:flex;height:60px;justify-content:space-between;position:absolute;width:100%}.dag-view-tools{background-color:#f0f0f0;margin:16px 0;padding:16px 0}.code-wrap{margin-top:30px;position:relative}.code-wrap-toggle{position:absolute;right:15px;top:15px}.search-input{position:relative}.search-input__input{padding-right:40px}.search-input__clear-btn{border:0;position:absolute;right:2px;top:2px}.btn-group{display:inline-flex}.panel-body .panel-group+div{overflow-x:auto}.task-instance-modal-column{margin-top:8px;overflow-x:auto}.refresh-actions{align-items:center;display:inline-flex;float:right;justify-content:flex-end;margin-bottom:15px;min-width:225px;position:relative;right:10px}.refresh-actions>.switch-label{margin:0 10px}.loading-dots.refresh-loading{display:none}.trigger-dropdown-btn{border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.trigger-dropdown-menu{left:-112px}.dropdown-form-btn{background-color:#fff;border:none;color:#51504f;line-height:1.428571429;padding:3px 20px;text-align:left;width:100%}.dropdown-form-btn:focus,.dropdown-form-btn:hover{background-color:#f5f5f5;color:#262626}.tooltip{max-width:300px;z-index:0}.tooltip.d3-tip,.tooltip.in{z-index:1070}details summary{display:list-item}.menu-scroll{max-height:300px;overflow-y:auto}.next-asset-triggered:hover{background-color:#cbcbcb;cursor:pointer}