apache-airflow-providers-edge3 2.0.0rc1__py3-none-any.whl → 3.0.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.
- airflow/providers/edge3/__init__.py +1 -1
- airflow/providers/edge3/cli/api_client.py +30 -28
- airflow/providers/edge3/cli/dataclasses.py +3 -10
- airflow/providers/edge3/cli/definition.py +261 -0
- airflow/providers/edge3/cli/edge_command.py +8 -206
- airflow/providers/edge3/cli/worker.py +226 -198
- airflow/providers/edge3/example_dags/win_notepad.py +1 -1
- airflow/providers/edge3/executors/edge_executor.py +24 -49
- airflow/providers/edge3/get_provider_info.py +1 -0
- airflow/providers/edge3/models/edge_job.py +1 -2
- airflow/providers/edge3/models/edge_worker.py +61 -16
- airflow/providers/edge3/plugins/edge_executor_plugin.py +1 -1
- airflow/providers/edge3/plugins/www/dist/main.umd.cjs +8 -8
- airflow/providers/edge3/plugins/www/package.json +32 -27
- airflow/providers/edge3/plugins/www/pnpm-lock.yaml +1625 -1716
- airflow/providers/edge3/plugins/www/src/global.d.ts +24 -0
- airflow/providers/edge3/plugins/www/src/layouts/NavTabs.tsx +25 -3
- airflow/providers/edge3/plugins/www/src/main.tsx +6 -1
- airflow/providers/edge3/plugins/www/src/theme.ts +1 -1
- airflow/providers/edge3/worker_api/datamodels.py +12 -1
- airflow/providers/edge3/worker_api/routes/jobs.py +21 -8
- airflow/providers/edge3/worker_api/routes/logs.py +1 -1
- airflow/providers/edge3/worker_api/routes/worker.py +16 -3
- {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1.dist-info}/METADATA +14 -10
- {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1.dist-info}/RECORD +29 -29
- {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1.dist-info}/licenses/NOTICE +1 -1
- airflow/providers/edge3/plugins/templates/edge_worker_hosts.html +0 -175
- airflow/providers/edge3/plugins/templates/edge_worker_jobs.html +0 -69
- {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_edge3-2.0.0rc1.dist-info → apache_airflow_providers_edge3-3.0.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -32,50 +32,55 @@
|
|
|
32
32
|
"coverage": "vitest run --coverage"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chakra-ui/react": "^3.
|
|
35
|
+
"@chakra-ui/react": "^3.31.0",
|
|
36
36
|
"@emotion/react": "^11.14.0",
|
|
37
|
-
"@tanstack/react-query": "^5.90.
|
|
37
|
+
"@tanstack/react-query": "^5.90.19",
|
|
38
|
+
"@types/semver": "^7.7.1",
|
|
38
39
|
"axios": "^1.13.2",
|
|
39
40
|
"next-themes": "^0.4.6",
|
|
40
|
-
"react": "^19.2.
|
|
41
|
-
"react-dom": "^19.2.
|
|
42
|
-
"react-hotkeys-hook": "^5.2.
|
|
41
|
+
"react": "^19.2.3",
|
|
42
|
+
"react-dom": "^19.2.3",
|
|
43
|
+
"react-hotkeys-hook": "^5.2.3",
|
|
43
44
|
"react-icons": "^5.5.0",
|
|
44
|
-
"react-router-dom": "^7.
|
|
45
|
+
"react-router-dom": "^7.12.0",
|
|
45
46
|
"react-timeago": "^8.3.0",
|
|
46
|
-
"
|
|
47
|
+
"semver": "^7.7.3",
|
|
48
|
+
"use-debounce": "^10.1.0"
|
|
47
49
|
},
|
|
48
50
|
"devDependencies": {
|
|
49
|
-
"@7nohe/openapi-react-query-codegen": "^
|
|
50
|
-
"@eslint/compat": "^2.0.
|
|
51
|
-
"@eslint/js": "^9.39.
|
|
52
|
-
"@stylistic/eslint-plugin": "^5.
|
|
51
|
+
"@7nohe/openapi-react-query-codegen": "^2.0.0",
|
|
52
|
+
"@eslint/compat": "^2.0.1",
|
|
53
|
+
"@eslint/js": "^9.39.2",
|
|
54
|
+
"@stylistic/eslint-plugin": "^5.7.0",
|
|
53
55
|
"@testing-library/jest-dom": "^6.9.1",
|
|
54
|
-
"@testing-library/react": "^16.3.
|
|
55
|
-
"@trivago/prettier-plugin-sort-imports": "^6.0.
|
|
56
|
-
"@types/node": "^
|
|
57
|
-
"@types/react": "^19.2.
|
|
56
|
+
"@testing-library/react": "^16.3.2",
|
|
57
|
+
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
58
|
+
"@types/node": "^25.0.10",
|
|
59
|
+
"@types/react": "^19.2.9",
|
|
58
60
|
"@types/react-dom": "^19.2.3",
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "8.53.1",
|
|
62
|
+
"@typescript-eslint/parser": "8.53.1",
|
|
63
|
+
"@typescript-eslint/utils": "^8.53.1",
|
|
59
64
|
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
60
|
-
"@vitest/coverage-v8": "^4.0.
|
|
61
|
-
"eslint": "^9.39.
|
|
65
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
66
|
+
"eslint": "^9.39.2",
|
|
62
67
|
"eslint-config-prettier": "^10.1.8",
|
|
63
68
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
64
|
-
"eslint-plugin-perfectionist": "^4.
|
|
65
|
-
"eslint-plugin-prettier": "^5.5.
|
|
69
|
+
"eslint-plugin-perfectionist": "^5.4.0",
|
|
70
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
66
71
|
"eslint-plugin-react": "^7.37.5",
|
|
67
72
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
68
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
73
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
69
74
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
70
|
-
"globals": "^
|
|
71
|
-
"happy-dom": "^20.
|
|
72
|
-
"prettier": "^3.
|
|
73
|
-
"typescript": "~5.
|
|
74
|
-
"typescript-eslint": "^8.
|
|
75
|
-
"vite": "^7.
|
|
75
|
+
"globals": "^17.0.0",
|
|
76
|
+
"happy-dom": "^20.3.4",
|
|
77
|
+
"prettier": "^3.8.1",
|
|
78
|
+
"typescript": "~5.9.3",
|
|
79
|
+
"typescript-eslint": "^8.53.1",
|
|
80
|
+
"vite": "^7.3.1",
|
|
76
81
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
77
82
|
"vite-plugin-dts": "^4.5.4",
|
|
78
|
-
"vitest": "^4.0.
|
|
83
|
+
"vitest": "^4.0.18"
|
|
79
84
|
},
|
|
80
85
|
"pnpm": {
|
|
81
86
|
"onlyBuiltDependencies": [
|