apache-airflow-providers-edge3 1.3.0rc1__py3-none-any.whl → 1.3.1__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.

Potentially problematic release.


This version of apache-airflow-providers-edge3 might be problematic. Click here for more details.

@@ -16,7 +16,6 @@
16
16
  * specific language governing permissions and limitations
17
17
  * under the License.
18
18
  */
19
-
20
19
  /* eslint-disable no-extra-boolean-cast */
21
20
  import { Alert as ChakraAlert } from "@chakra-ui/react";
22
21
  import { forwardRef } from "react";
@@ -16,7 +16,6 @@
16
16
  * specific language governing permissions and limitations
17
17
  * under the License.
18
18
  */
19
-
20
19
  /* eslint-disable perfectionist/sort-objects */
21
20
  import { createSystem, defaultConfig, defineConfig } from "@chakra-ui/react";
22
21
  import type { CSSProperties } from "react";
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-edge3
3
- Version: 1.3.0rc1
3
+ Version: 1.3.1
4
4
  Summary: Provider package apache-airflow-providers-edge3 for Apache Airflow
5
5
  Keywords: airflow-provider,edge3,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -20,12 +20,12 @@ Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.10.0rc1
23
+ Requires-Dist: apache-airflow>=2.10.0
24
24
  Requires-Dist: pydantic>=2.11.0
25
25
  Requires-Dist: retryhttp>=1.2.0,!=1.3.0
26
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
27
- Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-edge3/1.3.0/changelog.html
28
- Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-edge3/1.3.0
27
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.3.1/changelog.html
28
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.3.1
29
29
  Project-URL: Mastodon, https://fosstodon.org/@airflow
30
30
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
31
31
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -56,7 +56,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
56
56
 
57
57
  Package ``apache-airflow-providers-edge3``
58
58
 
59
- Release: ``1.3.0``
59
+ Release: ``1.3.1``
60
60
 
61
61
 
62
62
  Handle edge workers on remote sites via HTTP(s) connection and orchestrates work over distributed sites.
@@ -81,7 +81,7 @@ This is a provider package for ``edge3`` provider. All classes for this provider
81
81
  are in ``airflow.providers.edge3`` python package.
82
82
 
83
83
  You can find package information and changelog for the provider
84
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.3.0/>`_.
84
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.3.1/>`_.
85
85
 
86
86
  Installation
87
87
  ------------
@@ -104,5 +104,5 @@ PIP package Version required
104
104
  ================== ===================
105
105
 
106
106
  The changelog for the provider package can be found in the
107
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.3.0/changelog.html>`_.
107
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.3.1/changelog.html>`_.
108
108
 
@@ -1,5 +1,5 @@
1
1
  airflow/providers/edge3/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
2
- airflow/providers/edge3/__init__.py,sha256=vT6YKrohbryLOfXpKveRM0-hfus4_pJ9k-nCpQ8Rq4A,1494
2
+ airflow/providers/edge3/__init__.py,sha256=dqAPllbL8r38NlKyYd3Po0rYmGje5-uluTjQkNM6xl8,1494
3
3
  airflow/providers/edge3/get_provider_info.py,sha256=Ek27-dB4UALHUFYoYjtoQIGq0p7zeHcEgmELHvpVmCU,6836
4
4
  airflow/providers/edge3/version_compat.py,sha256=OMSc1Esqxt7BSjjyG6zWo_4pgW0dGi-71UXSuUKT8jE,1603
5
5
  airflow/providers/edge3/cli/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
@@ -20,7 +20,7 @@ airflow/providers/edge3/models/edge_logs.py,sha256=bNstp7gR54O2vbxzz4NTL0erbifFb
20
20
  airflow/providers/edge3/models/edge_worker.py,sha256=wUxDfxN-Hb4oAyHiA3TdwriIbgostHyg0fquyy37rEI,12405
21
21
  airflow/providers/edge3/openapi/__init__.py,sha256=0O-WvmDx8GeKSoECpHYrbe0hW-LgjlKny3VqTCpBQeQ,927
22
22
  airflow/providers/edge3/openapi/edge_worker_api_v1.yaml,sha256=GAE2IdOXmcUueNy5KFkLBgNpoWnOjnHT9TrW5NZEWpI,24938
