elaunira-airflow 3.1.7__py3-none-any.whl → 3.1.9__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.
- elaunira/airflow/decorators/r2index.py +2 -2
- elaunira/airflow/operators/r2index.py +1 -1
- {elaunira_airflow-3.1.7.dist-info → elaunira_airflow-3.1.9.dist-info}/METADATA +1 -1
- {elaunira_airflow-3.1.7.dist-info → elaunira_airflow-3.1.9.dist-info}/RECORD +6 -6
- {elaunira_airflow-3.1.7.dist-info → elaunira_airflow-3.1.9.dist-info}/WHEEL +0 -0
- {elaunira_airflow-3.1.7.dist-info → elaunira_airflow-3.1.9.dist-info}/entry_points.txt +0 -0
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
from typing import TYPE_CHECKING, Any, Callable, TypeVar
|
|
6
6
|
|
|
7
|
-
from airflow.
|
|
7
|
+
from airflow.sdk.bases.decorator import task_decorator_factory
|
|
8
8
|
|
|
9
9
|
from elaunira.airflow.operators.r2index import (
|
|
10
10
|
DownloadItem,
|
|
@@ -14,7 +14,7 @@ from elaunira.airflow.operators.r2index import (
|
|
|
14
14
|
)
|
|
15
15
|
|
|
16
16
|
if TYPE_CHECKING:
|
|
17
|
-
from airflow.
|
|
17
|
+
from airflow.sdk.bases.decorator import TaskDecorator
|
|
18
18
|
|
|
19
19
|
F = TypeVar("F", bound=Callable[..., Any])
|
|
20
20
|
|
|
@@ -10,7 +10,7 @@ from typing import TYPE_CHECKING, Any
|
|
|
10
10
|
from airflow.exceptions import AirflowException
|
|
11
11
|
from airflow.models import BaseOperator
|
|
12
12
|
|
|
13
|
-
from elaunira.airflow.hooks
|
|
13
|
+
from elaunira.airflow.hooks import R2IndexHook
|
|
14
14
|
from elaunira.airflow.links.r2index import R2IndexFileLink
|
|
15
15
|
from elaunira.r2index import AsyncR2IndexClient
|
|
16
16
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
elaunira/__init__.py,sha256=qaXVGBU6uIJyveNTEbWux5EcfVSM186PvDwjyxiXLw4,34
|
|
2
2
|
elaunira/airflow/__init__.py,sha256=7pO55pTaG_1iZrfvDW8A26V_yBgwK7MbxiD7g22s2_4,139
|
|
3
3
|
elaunira/airflow/decorators/__init__.py,sha256=YP5PKFqMAAN0F-T-0imzyix2Ld_FWQISilc33XNmeE0,176
|
|
4
|
-
elaunira/airflow/decorators/r2index.py,sha256=
|
|
4
|
+
elaunira/airflow/decorators/r2index.py,sha256=3SLnLZSzZYrsrNohFDDHCcgYxoNd3nBnEsDiFioBzEw,4302
|
|
5
5
|
elaunira/airflow/hooks/__init__.py,sha256=N17rG-6soMLH4WBvx-495-n7UXF3RDdLuEX7icxqjxI,122
|
|
6
6
|
elaunira/airflow/links/__init__.py,sha256=PYO9UsgLrLMO6tyOjNDfFK8ZvA5WejIpYVVaqCIe4nQ,136
|
|
7
7
|
elaunira/airflow/links/r2index.py,sha256=YSYrTZVxyQ-6bXFTKJcZOPlnQFhoZJZ_ZDlqMiCXnD8,990
|
|
8
8
|
elaunira/airflow/operators/__init__.py,sha256=xZuu18w7Vh5Azmxq9lYz_oNGjH7E26n4ogdfeVPrPBw,289
|
|
9
|
-
elaunira/airflow/operators/r2index.py,sha256=
|
|
10
|
-
elaunira_airflow-3.1.
|
|
11
|
-
elaunira_airflow-3.1.
|
|
12
|
-
elaunira_airflow-3.1.
|
|
13
|
-
elaunira_airflow-3.1.
|
|
9
|
+
elaunira/airflow/operators/r2index.py,sha256=kCCrwUhc4IPV83ehpUGZk0qubW7Rl--jqtM3PEUIb-s,8662
|
|
10
|
+
elaunira_airflow-3.1.9.dist-info/METADATA,sha256=RbwQb4OjYiLauiDJks787r427v8MQaRj9HFVCtSkXuI,493
|
|
11
|
+
elaunira_airflow-3.1.9.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
12
|
+
elaunira_airflow-3.1.9.dist-info/entry_points.txt,sha256=A8fFcVohG1m1_0pzCIJcqoZJIFoexzjZdrpvgIEn_JY,166
|
|
13
|
+
elaunira_airflow-3.1.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|