apache-airflow-providers-sftp 4.11.0__tar.gz → 4.11.1__tar.gz
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.
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/PKG-INFO +6 -6
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/README.rst +3 -3
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/__init__.py +1 -1
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/get_provider_info.py +2 -1
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/sensors/sftp.py +2 -5
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/pyproject.toml +3 -3
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/LICENSE +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/decorators/__init__.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/decorators/sensors/__init__.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/decorators/sensors/sftp.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/hooks/__init__.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/hooks/sftp.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/operators/__init__.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/operators/sftp.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/sensors/__init__.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/triggers/__init__.py +0 -0
- {apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/airflow/providers/sftp/triggers/sftp.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-sftp
|
3
|
-
Version: 4.11.
|
3
|
+
Version: 4.11.1
|
4
4
|
Summary: Provider package apache-airflow-providers-sftp for Apache Airflow
|
5
5
|
Keywords: airflow-provider,sftp,airflow,integration
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
@@ -29,8 +29,8 @@ Requires-Dist: apache-airflow-providers-common-compat ; extra == "common.compat"
|
|
29
29
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
30
30
|
Requires-Dist: apache-airflow-providers-ssh ; extra == "ssh"
|
31
31
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
32
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
33
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
32
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1/changelog.html
|
33
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1
|
34
34
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
35
35
|
Project-URL: Source Code, https://github.com/apache/airflow
|
36
36
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -83,7 +83,7 @@ Provides-Extra: ssh
|
|
83
83
|
|
84
84
|
Package ``apache-airflow-providers-sftp``
|
85
85
|
|
86
|
-
Release: ``4.11.
|
86
|
+
Release: ``4.11.1``
|
87
87
|
|
88
88
|
|
89
89
|
`SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__
|
@@ -96,7 +96,7 @@ This is a provider package for ``sftp`` provider. All classes for this provider
|
|
96
96
|
are in ``airflow.providers.sftp`` python package.
|
97
97
|
|
98
98
|
You can find package information and changelog for the provider
|
99
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
99
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1/>`_.
|
100
100
|
|
101
101
|
Installation
|
102
102
|
------------
|
@@ -141,4 +141,4 @@ Dependent package
|
|
141
141
|
================================================================================================================== =================
|
142
142
|
|
143
143
|
The changelog for the provider package can be found in the
|
144
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
144
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1/changelog.html>`_.
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-sftp``
|
44
44
|
|
45
|
-
Release: ``4.11.
|
45
|
+
Release: ``4.11.1``
|
46
46
|
|
47
47
|
|
48
48
|
`SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__
|
@@ -55,7 +55,7 @@ This is a provider package for ``sftp`` provider. All classes for this provider
|
|
55
55
|
are in ``airflow.providers.sftp`` python package.
|
56
56
|
|
57
57
|
You can find package information and changelog for the provider
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1/>`_.
|
59
59
|
|
60
60
|
Installation
|
61
61
|
------------
|
@@ -100,4 +100,4 @@ Dependent package
|
|
100
100
|
================================================================================================================== =================
|
101
101
|
|
102
102
|
The changelog for the provider package can be found in the
|
103
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
103
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1/changelog.html>`_.
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "4.11.
|
32
|
+
__version__ = "4.11.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.8.0"
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "SFTP",
|
29
29
|
"description": "`SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1726861127,
|
32
32
|
"versions": [
|
33
|
+
"4.11.1",
|
33
34
|
"4.11.0",
|
34
35
|
"4.10.3",
|
35
36
|
"4.10.2",
|
@@ -26,7 +26,7 @@ from typing import TYPE_CHECKING, Any, Callable, Sequence
|
|
26
26
|
from paramiko.sftp import SFTP_NO_SUCH_FILE
|
27
27
|
|
28
28
|
from airflow.configuration import conf
|
29
|
-
from airflow.exceptions import AirflowException
|
29
|
+
from airflow.exceptions import AirflowException
|
30
30
|
from airflow.providers.sftp.hooks.sftp import SFTPHook
|
31
31
|
from airflow.providers.sftp.triggers.sftp import SFTPTrigger
|
32
32
|
from airflow.sensors.base import BaseSensorOperator, PokeReturnValue
|
@@ -98,10 +98,7 @@ class SFTPSensor(BaseSensorOperator):
|
|
98
98
|
self.log.info("Found File %s last modified: %s", actual_file_to_check, mod_time)
|
99
99
|
except OSError as e:
|
100
100
|
if e.errno != SFTP_NO_SUCH_FILE:
|
101
|
-
|
102
|
-
if self.soft_fail:
|
103
|
-
raise AirflowSkipException from e
|
104
|
-
raise e
|
101
|
+
raise AirflowException from e
|
105
102
|
continue
|
106
103
|
|
107
104
|
if self.newer_than:
|
{apache_airflow_providers_sftp-4.11.0 → apache_airflow_providers_sftp-4.11.1}/pyproject.toml
RENAMED
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
28
28
|
|
29
29
|
[project]
|
30
30
|
name = "apache-airflow-providers-sftp"
|
31
|
-
version = "4.11.
|
31
|
+
version = "4.11.1"
|
32
32
|
description = "Provider package apache-airflow-providers-sftp for Apache Airflow"
|
33
33
|
readme = "README.rst"
|
34
34
|
authors = [
|
@@ -63,8 +63,8 @@ dependencies = [
|
|
63
63
|
]
|
64
64
|
|
65
65
|
[project.urls]
|
66
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
67
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.
|
66
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1"
|
67
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-sftp/4.11.1/changelog.html"
|
68
68
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
69
69
|
"Source Code" = "https://github.com/apache/airflow"
|
70
70
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|