23
- airflow/providers/edge3/openapi/v2-edge-generated.yaml,sha256=Log1huZkCqBTei1Z9no-O6pSQWPphHJTO5nBda7MFEw,40489
23
+ airflow/providers/edge3/openapi/v2-edge-generated.yaml,sha256=DWhscmhVpDmMpJk1XGURq8WcoiWSYamKCvbTRq5Kj2U,39727
24
24
  airflow/providers/edge3/plugins/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
25
25
  airflow/providers/edge3/plugins/edge_executor_plugin.py,sha256=Ajc2cpX68Kf3dKlBluXDPoEeVIQN6qBQZS7KG3_ucd8,12741
26
26
  airflow/providers/edge3/plugins/templates/edge_worker_hosts.html,sha256=0_P2yfZwpy3Kvqd3GBvu_PgmmKCUbso3ieW8aYa76iU,8997
@@ -31,8 +31,8 @@ airflow/providers/edge3/plugins/www/.prettierrc,sha256=l0bDuMVuy86p4BwgAssF2AqJL
31
31
  airflow/providers/edge3/plugins/www/README.md,sha256=VLm9Gf_vSdATdAaSeHDkKHmw3Oo_r4ZIHyu_8o0hju4,5110
32
32
  airflow/providers/edge3/plugins/www/eslint.config.js,sha256=8KEosRBtZkvb2mZYWagAukze0WUu8hrPWz4eSj1ONKE,1851
33
33
  airflow/providers/edge3/plugins/www/index.html,sha256=PsqOtfHrJYYwQjxqcAkVOmsl2cRJe8biKygXJjAj2ng,413
34
- airflow/providers/edge3/plugins/www/package.json,sha256=7gagPyIlh-DzD_iYc2zW0RkzyPtyPfVNpuT95RIEOGA,2450
35
- airflow/providers/edge3/plugins/www/pnpm-lock.yaml,sha256=MV2XlPs4AhZQyaWBt8bXQqJfCzF860Kzky9yUDnq8o0,220866
34
+ airflow/providers/edge3/plugins/www/package.json,sha256=gNUvkqls4gifamvwPQl22s73GxEPsgR00dzH5gy_-gE,2446
35
+ airflow/providers/edge3/plugins/www/pnpm-lock.yaml,sha256=QpUdqaG3Ch5GZ5UvYffGj6HvCfnarApjGl4QE2eS4V8,220096
36
36
  airflow/providers/edge3/plugins/www/testsSetup.ts,sha256=x1L_lXmigZgufra1L32Xcci_lLifbaG_tP6vx6gPscc,852
37
37
  airflow/providers/edge3/plugins/www/tsconfig.app.json,sha256=zpihgvrBvwjOwtHddJtYUi7Gp26diFtNYmJ7XlM3GUU,753
38
38
  airflow/providers/edge3/plugins/www/tsconfig.json,sha256=jZfUc2grkJB0eRDSFPEPfmBblsr__nGAww3ojidM0ho,158
@@ -40,7 +40,7 @@ airflow/providers/edge3/plugins/www/tsconfig.lib.json,sha256=Z5M3uhtIZ0Uc9CFjc7F
40
40
  airflow/providers/edge3/plugins/www/tsconfig.node.json,sha256=On9I0qUPqRSyxJNKP5OlnWX_rYR1CKZV8A3IgF1UxvE,680
41
41
  airflow/providers/edge3/plugins/www/vite.config.ts,sha256=d1AANLpXH9lmreFQXxKJDGLDK20GOSp2tlhcKT9aLQk,2876
42
42
  airflow/providers/edge3/plugins/www/dist/main.d.ts,sha256=eZKjnWzeXgUOt4RhqL-a2YYXWpSCboNcEQs5ZykL0kk,10
43
- airflow/providers/edge3/plugins/www/dist/main.umd.cjs,sha256=GJ9n3CbnTmtQsUXuMXuy0mCdfUXdwPhNr47aUBlvACM,562721
43
+ airflow/providers/edge3/plugins/www/dist/main.umd.cjs,sha256=OAMki1SaXBwRq-8uOwtxDyaRK-eBg-Vyth2HTP8elqE,574049
44
44
  airflow/providers/edge3/plugins/www/openapi-gen/queries/common.ts,sha256=mnY7x73LFNTprAZjwPRbl9W1VSmKXPflqtaQa4ocOxw,3531
