apache-airflow-providers-git 0.0.7__tar.gz → 0.0.8rc1__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.
Potentially problematic release.
This version of apache-airflow-providers-git might be problematic. Click here for more details.
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/PKG-INFO +7 -7
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/README.rst +3 -3
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/changelog.rst +14 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/index.rst +1 -1
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/provider.yaml +2 -1
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/pyproject.toml +4 -4
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/__init__.py +1 -1
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/bundles/git.py +2 -2
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/unit/git/bundles/test_git.py +1 -1
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/bundles/index.rst +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/commits.rst +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/connections/git.rst +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/LICENSE +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/bundles/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/get_provider_info.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/hooks/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/hooks/git.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/providers/git/version_compat.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/unit/git/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/unit/git/bundles/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/unit/git/hooks/__init__.py +0 -0
- {apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/unit/git/hooks/test_git.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-git
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.8rc1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-git for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,git,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -20,11 +20,11 @@ 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
|
-
Requires-Dist: apache-airflow>=3.0.
|
|
23
|
+
Requires-Dist: apache-airflow>=3.0.0rc1
|
|
24
24
|
Requires-Dist: GitPython>=3.1.44
|
|
25
25
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
26
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
27
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
26
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html
|
|
27
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-git/0.0.8
|
|
28
28
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
29
29
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
30
30
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -55,7 +55,7 @@ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
|
|
55
55
|
|
|
56
56
|
Package ``apache-airflow-providers-git``
|
|
57
57
|
|
|
58
|
-
Release: ``0.0.
|
|
58
|
+
Release: ``0.0.8``
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
`Distributed version control system (GIT) <https://git-scm.com/>`__
|
|
@@ -68,7 +68,7 @@ This is a provider package for ``git`` provider. All classes for this provider p
|
|
|
68
68
|
are in ``airflow.providers.git`` python package.
|
|
69
69
|
|
|
70
70
|
You can find package information and changelog for the provider
|
|
71
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
71
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/>`_.
|
|
72
72
|
|
|
73
73
|
Installation
|
|
74
74
|
------------
|
|
@@ -90,5 +90,5 @@ PIP package Version required
|
|
|
90
90
|
================== ==================
|
|
91
91
|
|
|
92
92
|
The changelog for the provider package can be found in the
|
|
93
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
93
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html>`_.
|
|
94
94
|
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
Package ``apache-airflow-providers-git``
|
|
25
25
|
|
|
26
|
-
Release: ``0.0.
|
|
26
|
+
Release: ``0.0.8``
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
`Distributed version control system (GIT) <https://git-scm.com/>`__
|
|
@@ -36,7 +36,7 @@ This is a provider package for ``git`` provider. All classes for this provider p
|
|
|
36
36
|
are in ``airflow.providers.git`` python package.
|
|
37
37
|
|
|
38
38
|
You can find package information and changelog for the provider
|
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/>`_.
|
|
40
40
|
|
|
41
41
|
Installation
|
|
42
42
|
------------
|
|
@@ -58,4 +58,4 @@ PIP package Version required
|
|
|
58
58
|
================== ==================
|
|
59
59
|
|
|
60
60
|
The changelog for the provider package can be found in the
|
|
61
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
61
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html>`_.
|
{apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/changelog.rst
RENAMED
|
@@ -19,6 +19,20 @@
|
|
|
19
19
|
Changelog
|
|
20
20
|
---------
|
|
21
21
|
|
|
22
|
+
0.0.8
|
|
23
|
+
.....
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
Release Date: ``|PypiReleaseDate|``
|
|
27
|
+
|
|
28
|
+
Bug Fixes
|
|
29
|
+
~~~~~~~~~
|
|
30
|
+
|
|
31
|
+
* ``Fix https access token repo url (#54643)``
|
|
32
|
+
|
|
33
|
+
.. Below changes are excluded from the changelog. Move them to
|
|
34
|
+
appropriate section above if needed. Do not delete the lines(!):
|
|
35
|
+
|
|
22
36
|
0.0.7
|
|
23
37
|
.....
|
|
24
38
|
|
|
@@ -22,12 +22,13 @@ description: |
|
|
|
22
22
|
`Distributed version control system (GIT) <https://git-scm.com/>`__
|
|
23
23
|
|
|
24
24
|
state: ready
|
|
25
|
-
source-date-epoch:
|
|
25
|
+
source-date-epoch: 1757950328
|
|
26
26
|
# Note that those versions are maintained by release manager - do not update them manually
|
|
27
27
|
# with the exception of case where other provider in sources has >= new provider version.
|
|
28
28
|
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
|
29
29
|
# to be done in the same PR
|
|
30
30
|
versions:
|
|
31
|
+
- 0.0.8
|
|
31
32
|
- 0.0.7
|
|
32
33
|
- 0.0.6
|
|
33
34
|
- 0.0.5
|
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
|
25
25
|
|
|
26
26
|
[project]
|
|
27
27
|
name = "apache-airflow-providers-git"
|
|
28
|
-
version = "0.0.
|
|
28
|
+
version = "0.0.8rc1"
|
|
29
29
|
description = "Provider package apache-airflow-providers-git for Apache Airflow"
|
|
30
30
|
readme = "README.rst"
|
|
31
31
|
authors = [
|
|
@@ -57,7 +57,7 @@ requires-python = ">=3.10"
|
|
|
57
57
|
# Make sure to run ``prek update-providers-dependencies --all-files``
|
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
|
59
59
|
dependencies = [
|
|
60
|
-
"apache-airflow>=3.0.
|
|
60
|
+
"apache-airflow>=3.0.0rc1",
|
|
61
61
|
"GitPython>=3.1.44",
|
|
62
62
|
]
|
|
63
63
|
|
|
@@ -95,8 +95,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
|
95
95
|
apache-airflow-providers-standard = {workspace = true}
|
|
96
96
|
|
|
97
97
|
[project.urls]
|
|
98
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
99
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.0.
|
|
98
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-git/0.0.8"
|
|
99
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-git/0.0.8/changelog.html"
|
|
100
100
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
101
101
|
"Source Code" = "https://github.com/apache/airflow"
|
|
102
102
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "0.0.
|
|
32
|
+
__version__ = "0.0.8"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"3.0.0"
|
|
@@ -79,11 +79,11 @@ class GitDagBundle(BaseDagBundle):
|
|
|
79
79
|
self._log.debug("bundle configured")
|
|
80
80
|
self.hook: GitHook | None = None
|
|
81
81
|
try:
|
|
82
|
-
self.hook = GitHook(git_conn_id=git_conn_id or "git_default")
|
|
82
|
+
self.hook = GitHook(git_conn_id=git_conn_id or "git_default", repo_url=self.repo_url)
|
|
83
83
|
except Exception as e:
|
|
84
84
|
self._log.warning("Could not create GitHook", conn_id=git_conn_id, exc=e)
|
|
85
85
|
|
|
86
|
-
if
|
|
86
|
+
if self.hook and self.hook.repo_url:
|
|
87
87
|
self.repo_url = self.hook.repo_url
|
|
88
88
|
self._log.debug("repo_url updated from hook")
|
|
89
89
|
|
|
@@ -129,7 +129,7 @@ class TestGitDagBundle:
|
|
|
129
129
|
tracking_ref=GIT_DEFAULT_BRANCH,
|
|
130
130
|
repo_url="https://github.com/apache/zzzairflow",
|
|
131
131
|
)
|
|
132
|
-
assert bundle.repo_url == "https://github.com/apache/zzzairflow"
|
|
132
|
+
assert bundle.repo_url == f"https://user:{ACCESS_TOKEN}@github.com/apache/zzzairflow"
|
|
133
133
|
|
|
134
134
|
def test_falls_back_to_connection_host_when_no_repo_url_provided(self):
|
|
135
135
|
bundle = GitDagBundle(name="test", git_conn_id=CONN_HTTPS, tracking_ref=GIT_DEFAULT_BRANCH)
|
|
File without changes
|
{apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/bundles/index.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/commits.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/docs/security.rst
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/src/airflow/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/conftest.py
RENAMED
|
File without changes
|
{apache_airflow_providers_git-0.0.7 → apache_airflow_providers_git-0.0.8rc1}/tests/unit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|