apache-airflow-providers-fab 2.0.1__py3-none-any.whl → 2.0.2rc1__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/security_manager/override.py +1 -1
- airflow/providers/fab/www/package-lock.json +53 -53
- airflow/providers/fab/www/package.json +3 -3
- airflow/providers/fab/www/security/permissions.py +1 -11
- {apache_airflow_providers_fab-2.0.1.dist-info → apache_airflow_providers_fab-2.0.2rc1.dist-info}/METADATA +8 -8
- {apache_airflow_providers_fab-2.0.1.dist-info → apache_airflow_providers_fab-2.0.2rc1.dist-info}/RECORD +11 -11
- {apache_airflow_providers_fab-2.0.1.dist-info → apache_airflow_providers_fab-2.0.2rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_fab-2.0.1.dist-info → apache_airflow_providers_fab-2.0.2rc1.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_fab-2.0.1.dist-info → apache_airflow_providers_fab-2.0.2rc1.dist-info}/licenses/3rd-party-licenses/LICENSES-ui.txt +0 -0
- {apache_airflow_providers_fab-2.0.1.dist-info → apache_airflow_providers_fab-2.0.2rc1.dist-info}/licenses/NOTICE +0 -0
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "2.0.
|
32
|
+
__version__ = "2.0.2"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"3.0.0"
|
@@ -216,6 +216,7 @@ class FabAirflowSecurityManagerOverride(AirflowSecurityManagerV2):
|
|
216
216
|
(permissions.ACTION_CAN_READ, RESOURCE_ASSET_ALIAS),
|
217
217
|
(permissions.ACTION_CAN_READ, RESOURCE_BACKFILL),
|
218
218
|
(permissions.ACTION_CAN_READ, permissions.RESOURCE_CLUSTER_ACTIVITY),
|
219
|
+
(permissions.ACTION_CAN_READ, permissions.RESOURCE_CONFIG),
|
219
220
|
(permissions.ACTION_CAN_READ, permissions.RESOURCE_POOL),
|
220
221
|
(permissions.ACTION_CAN_READ, permissions.RESOURCE_IMPORT_ERROR),
|
221
222
|
(permissions.ACTION_CAN_READ, permissions.RESOURCE_JOB),
|
@@ -258,7 +259,6 @@ class FabAirflowSecurityManagerOverride(AirflowSecurityManagerV2):
|
|
258
259
|
|
259
260
|
# [START security_op_perms]
|
260
261
|
OP_PERMISSIONS = [
|
261
|
-
(permissions.ACTION_CAN_READ, permissions.RESOURCE_CONFIG),
|
262
262
|
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_ADMIN_MENU),
|
263
263
|
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_CONFIG),
|
264
264
|
(permissions.ACTION_CAN_ACCESS_MENU, permissions.RESOURCE_CONNECTION),
|
@@ -22,7 +22,7 @@
|
|
22
22
|
"copy-webpack-plugin": "^13.0.0",
|
23
23
|
"css-loader": "7.1.2",
|
24
24
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
25
|
-
"eslint": "^9.
|
25
|
+
"eslint": "^9.25.1",
|
26
26
|
"eslint-config-prettier": "^10.1.2",
|
27
27
|
"eslint-plugin-html": "^8.1.2",
|
28
28
|
"eslint-plugin-import": "^2.27.5",
|
@@ -33,10 +33,10 @@
|
|
33
33
|
"moment": "^2.29.4",
|
34
34
|
"moment-locales-webpack-plugin": "^1.2.0",
|
35
35
|
"prettier": "^3.5.3",
|
36
|
-
"stylelint": "^16.
|
36
|
+
"stylelint": "^16.19.0",
|
37
37
|
"terser-webpack-plugin": "<6.0.0",
|
38
38
|
"url-loader": "4.1.1",
|
39
|
-
"webpack": "^5.99.
|
39
|
+
"webpack": "^5.99.6",
|
40
40
|
"webpack-cli": "^6.0.1",
|
41
41
|
"webpack-license-plugin": "^4.2.1",
|
42
42
|
"webpack-manifest-plugin": "^5.0.1"
|
@@ -1654,9 +1654,9 @@
|
|
1654
1654
|
}
|
1655
1655
|
},
|
1656
1656
|
"node_modules/@eslint/config-helpers": {
|
1657
|
-
"version": "0.2.
|
1658
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.
|
1659
|
-
"integrity": "sha512-
|
1657
|
+
"version": "0.2.1",
|
1658
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.1.tgz",
|
1659
|
+
"integrity": "sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==",
|
1660
1660
|
"dev": true,
|
1661
1661
|
"license": "Apache-2.0",
|
1662
1662
|
"engines": {
|
@@ -1664,9 +1664,9 @@
|
|
1664
1664
|
}
|
1665
1665
|
},
|
1666
1666
|
"node_modules/@eslint/core": {
|
1667
|
-
"version": "0.
|
1668
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.
|
1669
|
-
"integrity": "sha512-
|
1667
|
+
"version": "0.13.0",
|
1668
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
|
1669
|
+
"integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
|
1670
1670
|
"dev": true,
|
1671
1671
|
"license": "Apache-2.0",
|
1672
1672
|
"dependencies": {
|
@@ -1734,9 +1734,9 @@
|
|
1734
1734
|
}
|
1735
1735
|
},
|
1736
1736
|
"node_modules/@eslint/js": {
|
1737
|
-
"version": "9.
|
1738
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
1739
|
-
"integrity": "sha512-
|
1737
|
+
"version": "9.25.1",
|
1738
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.25.1.tgz",
|
1739
|
+
"integrity": "sha512-dEIwmjntEx8u3Uvv+kr3PDeeArL8Hw07H9kyYxCjnM9pBjfEhk6uLXSchxxzgiwtRhhzVzqmUSDFBOi1TuZ7qg==",
|
1740
1740
|
"dev": true,
|
1741
1741
|
"license": "MIT",
|
1742
1742
|
"engines": {
|
@@ -1754,13 +1754,13 @@
|
|
1754
1754
|
}
|
1755
1755
|
},
|
1756
1756
|
"node_modules/@eslint/plugin-kit": {
|
1757
|
-
"version": "0.2.
|
1758
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.
|
1759
|
-
"integrity": "sha512-
|
1757
|
+
"version": "0.2.8",
|
1758
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
|
1759
|
+
"integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
|
1760
1760
|
"dev": true,
|
1761
1761
|
"license": "Apache-2.0",
|
1762
1762
|
"dependencies": {
|
1763
|
-
"@eslint/core": "^0.
|
1763
|
+
"@eslint/core": "^0.13.0",
|
1764
1764
|
"levn": "^0.4.1"
|
1765
1765
|
},
|
1766
1766
|
"engines": {
|
@@ -2830,20 +2830,20 @@
|
|
2830
2830
|
"dev": true
|
2831
2831
|
},
|
2832
2832
|
"node_modules/cacheable": {
|
2833
|
-
"version": "1.8.
|
2834
|
-
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.
|
2835
|
-
"integrity": "sha512-
|
2833
|
+
"version": "1.8.10",
|
2834
|
+
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.10.tgz",
|
2835
|
+
"integrity": "sha512-0ZnbicB/N2R6uziva8l6O6BieBklArWyiGx4GkwAhLKhSHyQtRfM9T1nx7HHuHDKkYB/efJQhz3QJ6x/YqoZzA==",
|
2836
2836
|
"dev": true,
|
2837
2837
|
"license": "MIT",
|
2838
2838
|
"dependencies": {
|
2839
|
-
"hookified": "^1.
|
2840
|
-
"keyv": "^5.3.
|
2839
|
+
"hookified": "^1.8.1",
|
2840
|
+
"keyv": "^5.3.2"
|
2841
2841
|
}
|
2842
2842
|
},
|
2843
2843
|
"node_modules/cacheable/node_modules/keyv": {
|
2844
|
-
"version": "5.3.
|
2845
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.3.
|
2846
|
-
"integrity": "sha512-
|
2844
|
+
"version": "5.3.3",
|
2845
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-5.3.3.tgz",
|
2846
|
+
"integrity": "sha512-Rwu4+nXI9fqcxiEHtbkvoes2X+QfkTRo1TMkPfwzipGsJlJO/z69vqB4FNl9xJ3xCpAcbkvmEabZfPzrwN3+gQ==",
|
2847
2847
|
"dev": true,
|
2848
2848
|
"license": "MIT",
|
2849
2849
|
"dependencies": {
|
@@ -3949,20 +3949,20 @@
|
|
3949
3949
|
}
|
3950
3950
|
},
|
3951
3951
|
"node_modules/eslint": {
|
3952
|
-
"version": "9.
|
3953
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
3954
|
-
"integrity": "sha512-
|
3952
|
+
"version": "9.25.1",
|
3953
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.25.1.tgz",
|
3954
|
+
"integrity": "sha512-E6Mtz9oGQWDCpV12319d59n4tx9zOTXSTmc8BLVxBx+G/0RdM5MvEEJLU9c0+aleoePYYgVTOsRblx433qmhWQ==",
|
3955
3955
|
"dev": true,
|
3956
3956
|
"license": "MIT",
|
3957
3957
|
"dependencies": {
|
3958
3958
|
"@eslint-community/eslint-utils": "^4.2.0",
|
3959
3959
|
"@eslint-community/regexpp": "^4.12.1",
|
3960
3960
|
"@eslint/config-array": "^0.20.0",
|
3961
|
-
"@eslint/config-helpers": "^0.2.
|
3962
|
-
"@eslint/core": "^0.
|
3961
|
+
"@eslint/config-helpers": "^0.2.1",
|
3962
|
+
"@eslint/core": "^0.13.0",
|
3963
3963
|
"@eslint/eslintrc": "^3.3.1",
|
3964
|
-
"@eslint/js": "9.
|
3965
|
-
"@eslint/plugin-kit": "^0.2.
|
3964
|
+
"@eslint/js": "9.25.1",
|
3965
|
+
"@eslint/plugin-kit": "^0.2.8",
|
3966
3966
|
"@humanfs/node": "^0.16.6",
|
3967
3967
|
"@humanwhocodes/module-importer": "^1.0.1",
|
3968
3968
|
"@humanwhocodes/retry": "^0.4.2",
|
@@ -4598,15 +4598,15 @@
|
|
4598
4598
|
}
|
4599
4599
|
},
|
4600
4600
|
"node_modules/flat-cache": {
|
4601
|
-
"version": "6.1.
|
4602
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.
|
4603
|
-
"integrity": "sha512-
|
4601
|
+
"version": "6.1.8",
|
4602
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.8.tgz",
|
4603
|
+
"integrity": "sha512-R6MaD3nrJAtO7C3QOuS79ficm2pEAy++TgEUD8ii1LVlbcgZ9DtASLkt9B+RZSFCzm7QHDMlXPsqqB6W2Pfr1Q==",
|
4604
4604
|
"dev": true,
|
4605
4605
|
"license": "MIT",
|
4606
4606
|
"dependencies": {
|
4607
4607
|
"cacheable": "^1.8.9",
|
4608
4608
|
"flatted": "^3.3.3",
|
4609
|
-
"hookified": "^1.
|
4609
|
+
"hookified": "^1.8.1"
|
4610
4610
|
}
|
4611
4611
|
},
|
4612
4612
|
"node_modules/flatted": {
|
@@ -4971,9 +4971,9 @@
|
|
4971
4971
|
}
|
4972
4972
|
},
|
4973
4973
|
"node_modules/hookified": {
|
4974
|
-
"version": "1.8.
|
4975
|
-
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.8.
|
4976
|
-
"integrity": "sha512-
|
4974
|
+
"version": "1.8.2",
|
4975
|
+
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.8.2.tgz",
|
4976
|
+
"integrity": "sha512-5nZbBNP44sFCDjSoB//0N7m508APCgbQ4mGGo1KJGBYyCKNHfry1Pvd0JVHZIxjdnqn8nFRBAN/eFB6Rk/4w5w==",
|
4977
4977
|
"dev": true,
|
4978
4978
|
"license": "MIT"
|
4979
4979
|
},
|
@@ -5743,9 +5743,9 @@
|
|
5743
5743
|
}
|
5744
5744
|
},
|
5745
5745
|
"node_modules/known-css-properties": {
|
5746
|
-
"version": "0.
|
5747
|
-
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.
|
5748
|
-
"integrity": "sha512-
|
5746
|
+
"version": "0.36.0",
|
5747
|
+
"resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.36.0.tgz",
|
5748
|
+
"integrity": "sha512-A+9jP+IUmuQsNdsLdcg6Yt7voiMF/D4K83ew0OpJtpu+l34ef7LaohWV0Rc6KNvzw6ZDizkqfyB5JznZnzuKQA==",
|
5749
5749
|
"dev": true,
|
5750
5750
|
"license": "MIT"
|
5751
5751
|
},
|
@@ -7882,9 +7882,9 @@
|
|
7882
7882
|
}
|
7883
7883
|
},
|
7884
7884
|
"node_modules/stylelint": {
|
7885
|
-
"version": "16.
|
7886
|
-
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.
|
7887
|
-
"integrity": "sha512-
|
7885
|
+
"version": "16.19.0",
|
7886
|
+
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.0.tgz",
|
7887
|
+
"integrity": "sha512-BJzc5mo/ez0H/ZSl3UbxGdkK/s0kFGsF5/k6IGu4z8wJ1qp49WrOS9RxswvcN6HMirt0g/iiJqOwLHTbWv49IQ==",
|
7888
7888
|
"dev": true,
|
7889
7889
|
"funding": [
|
7890
7890
|
{
|
@@ -7911,7 +7911,7 @@
|
|
7911
7911
|
"debug": "^4.3.7",
|
7912
7912
|
"fast-glob": "^3.3.3",
|
7913
7913
|
"fastest-levenshtein": "^1.0.16",
|
7914
|
-
"file-entry-cache": "^10.0.
|
7914
|
+
"file-entry-cache": "^10.0.8",
|
7915
7915
|
"global-modules": "^2.0.0",
|
7916
7916
|
"globby": "^11.1.0",
|
7917
7917
|
"globjoin": "^0.1.4",
|
@@ -7919,7 +7919,7 @@
|
|
7919
7919
|
"ignore": "^7.0.3",
|
7920
7920
|
"imurmurhash": "^0.1.4",
|
7921
7921
|
"is-plain-object": "^5.0.0",
|
7922
|
-
"known-css-properties": "^0.
|
7922
|
+
"known-css-properties": "^0.36.0",
|
7923
7923
|
"mathml-tag-names": "^2.1.3",
|
7924
7924
|
"meow": "^13.2.0",
|
7925
7925
|
"micromatch": "^4.0.8",
|
@@ -7988,13 +7988,13 @@
|
|
7988
7988
|
}
|
7989
7989
|
},
|
7990
7990
|
"node_modules/stylelint/node_modules/file-entry-cache": {
|
7991
|
-
"version": "10.0.
|
7992
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.
|
7993
|
-
"integrity": "sha512-
|
7991
|
+
"version": "10.0.8",
|
7992
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-10.0.8.tgz",
|
7993
|
+
"integrity": "sha512-FGXHpfmI4XyzbLd3HQ8cbUcsFGohJpZtmQRHr8z8FxxtCe2PcpgIlVLwIgunqjvRmXypBETvwhV4ptJizA+Y1Q==",
|
7994
7994
|
"dev": true,
|
7995
7995
|
"license": "MIT",
|
7996
7996
|
"dependencies": {
|
7997
|
-
"flat-cache": "^6.1.
|
7997
|
+
"flat-cache": "^6.1.8"
|
7998
7998
|
}
|
7999
7999
|
},
|
8000
8000
|
"node_modules/stylelint/node_modules/ignore": {
|
@@ -8603,9 +8603,9 @@
|
|
8603
8603
|
}
|
8604
8604
|
},
|
8605
8605
|
"node_modules/webpack": {
|
8606
|
-
"version": "5.99.
|
8607
|
-
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.
|
8608
|
-
"integrity": "sha512-
|
8606
|
+
"version": "5.99.6",
|
8607
|
+
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz",
|
8608
|
+
"integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==",
|
8609
8609
|
"dev": true,
|
8610
8610
|
"license": "MIT",
|
8611
8611
|
"dependencies": {
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"copy-webpack-plugin": "^13.0.0",
|
49
49
|
"css-loader": "7.1.2",
|
50
50
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
51
|
-
"eslint": "^9.
|
51
|
+
"eslint": "^9.25.1",
|
52
52
|
"eslint-config-prettier": "^10.1.2",
|
53
53
|
"eslint-plugin-html": "^8.1.2",
|
54
54
|
"eslint-plugin-import": "^2.27.5",
|
@@ -59,10 +59,10 @@
|
|
59
59
|
"moment": "^2.29.4",
|
60
60
|
"moment-locales-webpack-plugin": "^1.2.0",
|
61
61
|
"prettier": "^3.5.3",
|
62
|
-
"stylelint": "^16.
|
62
|
+
"stylelint": "^16.19.0",
|
63
63
|
"terser-webpack-plugin": "<6.0.0",
|
64
64
|
"url-loader": "4.1.1",
|
65
|
-
"webpack": "^5.99.
|
65
|
+
"webpack": "^5.99.6",
|
66
66
|
"webpack-cli": "^6.0.1",
|
67
67
|
"webpack-license-plugin": "^4.2.1",
|
68
68
|
"webpack-manifest-plugin": "^5.0.1"
|
@@ -95,13 +95,7 @@ PREFIX_RESOURCES_MAP = {details["prefix"]: resource for resource, details in RES
|
|
95
95
|
|
96
96
|
|
97
97
|
def resource_name(root_dag_id: str, resource: str) -> str:
|
98
|
-
"""
|
99
|
-
Return the resource name for a DAG id.
|
100
|
-
|
101
|
-
Note that since a sub-DAG should follow the permission of its
|
102
|
-
parent DAG, you should pass ``DagModel.root_dag_id`` to this function,
|
103
|
-
for a subdag. A normal dag should pass the ``DagModel.dag_id``.
|
104
|
-
"""
|
98
|
+
"""Return the resource name for a DAG id."""
|
105
99
|
if root_dag_id in RESOURCE_DETAILS_MAP.keys():
|
106
100
|
return root_dag_id
|
107
101
|
if root_dag_id.startswith(tuple(PREFIX_RESOURCES_MAP.keys())):
|
@@ -113,10 +107,6 @@ def resource_name_for_dag(root_dag_id: str) -> str:
|
|
113
107
|
"""
|
114
108
|
Return the resource name for a DAG id.
|
115
109
|
|
116
|
-
Note that since a sub-DAG should follow the permission of its
|
117
|
-
parent DAG, you should pass ``DagModel.root_dag_id`` to this function,
|
118
|
-
for a subdag. A normal dag should pass the ``DagModel.dag_id``.
|
119
|
-
|
120
110
|
Note: This function is kept for backwards compatibility.
|
121
111
|
"""
|
122
112
|
if root_dag_id == RESOURCE_DAG:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-fab
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.2rc1
|
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>
|
@@ -22,8 +22,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
23
|
License-File: 3rd-party-licenses/LICENSES-ui.txt
|
24
24
|
License-File: NOTICE
|
25
|
-
Requires-Dist: apache-airflow>=3.0.
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.2.
|
25
|
+
Requires-Dist: apache-airflow>=3.0.0rc0
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.2.1rc0
|
27
27
|
Requires-Dist: blinker>=1.6.2
|
28
28
|
Requires-Dist: flask>=2.2.1,<2.3
|
29
29
|
Requires-Dist: flask-appbuilder==4.5.3
|
@@ -36,8 +36,8 @@ Requires-Dist: werkzeug>=2.2,<4
|
|
36
36
|
Requires-Dist: wtforms>=3.0,<4
|
37
37
|
Requires-Dist: kerberos>=1.3.0 ; extra == "kerberos"
|
38
38
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
39
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.
|
40
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.
|
39
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.2/changelog.html
|
40
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.2
|
41
41
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
42
42
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
43
43
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -69,7 +69,7 @@ Provides-Extra: kerberos
|
|
69
69
|
|
70
70
|
Package ``apache-airflow-providers-fab``
|
71
71
|
|
72
|
-
Release: ``2.0.
|
72
|
+
Release: ``2.0.2``
|
73
73
|
|
74
74
|
|
75
75
|
`Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__
|
@@ -82,7 +82,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
|
|
82
82
|
are in ``airflow.providers.fab`` python package.
|
83
83
|
|
84
84
|
You can find package information and changelog for the provider
|
85
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.
|
85
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.2/>`_.
|
86
86
|
|
87
87
|
Installation
|
88
88
|
------------
|
@@ -133,5 +133,5 @@ Dependent package
|
|
133
133
|
================================================================================================================== =================
|
134
134
|
|
135
135
|
The changelog for the provider package can be found in the
|
136
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.
|
136
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-fab/2.0.2/changelog.html>`_.
|
137
137
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
airflow/providers/fab/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
-
airflow/providers/fab/__init__.py,sha256=
|
2
|
+
airflow/providers/fab/__init__.py,sha256=FhqpesgH8rXzZCFWzwQHU_EyIobGCvZ_SWN2SbvUhPk,1490
|
3
3
|
airflow/providers/fab/alembic.ini,sha256=_1SvObfjMAkuD7DN5VR2S6Rd7_F81pORZT-w7GJldIA,4461
|
4
4
|
airflow/providers/fab/get_provider_info.py,sha256=I1fRKp4u-vUmSjoVyFmdD_spXfWhmdIqtlnWe2F5m40,5149
|
5
5
|
airflow/providers/fab/auth_manager/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
@@ -39,7 +39,7 @@ airflow/providers/fab/auth_manager/schemas/role_and_permission_schema.py,sha256=
|
|
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=
|
42
|
+
airflow/providers/fab/auth_manager/security_manager/override.py,sha256=oHNQiDxbDIUYbeZ3JBt_W1V0qLwKdG__z4gT6Ul6Fzo,97105
|
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
|
@@ -57,8 +57,8 @@ airflow/providers/fab/www/airflow_flask_app.py,sha256=-JPQ-mS1kKEj5adENnoVSD4LaF
|
|
57
57
|
airflow/providers/fab/www/app.py,sha256=RhUCSxS4Sivwu7aeLOqIVADszBh9uWOs1oni99FY9Rk,4951
|
58
58
|
airflow/providers/fab/www/auth.py,sha256=1oLlJybsjOqxhcmD_Rbtcg5nQySmfArJnIw7jq09V18,12615
|
59
59
|
airflow/providers/fab/www/constants.py,sha256=VUg48B-EZAUZ2IIdmL31Iv0lRlP0yLNPNTufB7rsWr0,1352
|
60
|
-
airflow/providers/fab/www/package-lock.json,sha256=
|
61
|
-
airflow/providers/fab/www/package.json,sha256=
|
60
|
+
airflow/providers/fab/www/package-lock.json,sha256=dgIF_T3YGq6ADZI5dN2eeSXP7hONiZqB0YlCPdV0QXw,328252
|
61
|
+
airflow/providers/fab/www/package.json,sha256=UaH_5jXLcgRDEVZ5F58agdwk9cW4CQqnML3pVP8bdtg,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
|
@@ -78,7 +78,7 @@ airflow/providers/fab/www/extensions/init_security.py,sha256=sDwMjNMMQgyn2tsQAVk
|
|
78
78
|
airflow/providers/fab/www/extensions/init_session.py,sha256=y8zUVSngawNhkO4egEkhrQ_2v03wCeDjm8LUaNY0sZ8,2637
|
79
79
|
airflow/providers/fab/www/extensions/init_views.py,sha256=4zFnPwFhO3wfqnDDvsRgeU5jjy2JImgMia-flg6BZgQ,6411
|
80
80
|
airflow/providers/fab/www/security/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
81
|
-
airflow/providers/fab/www/security/permissions.py,sha256=
|
81
|
+
airflow/providers/fab/www/security/permissions.py,sha256=ILDlhM1Q64OrxSaBgM----gZdQyzID3edGVZKsw3NBM,4107
|
82
82
|
airflow/providers/fab/www/static/sort_asc.png,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
83
83
|
airflow/providers/fab/www/static/sort_both.png,sha256=PgFsI65RQXOCtkCuLRnrSAR1MsN61TiUvRhVhlWcz_s,201
|
84
84
|
airflow/providers/fab/www/static/sort_desc.png,sha256=0I7Q4h8YfdMJAw1GUiTagIURmhWhfWFroOR3u1DG8Q0,158
|
@@ -119,9 +119,9 @@ airflow/providers/fab/www/templates/appbuilder/index.html,sha256=ZaZsNdD8fCENqdn
|
|
119
119
|
airflow/providers/fab/www/templates/appbuilder/navbar.html,sha256=1Q8u90aONY_PKTBtApwyp0EeudSsJyysW2UYo9Fa1cc,10215
|
120
120
|
airflow/providers/fab/www/templates/appbuilder/navbar_menu.html,sha256=WWQ-_QLMqcW4Cpx_1_yulaQO-soD6ztnY2zfmBAUAGI,2034
|
121
121
|
airflow/providers/fab/www/templates/appbuilder/navbar_right.html,sha256=qrwZDBbzLi4yhLrfai842MJDdQ4C31Xz9hJ3NoG5mo0,2488
|
122
|
-
apache_airflow_providers_fab-2.0.
|
123
|
-
apache_airflow_providers_fab-2.0.
|
124
|
-
apache_airflow_providers_fab-2.0.
|
125
|
-
apache_airflow_providers_fab-2.0.
|
126
|
-
apache_airflow_providers_fab-2.0.
|
127
|
-
apache_airflow_providers_fab-2.0.
|
122
|
+
apache_airflow_providers_fab-2.0.2rc1.dist-info/entry_points.txt,sha256=m05kASp7vFi0ZmQ--CFp7GeJpPL7UT2RQF8EEP5XRX8,99
|
123
|
+
apache_airflow_providers_fab-2.0.2rc1.dist-info/licenses/3rd-party-licenses/LICENSES-ui.txt,sha256=C9vBr_KiUhI3jjCS754n_SPi-ylD8SiJgXlOWuNOO98,3688
|
124
|
+
apache_airflow_providers_fab-2.0.2rc1.dist-info/licenses/NOTICE,sha256=GrKwLaFNGIn3J86ucRfNIExRSCD6-7nty84-84F2ad4,448
|
125
|
+
apache_airflow_providers_fab-2.0.2rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
126
|
+
apache_airflow_providers_fab-2.0.2rc1.dist-info/METADATA,sha256=p8L7qB-RbD5VmhKJVhlI_9kivp03ak2TRTk5E4nkylE,6156
|
127
|
+
apache_airflow_providers_fab-2.0.2rc1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|