apache-airflow-providers-edge3 1.4.1rc2__py3-none-any.whl → 1.5.0__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/edge3/__init__.py +1 -1
- airflow/providers/edge3/cli/worker.py +5 -1
- airflow/providers/edge3/get_provider_info.py +7 -0
- airflow/providers/edge3/plugins/www/dist/main.umd.cjs +8 -100
- airflow/providers/edge3/plugins/www/package.json +18 -18
- airflow/providers/edge3/plugins/www/pnpm-lock.yaml +1291 -1185
- {apache_airflow_providers_edge3-1.4.1rc2.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/METADATA +10 -8
- {apache_airflow_providers_edge3-1.4.1rc2.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/RECORD +12 -11
- apache_airflow_providers_edge3-1.5.0.dist-info/licenses/NOTICE +5 -0
- {apache_airflow_providers_edge3-1.4.1rc2.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_edge3-1.4.1rc2.dist-info → apache_airflow_providers_edge3-1.5.0.dist-info}/entry_points.txt +0 -0
- {airflow/providers/edge3 → apache_airflow_providers_edge3-1.5.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-edge3
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5.0
|
|
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>
|
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
8
8
|
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/x-rst
|
|
10
|
+
License-Expression: Apache-2.0
|
|
10
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
11
12
|
Classifier: Environment :: Console
|
|
12
13
|
Classifier: Environment :: Web Environment
|
|
@@ -14,19 +15,20 @@ Classifier: Intended Audience :: Developers
|
|
|
14
15
|
Classifier: Intended Audience :: System Administrators
|
|
15
16
|
Classifier: Framework :: Apache Airflow
|
|
16
17
|
Classifier: Framework :: Apache Airflow :: Provider
|
|
17
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.10
|
|
19
19
|
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
|
+
License-File: LICENSE
|
|
24
|
+
License-File: NOTICE
|
|
23
25
|
Requires-Dist: apache-airflow>=2.10.0,!=3.1.0
|
|
24
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.8.
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.8.0
|
|
25
27
|
Requires-Dist: pydantic>=2.11.0
|
|
26
28
|
Requires-Dist: retryhttp>=1.2.0,!=1.3.0
|
|
27
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
28
|
-
Project-URL: Changelog, https://airflow.
|
|
29
|
-
Project-URL: Documentation, https://airflow.
|
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0/changelog.html
|
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0
|
|
30
32
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
31
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
32
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -57,7 +59,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
57
59
|
|
|
58
60
|
Package ``apache-airflow-providers-edge3``
|
|
59
61
|
|
|
60
|
-
Release: ``1.
|
|
62
|
+
Release: ``1.5.0``
|
|
61
63
|
|
|
62
64
|
|
|
63
65
|
Handle edge workers on remote sites via HTTP(s) connection and orchestrates work over distributed sites.
|
|
@@ -82,7 +84,7 @@ This is a provider package for ``edge3`` provider. All classes for this provider
|
|
|
82
84
|
are in ``airflow.providers.edge3`` python package.
|
|
83
85
|
|
|
84
86
|
You can find package information and changelog for the provider
|
|
85
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.
|
|
87
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0/>`_.
|
|
86
88
|
|
|
87
89
|
Installation
|
|
88
90
|
------------
|
|
@@ -125,5 +127,5 @@ Dependent package
|
|
|
125
127
|
================================================================================================================== =================
|
|
126
128
|
|
|
127
129
|
The changelog for the provider package can be found in the
|
|
128
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.
|
|
130
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-edge3/1.5.0/changelog.html>`_.
|
|
129
131
|
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
airflow/providers/edge3/
|
|
2
|
-
airflow/providers/edge3/
|
|
3
|
-
airflow/providers/edge3/get_provider_info.py,sha256=Ek27-dB4UALHUFYoYjtoQIGq0p7zeHcEgmELHvpVmCU,6836
|
|
1
|
+
airflow/providers/edge3/__init__.py,sha256=u6oOM1PpVtvfL_Eik4g1_invJjK9IHmE8qn6kqeFeHI,1494
|
|
2
|
+
airflow/providers/edge3/get_provider_info.py,sha256=kVyhF2WJoGtSoG1XpUs0A-unstnAklNtdXpt3jkzRbA,7368
|
|
4
3
|
airflow/providers/edge3/version_compat.py,sha256=JRhqYf4UklO3xwmtCRPSXLQqq0yD1pCts3bhwxgVC0s,1670
|
|
5
4
|
airflow/providers/edge3/cli/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
6
5
|
airflow/providers/edge3/cli/api_client.py,sha256=IxG1dae4aemhO8yfKDA71PYSuBdf2ouGur8Cem1Ys4c,7489
|
|
7
6
|
airflow/providers/edge3/cli/dataclasses.py,sha256=JUuvvmzSVWvG9uOEfzLIiXrTZ-HbESvu50jkPpVIYVw,2895
|
|
8
7
|
airflow/providers/edge3/cli/edge_command.py,sha256=aZ8P9x9FBR_pyuDxi6LaLkz4ubGOBDk1RNNp0ppTbKY,21747
|
|
9
8
|
airflow/providers/edge3/cli/signalling.py,sha256=sf4S6j6OoP0bLkda3UlCmlZabjv5wsMypy3kAvx56Z0,3220
|
|
10
|
-
airflow/providers/edge3/cli/worker.py,sha256=
|
|
9
|
+
airflow/providers/edge3/cli/worker.py,sha256=GzObT-0lUFHiGxCjwjKcVfj5baKbqGr0ymPc2aerJOc,17731
|
|
11
10
|
airflow/providers/edge3/example_dags/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
12
11
|
airflow/providers/edge3/example_dags/integration_test.py,sha256=_bY2tVjUZvKAJXzm0Ozrwas0efRU4X9kULKWxu7LYB4,6264
|
|
13
12
|
airflow/providers/edge3/example_dags/win_notepad.py,sha256=zYcrKqODN4KLZQ-5wNnZQQskrDd5LA-nKJNgKQDntSE,2832
|
|
@@ -31,8 +30,8 @@ airflow/providers/edge3/plugins/www/.prettierrc,sha256=l0bDuMVuy86p4BwgAssF2AqJL
|
|
|
31
30
|
airflow/providers/edge3/plugins/www/README.md,sha256=VLm9Gf_vSdATdAaSeHDkKHmw3Oo_r4ZIHyu_8o0hju4,5110
|
|
32
31
|
airflow/providers/edge3/plugins/www/eslint.config.js,sha256=8KEosRBtZkvb2mZYWagAukze0WUu8hrPWz4eSj1ONKE,1851
|
|
33
32
|
airflow/providers/edge3/plugins/www/index.html,sha256=PsqOtfHrJYYwQjxqcAkVOmsl2cRJe8biKygXJjAj2ng,413
|
|
34
|
-
airflow/providers/edge3/plugins/www/package.json,sha256=
|
|
35
|
-
airflow/providers/edge3/plugins/www/pnpm-lock.yaml,sha256=
|
|
33
|
+
airflow/providers/edge3/plugins/www/package.json,sha256=f5MZrnhEmtL5qLLkW5w8hTcWwEkf-MEjDGfSPx_Z6gA,2447
|
|
34
|
+
airflow/providers/edge3/plugins/www/pnpm-lock.yaml,sha256=iFNjvMZuhdLnxNuDy2w9WN6GTCfILj6WX0eVsQPvpZM,223757
|
|
36
35
|
airflow/providers/edge3/plugins/www/testsSetup.ts,sha256=x1L_lXmigZgufra1L32Xcci_lLifbaG_tP6vx6gPscc,852
|
|
37
36
|
airflow/providers/edge3/plugins/www/tsconfig.app.json,sha256=zpihgvrBvwjOwtHddJtYUi7Gp26diFtNYmJ7XlM3GUU,753
|
|
38
37
|
airflow/providers/edge3/plugins/www/tsconfig.json,sha256=jZfUc2grkJB0eRDSFPEPfmBblsr__nGAww3ojidM0ho,158
|
|
@@ -40,7 +39,7 @@ airflow/providers/edge3/plugins/www/tsconfig.lib.json,sha256=Z5M3uhtIZ0Uc9CFjc7F
|
|
|
40
39
|
airflow/providers/edge3/plugins/www/tsconfig.node.json,sha256=On9I0qUPqRSyxJNKP5OlnWX_rYR1CKZV8A3IgF1UxvE,680
|
|
41
40
|
airflow/providers/edge3/plugins/www/vite.config.ts,sha256=mxAyXyZhIaFA46v7DY4yAo__y6gs9YXuIIPEhN-6xis,2971
|
|
42
41
|
airflow/providers/edge3/plugins/www/dist/main.d.ts,sha256=eZKjnWzeXgUOt4RhqL-a2YYXWpSCboNcEQs5ZykL0kk,10
|
|
43
|
-
airflow/providers/edge3/plugins/www/dist/main.umd.cjs,sha256=
|
|
42
|
+
airflow/providers/edge3/plugins/www/dist/main.umd.cjs,sha256=Lutfx5SiT9Ol1N2guPWJ9A3i3cohRXPLG4IXYsHAqSA,563729
|
|
44
43
|
airflow/providers/edge3/plugins/www/openapi-gen/queries/common.ts,sha256=mnY7x73LFNTprAZjwPRbl9W1VSmKXPflqtaQa4ocOxw,3531
|
|
45
44
|
airflow/providers/edge3/plugins/www/openapi-gen/queries/ensureQueryData.ts,sha256=CCvoih7AKo7voklUkF6EjcjMMVB0HOTY53mBFn2Nly0,1317
|
|
46
45
|
airflow/providers/edge3/plugins/www/openapi-gen/queries/index.ts,sha256=p941sYs7pyF4XLKPxPgBXIko0H6s2U4sowFygzJ6Jos,114
|
|
@@ -106,7 +105,9 @@ airflow/providers/edge3/worker_api/routes/jobs.py,sha256=oFf7E4IBX39npRyptISPy5A
|
|
|
106
105
|
airflow/providers/edge3/worker_api/routes/logs.py,sha256=uk0SZ5hAimj3sAcq1FYCDu0AXYNeTeyjZDGBvw-986E,4945
|
|
107
106
|
airflow/providers/edge3/worker_api/routes/ui.py,sha256=yjdNQ7N0h7g7rSzsi4r5inwi4rxlHCdmtYA-ZTWRu6k,9970
|
|
108
107
|
airflow/providers/edge3/worker_api/routes/worker.py,sha256=PWgD77rTOCqRGGp5TU4wYPbbu64aCbUrCgwLJEm9iQ8,9199
|
|
109
|
-
apache_airflow_providers_edge3-1.
|
|
110
|
-
apache_airflow_providers_edge3-1.
|
|
111
|
-
apache_airflow_providers_edge3-1.
|
|
112
|
-
apache_airflow_providers_edge3-1.
|
|
108
|
+
apache_airflow_providers_edge3-1.5.0.dist-info/entry_points.txt,sha256=7WUIGfd3o9NvvbK5trbZxNXTgYGc6pqg74wZPigbx5o,206
|
|
109
|
+
apache_airflow_providers_edge3-1.5.0.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
110
|
+
apache_airflow_providers_edge3-1.5.0.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
|
|
111
|
+
apache_airflow_providers_edge3-1.5.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
112
|
+
apache_airflow_providers_edge3-1.5.0.dist-info/METADATA,sha256=0oUpblIB7mlnq-nR4YShJZdjLLY8TGvbxuVaAs5Oeys,6124
|
|
113
|
+
apache_airflow_providers_edge3-1.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|