apache-airflow-providers-git 0.0.2rc1__py3-none-any.whl → 0.0.2rc2__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.

Potentially problematic release.


This version of apache-airflow-providers-git might be problematic. Click here for more details.

@@ -80,11 +80,14 @@ class GitDagBundle(BaseDagBundle):
80
80
 
81
81
  self._log.debug("bundle configured")
82
82
  self.hook: GitHook | None = None
83
- if self.git_conn_id:
83
+ if not repo_url:
84
+ if not git_conn_id:
85
+ self._log.debug("Neither git_conn_id nor repo_url provided; loading 'git_default'")
86
+ git_conn_id = "git_default"
84
87
  try:
85
- self.hook = GitHook(git_conn_id=self.git_conn_id, repo_url=self.repo_url)
88
+ self.hook = GitHook(git_conn_id=git_conn_id)
86
89
  except AirflowException as e:
87
- self._log.warning("Could not create GitHook", conn_id=self.git_conn_id, exc=e)
90
+ self._log.warning("Could not create GitHook", conn_id=git_conn_id, exc=e)
88
91
  else:
89
92
  self.repo_url = self.hook.repo_url
90
93
  self._log.debug("repo_url updated from hook")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-git
3
- Version: 0.0.2rc1
3
+ Version: 0.0.2rc2
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>
@@ -2,10 +2,10 @@ airflow/providers/git/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA
2
2
  airflow/providers/git/__init__.py,sha256=jllQ1mZczFIYO53Gb9mCS8ySzj6s5yrgjtCWQv_3198,1490
3
3
  airflow/providers/git/get_provider_info.py,sha256=6xC_Jru3CMrhO7r5aX03J4HR6Jl62rp9BWVcLKFjxQQ,1809
4
4
  airflow/providers/git/bundles/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
- airflow/providers/git/bundles/git.py,sha256=OXiq9hE5V0nSGl_CE3C4hgmDaZFnFvPuCdPne2Xc0j8,9461
5
+ airflow/providers/git/bundles/git.py,sha256=vYerC80phtGd26P2Jv8VxxL3kj4liW8UM2mbgdOELZI,9599
6
6
  airflow/providers/git/hooks/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
7
7
  airflow/providers/git/hooks/git.py,sha256=RIhvVfd3J-GW9itJ0V1tXeEQSMxZFsMqqmLZGiUBfM4,3908
8
- apache_airflow_providers_git-0.0.2rc1.dist-info/entry_points.txt,sha256=k9QR9MAaAm9yDsRDBIK3QOt5Fos3fBCqCngNFPaJnKs,99
9
- apache_airflow_providers_git-0.0.2rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
10
- apache_airflow_providers_git-0.0.2rc1.dist-info/METADATA,sha256=Oj-j_QwKn1BCZwMfjm6yq6hiF6tsCKVkLDIr6uk68Hg,3845
11
- apache_airflow_providers_git-0.0.2rc1.dist-info/RECORD,,
8
+ apache_airflow_providers_git-0.0.2rc2.dist-info/entry_points.txt,sha256=k9QR9MAaAm9yDsRDBIK3QOt5Fos3fBCqCngNFPaJnKs,99
9
+ apache_airflow_providers_git-0.0.2rc2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
10
+ apache_airflow_providers_git-0.0.2rc2.dist-info/METADATA,sha256=eb1LZ8-MjKUJyB11vh0BiXhkpQaXmyv5M4uaxv5JFtE,3845
11
+ apache_airflow_providers_git-0.0.2rc2.dist-info/RECORD,,