45
45
  airflow/providers/edge3/plugins/www/openapi-gen/queries/ensureQueryData.ts,sha256=CCvoih7AKo7voklUkF6EjcjMMVB0HOTY53mBFn2Nly0,1317
46
46
  airflow/providers/edge3/plugins/www/openapi-gen/queries/index.ts,sha256=p941sYs7pyF4XLKPxPgBXIko0H6s2U4sowFygzJ6Jos,114
@@ -50,8 +50,8 @@ airflow/providers/edge3/plugins/www/openapi-gen/queries/queries.ts,sha256=XQUk9_
50
50
  airflow/providers/edge3/plugins/www/openapi-gen/queries/suspense.ts,sha256=fB73K0oi6HFwvqVz8q3zM-lOp6H4EMS2zt3Lqii59cA,2186
51
51
  airflow/providers/edge3/plugins/www/openapi-gen/requests/index.ts,sha256=eykx9J6S_c0q9PV3cHOSrSw9OnGo7njAdBjYO3VA_N8,326
52
52
  airflow/providers/edge3/plugins/www/openapi-gen/requests/schemas.gen.ts,sha256=Vu5-aOO7-RU3QwS4G-4420bnNrj5W0ao4hcfDi_n_rc,20065
53
- airflow/providers/edge3/plugins/www/openapi-gen/requests/services.gen.ts,sha256=D-vVoLWvjh9qDoBnjtLgHESYUTC0S_GJcclCqH4_IBY,15177
54
- airflow/providers/edge3/plugins/www/openapi-gen/requests/types.gen.ts,sha256=Sn6qG4qSAjCDB6gAAG-PU-Mwct2h7RENhdkyxxQeFzc,18943
53
+ airflow/providers/edge3/plugins/www/openapi-gen/requests/services.gen.ts,sha256=x02frfqDlIJ6qez5CJRPpESVFBvfUO03FRCES_eqzWM,15207
54
+ airflow/providers/edge3/plugins/www/openapi-gen/requests/types.gen.ts,sha256=JHrfL_f8KV3lguG3wAWH8-1K8tMSNmgsl9Hi-MS_1eE,19003
55
55
  airflow/providers/edge3/plugins/www/openapi-gen/requests/core/ApiError.ts,sha256=lfUGx_azgmK9WTL4eCD6q3MSHgi9kwbORAtzKpRD_pU,611
56
56
  airflow/providers/edge3/plugins/www/openapi-gen/requests/core/ApiRequestOptions.ts,sha256=TXwm2FFITqANuXL9C6kdYUtG6TJEuQWtERQOrbS1zxA,617
57
57
  airflow/providers/edge3/plugins/www/openapi-gen/requests/core/ApiResult.ts,sha256=i4pH_Yw7ZHyZmsb4PIXn8LhRqJVMFIp4fZ6OkPO32k4,166
@@ -60,7 +60,7 @@ airflow/providers/edge3/plugins/www/openapi-gen/requests/core/OpenAPI.ts,sha256=
60
60
  airflow/providers/edge3/plugins/www/openapi-gen/requests/core/request.ts,sha256=jG833drJAZFBKN9hnEL6RIRmAfys9eb5rC8p99wBWXk,9598
61
61
  airflow/providers/edge3/plugins/www/src/dev.tsx,sha256=5sZlduF3IFFXKZMxV06hLsxhcCuWNzUMM4Ni1RITG8w,1114
62
62
  airflow/providers/edge3/plugins/www/src/main.tsx,sha256=Iv_6Ln7cYlcsZT8C3vDsJGRY3YdDwVBe86CrcCs7euQ,1837
63
- airflow/providers/edge3/plugins/www/src/theme.ts,sha256=jHKET2sbLILW2nrARgAL5cXYfAxOIoIt16WruK26Ies,21459
63
+ airflow/providers/edge3/plugins/www/src/theme.ts,sha256=6Fbo0Mwbah6HTupBYyUqOt_T8DAZtDG2UABtOoxUe1w,21458
64
64
  airflow/providers/edge3/plugins/www/src/vite-env.d.ts,sha256=eY6SmeO3WS4Bxne5yY6kn_PXLilnlFfluNuZswLUDys,848
