apache-airflow-providers-standard 1.4.0rc1__py3-none-any.whl → 1.4.1rc2__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/standard/__init__.py +1 -1
- airflow/providers/standard/utils/skipmixin.py +2 -2
- {apache_airflow_providers_standard-1.4.0rc1.dist-info → apache_airflow_providers_standard-1.4.1rc2.dist-info}/METADATA +4 -4
- {apache_airflow_providers_standard-1.4.0rc1.dist-info → apache_airflow_providers_standard-1.4.1rc2.dist-info}/RECORD +6 -6
- {apache_airflow_providers_standard-1.4.0rc1.dist-info → apache_airflow_providers_standard-1.4.1rc2.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_standard-1.4.0rc1.dist-info → apache_airflow_providers_standard-1.4.1rc2.dist-info}/entry_points.txt +0 -0
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "1.4.
|
|
32
|
+
__version__ = "1.4.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.10.0"
|
|
@@ -22,7 +22,7 @@ from types import GeneratorType
|
|
|
22
22
|
from typing import TYPE_CHECKING
|
|
23
23
|
|
|
24
24
|
from airflow.exceptions import AirflowException
|
|
25
|
-
from airflow.providers.standard.version_compat import
|
|
25
|
+
from airflow.providers.standard.version_compat import AIRFLOW_V_3_0_PLUS
|
|
26
26
|
from airflow.utils.log.logging_mixin import LoggingMixin
|
|
27
27
|
|
|
28
28
|
if TYPE_CHECKING:
|
|
@@ -45,7 +45,7 @@ XCOM_SKIPMIXIN_FOLLOWED = "followed"
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
def _ensure_tasks(nodes: Iterable[DAGNode]) -> Sequence[Operator]:
|
|
48
|
-
if
|
|
48
|
+
if AIRFLOW_V_3_0_PLUS:
|
|
49
49
|
from airflow.sdk import BaseOperator
|
|
50
50
|
from airflow.sdk.definitions.mappedoperator import MappedOperator
|
|
51
51
|
else:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-standard
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1rc2
|
|
4
4
|
Summary: Provider package apache-airflow-providers-standard for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,standard,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -21,8 +21,8 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
21
21
|
Classifier: Topic :: System :: Monitoring
|
|
22
22
|
Requires-Dist: apache-airflow>=2.10.0rc1
|
|
23
23
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
24
|
-
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-standard/1.4.
|
|
25
|
-
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-standard/1.4.
|
|
24
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-standard/1.4.1/changelog.html
|
|
25
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-standard/1.4.1
|
|
26
26
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
27
27
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
28
28
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -53,7 +53,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
53
53
|
|
|
54
54
|
Package ``apache-airflow-providers-standard``
|
|
55
55
|
|
|
56
|
-
Release: ``1.4.
|
|
56
|
+
Release: ``1.4.1``
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
Airflow Standard Provider
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
airflow/providers/standard/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
2
|
-
airflow/providers/standard/__init__.py,sha256=
|
|
2
|
+
airflow/providers/standard/__init__.py,sha256=rRr0cjxn5kvsRVf7kQyJTqcb3VmNfq7kWT4Ck6SEluk,1497
|
|
3
3
|
airflow/providers/standard/exceptions.py,sha256=MN4gEuNI8rFYx8zs5aAsUKDwyZQNuCig68h15CdwJ90,2075
|
|
4
4
|
airflow/providers/standard/get_provider_info.py,sha256=9qlyfIHRu_d_jZyyE0SR8s2dN9HEjzV5P2EjyVCcbw4,7003
|
|
5
5
|
airflow/providers/standard/version_compat.py,sha256=DrdferzYMGfcbIhpaLUTxbxbuMeoZSB95_224OjSbS8,2503
|
|
@@ -64,9 +64,9 @@ airflow/providers/standard/utils/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xS
|
|
|
64
64
|
airflow/providers/standard/utils/python_virtualenv.py,sha256=RBiPWHwTngOMoohgJVmUap1DQ90EPjrGKmBjHBCHG74,8159
|
|
65
65
|
airflow/providers/standard/utils/python_virtualenv_script.jinja2,sha256=3Z334hVq6hQ9EHkOoGnAHc2_XNkZQkOJGxZArDKLc-c,2770
|
|
66
66
|
airflow/providers/standard/utils/sensor_helper.py,sha256=PNIETsl_a4BkmOypFfHdpP0VuTkC6eWKUDuwnNVaWsA,5000
|
|
67
|
-
airflow/providers/standard/utils/skipmixin.py,sha256=
|
|
67
|
+
airflow/providers/standard/utils/skipmixin.py,sha256=5QpxLlMTdifUkgz7Jnes-uwik-tcEAdjSoG-0Ya8J5k,8169
|
|
68
68
|
airflow/providers/standard/utils/weekday.py,sha256=ySDrIkWv-lqqxURo9E98IGInDqERec2O4y9o2hQTGiQ,2685
|
|
69
|
-
apache_airflow_providers_standard-1.4.
|
|
70
|
-
apache_airflow_providers_standard-1.4.
|
|
71
|
-
apache_airflow_providers_standard-1.4.
|
|
72
|
-
apache_airflow_providers_standard-1.4.
|
|
69
|
+
apache_airflow_providers_standard-1.4.1rc2.dist-info/entry_points.txt,sha256=mW2YRh3mVdZdaP5-iGSNgmcCh3YYdALIn28BCLBZZ40,104
|
|
70
|
+
apache_airflow_providers_standard-1.4.1rc2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
71
|
+
apache_airflow_providers_standard-1.4.1rc2.dist-info/METADATA,sha256=w_6oXTRu_JEf2NUHv85tEuroYtak3bH2xi3fcWgY1iY,3755
|
|
72
|
+
apache_airflow_providers_standard-1.4.1rc2.dist-info/RECORD,,
|
|
File without changes
|