65
65
  airflow/providers/edge3/plugins/www/src/components/AddQueueButton.tsx,sha256=Ahyf0_NXqEM0UjIdMyTuANKToD1coqfEjdsQiudK_Fg,4159
66
66
  airflow/providers/edge3/plugins/www/src/components/ErrorAlert.tsx,sha256=4DFdnxEPWRBHCvMm5q5HKMH4D223jMNUX6zxKdZStNM,2182
@@ -75,7 +75,7 @@ airflow/providers/edge3/plugins/www/src/components/WorkerOperations.tsx,sha256=N
75
75
  airflow/providers/edge3/plugins/www/src/components/WorkerShutdownButton.tsx,sha256=IehKTRjCOkDuN1FeSQR-2TCxuK3BaN4VIWz_LBC9bjM,3629
76
76
  airflow/providers/edge3/plugins/www/src/components/WorkerStateBadge.tsx,sha256=tJX9FifJZKt4WqUyaTwMFxreTGpqxXK6-idfFSvNfXQ,3925
77
77
  airflow/providers/edge3/plugins/www/src/components/WorkerStateIcon.tsx,sha256=kJ3HgTLlQb5xBph9Cb-LxYLO-d7DMMURBbq-asfXDo0,2158
78
- airflow/providers/edge3/plugins/www/src/components/ui/Alert.tsx,sha256=gvndA8o2UqF0tfqijDZD4NkZ_DGBQK4Xj-oPKSgjEGw,2200
78
+ airflow/providers/edge3/plugins/www/src/components/ui/Alert.tsx,sha256=mE0yClICatcUqESJEWFxbVZsBrWBAZqeaSqAzHdIDe8,2199
79
79
  airflow/providers/edge3/plugins/www/src/components/ui/CloseButton.tsx,sha256=ZsaWKOHXz5Ic20l9nxy1IUNFJqvTXEn6Tnz6LVha1ZM,1341
80
80
  airflow/providers/edge3/plugins/www/src/components/ui/ScrollToAnchor.tsx,sha256=iznVBnAu5kbGY-F8YoDu1ZXrm_K-0mnqsfVCv0adVP8,1653
81
81
  airflow/providers/edge3/plugins/www/src/components/ui/createToaster.ts,sha256=kuOy0Zs_gLXSWJguySQALqjn1r5KPB90Hci8sVKbjrE,955
@@ -107,7 +107,7 @@ airflow/providers/edge3/worker_api/routes/jobs.py,sha256=UK1w6nXEUadOLwE9abZ4jHH
107
107
  airflow/providers/edge3/worker_api/routes/logs.py,sha256=uk0SZ5hAimj3sAcq1FYCDu0AXYNeTeyjZDGBvw-986E,4945
108
108
  airflow/providers/edge3/worker_api/routes/ui.py,sha256=qXELQI6RZ80fLDTB0K6Z2H__ofJwRSvK6J1UYW3JC7g,9786
109
109
  airflow/providers/edge3/worker_api/routes/worker.py,sha256=BGARu1RZ74lW9X-ltuMYbbVXczm_MZdqHaai2MhDWtY,8969
110
- apache_airflow_providers_edge3-1.3.0rc1.dist-info/entry_points.txt,sha256=7WUIGfd3o9NvvbK5trbZxNXTgYGc6pqg74wZPigbx5o,206
111
- apache_airflow_providers_edge3-1.3.0rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
112
- apache_airflow_providers_edge3-1.3.0rc1.dist-info/METADATA,sha256=z5gA4C_5R8AxkU4m8k7N3zhvYdL_kOhSaA49ezjekGw,4761
113
- apache_airflow_providers_edge3-1.3.0rc1.dist-info/RECORD,,
110
+ apache_airflow_providers_edge3-1.3.1.dist-info/entry_points.txt,sha256=7WUIGfd3o9NvvbK5trbZxNXTgYGc6pqg74wZPigbx5o,206
111
+ apache_airflow_providers_edge3-1.3.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
112
+ apache_airflow_providers_edge3-1.3.1.dist-info/METADATA,sha256=O1EF7djIIZlOekbKRcey2nWL2Gq00FcM3HGtLTC82-4,4741
113
+ apache_airflow_providers_edge3-1.3.1.dist-info/RECORD,,