apache-airflow-providers-http 4.7.0rc1__py3-none-any.whl → 4.8.0__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.
@@ -199,3 +199,55 @@ distributed under the License is distributed on an "AS IS" BASIS,
199
199
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
  See the License for the specific language governing permissions and
201
201
  limitations under the License.
202
+
203
+ ============================================================================
204
+ APACHE AIRFLOW SUBCOMPONENTS:
205
+
206
+ The Apache Airflow project contains subcomponents with separate copyright
207
+ notices and license terms. Your use of the source code for the these
208
+ subcomponents is subject to the terms and conditions of the following
209
+ licenses.
210
+
211
+
212
+ ========================================================================
213
+ Third party Apache 2.0 licenses
214
+ ========================================================================
215
+
216
+ The following components are provided under the Apache 2.0 License.
217
+ See project link for details. The text of each license is also included
218
+ at licenses/LICENSE-[project].txt.
219
+
220
+ (ALv2 License) hue v4.3.0 (https://github.com/cloudera/hue/)
221
+ (ALv2 License) jqclock v2.3.0 (https://github.com/JohnRDOrazio/jQuery-Clock-Plugin)
222
+ (ALv2 License) bootstrap3-typeahead v4.0.2 (https://github.com/bassjobsen/Bootstrap-3-Typeahead)
223
+ (ALv2 License) connexion v2.7.0 (https://github.com/zalando/connexion)
224
+
225
+ ========================================================================
226
+ MIT licenses
227
+ ========================================================================
228
+
229
+ The following components are provided under the MIT License. See project link for details.
230
+ The text of each license is also included at licenses/LICENSE-[project].txt.
231
+
232
+ (MIT License) jquery v3.5.1 (https://jquery.org/license/)
233
+ (MIT License) dagre-d3 v0.6.4 (https://github.com/cpettitt/dagre-d3)
234
+ (MIT License) bootstrap v3.4.1 (https://github.com/twbs/bootstrap/)
235
+ (MIT License) d3-tip v0.9.1 (https://github.com/Caged/d3-tip)
236
+ (MIT License) dataTables v1.10.25 (https://datatables.net)
237
+ (MIT License) normalize.css v3.0.2 (http://necolas.github.io/normalize.css/)
238
+ (MIT License) ElasticMock v1.3.2 (https://github.com/vrcmarcos/elasticmock)
239
+ (MIT License) MomentJS v2.24.0 (http://momentjs.com/)
240
+ (MIT License) eonasdan-bootstrap-datetimepicker v4.17.49 (https://github.com/eonasdan/bootstrap-datetimepicker/)
241
+
242
+ ========================================================================
243
+ BSD 3-Clause licenses
244
+ ========================================================================
245
+ The following components are provided under the BSD 3-Clause license. See project links for details.
246
+ The text of each license is also included at licenses/LICENSE-[project].txt.
247
+
248
+ (BSD 3 License) d3 v5.16.0 (https://d3js.org)
249
+ (BSD 3 License) d3-shape v2.1.0 (https://github.com/d3/d3-shape)
250
+ (BSD 3 License) cgroupspy 0.2.1 (https://github.com/cloudsigma/cgroupspy)
251
+
252
+ ========================================================================
253
+ See licenses/LICENSES-ui.txt for packages used in `/airflow/www`
@@ -1,4 +1,3 @@
1
- #
2
1
  # Licensed to the Apache Software Foundation (ASF) under one
3
2
  # or more contributor license agreements. See the NOTICE file
4
3
  # distributed with this work for additional information
@@ -19,8 +18,8 @@
19
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
20
19
  # OVERWRITTEN WHEN PREPARING DOCUMENTATION FOR THE PACKAGES.
21
20
  #
22
- # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
23
- # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/provider_packages` DIRECTORY
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `PROVIDER__INIT__PY_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
24
23
  #
25
24
  from __future__ import annotations
26
25
 
@@ -28,7 +27,7 @@ import packaging.version
28
27
 
29
28
  __all__ = ["__version__"]
30
29
 
31
- __version__ = "4.7.0"
30
+ __version__ = "4.8.0"
32
31
 
33
32
  try:
34
33
  from airflow import __version__ as airflow_version
@@ -36,8 +35,8 @@ except ImportError:
36
35
  from airflow.version import version as airflow_version
37
36
 
38
37
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
39
- "2.5.0"
38
+ "2.6.0"
40
39
  ):
41
40
  raise RuntimeError(
42
- f"The package `apache-airflow-providers-http:{__version__}` requires Apache Airflow 2.5.0+"
41
+ f"The package `apache-airflow-providers-http:{__version__}` needs Apache Airflow 2.6.0+"
43
42
  )
@@ -18,8 +18,8 @@
18
18
  # NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
19
19
  # OVERWRITTEN WHEN PREPARING PACKAGES.
20
20
  #
21
- # IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
22
- # `get_provider_info_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
21
+ # IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
22
+ # `get_provider_info_TEMPLATE.py.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
23
23
 
24
24
 
25
25
  def get_provider_info():
@@ -28,7 +28,9 @@ def get_provider_info():
28
28
  "name": "Hypertext Transfer Protocol (HTTP)",
29
29
  "description": "`Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__\n",
30
30
  "suspended": False,
31
+ "source-date-epoch": 1701983386,
31
32
  "versions": [
33
+ "4.8.0",
32
34
  "4.7.0",
33
35
  "4.6.0",
34
36
  "4.5.2",
@@ -55,7 +57,7 @@ def get_provider_info():
55
57
  "1.0.0",
56
58
  ],
57
59
  "dependencies": [
58
- "apache-airflow>=2.5.0",
60
+ "apache-airflow>=2.6.0",
59
61
  "requests>=2.26.0",
60
62
  "requests_toolbelt",
61
63
  "aiohttp",
@@ -53,14 +53,20 @@ class HttpOperator(BaseOperator):
53
53
  :param data: The data to pass. POST-data in POST/PUT and params
54
54
  in the URL for a GET request. (templated)
55
55
  :param headers: The HTTP headers to be added to the GET request
56
- :param pagination_function: A callable that generates the parameters used to call the API again.
57
- Typically used when the API is paginated and returns for e.g a cursor, a 'next page id', or
58
- a 'next page URL'. When provided, the Operator will call the API repeatedly until this callable
59
- returns None. Also, the result of the Operator will become by default a list of Response.text
60
- objects (instead of a single response object). Same with the other injected functions (like
61
- response_check, response_filter, ...) which will also receive a list of Response object. This
62
- function should return a dict of parameters (`endpoint`, `data`, `headers`, `extra_options`),
63
- which will be merged and override the one used in the initial API call.
56
+ :param pagination_function: A callable that generates the parameters used to call the API again,
57
+ based on the previous response. Typically used when the API is paginated and returns for e.g a
58
+ cursor, a 'next page id', or a 'next page URL'. When provided, the Operator will call the API
59
+ repeatedly until this callable returns None. The result of the Operator will become by default a
60
+ list of Response.text objects (instead of a single response object). Same with the other injected
61
+ functions (like response_check, response_filter, ...) which will also receive a list of Response
62
+ objects. This function receives a Response object form previous call, and should return a nested
63
+ dictionary with the following optional keys: `endpoint`, `data`, `headers` and `extra_options.
64
+ Those keys will be merged and/or override the parameters provided into the HttpOperator declaration.
65
+ Parameters are merged when they are both a dictionary (e.g.: HttpOperator.headers will be merged
66
+ with the `headers` dict provided by this function). When merging, dict items returned by this
67
+ function will override initial ones (e.g: if both HttpOperator.headers and `headers` have a 'cookie'
68
+ item, the one provided by `headers` is kept). Parameters are simply overridden when any of them are
69
+ string (e.g.: HttpOperator.endpoint is overridden by `endpoint`).
64
70
  :param response_check: A check against the 'requests' response object.
65
71
  The callable takes the response object as the first positional argument
66
72
  and optionally any number of keyword arguments available in the context dictionary.
@@ -100,7 +106,7 @@ class HttpOperator(BaseOperator):
100
106
  *,
101
107
  endpoint: str | None = None,
102
108
  method: str = "POST",
103
- data: Any = None,
109
+ data: dict[str, Any] | str | None = None,
104
110
  headers: dict[str, str] | None = None,
105
111
  pagination_function: Callable[..., Any] | None = None,
106
112
  response_check: Callable[..., bool] | None = None,
@@ -162,16 +168,16 @@ class HttpOperator(BaseOperator):
162
168
  def execute_sync(self, context: Context) -> Any:
163
169
  self.log.info("Calling HTTP method")
164
170
  response = self.hook.run(self.endpoint, self.data, self.headers, self.extra_options)
165
- response = self.paginate_sync(first_response=response)
171
+ response = self.paginate_sync(response=response)
166
172
  return self.process_response(context=context, response=response)
167
173
 
168
- def paginate_sync(self, first_response: Response) -> Response | list[Response]:
174
+ def paginate_sync(self, response: Response) -> Response | list[Response]:
169
175
  if not self.pagination_function:
170
- return first_response
176
+ return response
171
177
 
172
- all_responses = [first_response]
178
+ all_responses = [response]
173
179
  while True:
174
- next_page_params = self.pagination_function(first_response)
180
+ next_page_params = self.pagination_function(response)
175
181
  if not next_page_params:
176
182
  break
177
183
  response = self.hook.run(**self._merge_next_page_parameters(next_page_params))
@@ -270,9 +276,16 @@ class HttpOperator(BaseOperator):
270
276
  :param next_page_params: A dictionary containing the parameters for the next page.
271
277
  :return: A dictionary containing the merged parameters.
272
278
  """
279
+ data: str | dict | None = None # makes mypy happy
280
+ next_page_data_param = next_page_params.get("data")
281
+ if isinstance(self.data, dict) and isinstance(next_page_data_param, dict):
282
+ data = merge_dicts(self.data, next_page_data_param)
283
+ else:
284
+ data = next_page_data_param or self.data
285
+
273
286
  return dict(
274
287
  endpoint=next_page_params.get("endpoint") or self.endpoint,
275
- data=merge_dicts(self.data, next_page_params.get("data", {})),
288
+ data=data,
276
289
  headers=merge_dicts(self.headers, next_page_params.get("headers", {})),
277
290
  extra_options=merge_dicts(self.extra_options, next_page_params.get("extra_options", {})),
278
291
  )
@@ -293,14 +306,20 @@ class SimpleHttpOperator(HttpOperator):
293
306
  :param data: The data to pass. POST-data in POST/PUT and params
294
307
  in the URL for a GET request. (templated)
295
308
  :param headers: The HTTP headers to be added to the GET request
296
- :param pagination_function: A callable that generates the parameters used to call the API again.
297
- Typically used when the API is paginated and returns for e.g a cursor, a 'next page id', or
298
- a 'next page URL'. When provided, the Operator will call the API repeatedly until this callable
299
- returns None. Also, the result of the Operator will become by default a list of Response.text
300
- objects (instead of a single response object). Same with the other injected functions (like
301
- response_check, response_filter, ...) which will also receive a list of Response object. This
302
- function should return a dict of parameters (`endpoint`, `data`, `headers`, `extra_options`),
303
- which will be merged and override the one used in the initial API call.
309
+ :param pagination_function: A callable that generates the parameters used to call the API again,
310
+ based on the previous response. Typically used when the API is paginated and returns for e.g a
311
+ cursor, a 'next page id', or a 'next page URL'. When provided, the Operator will call the API
312
+ repeatedly until this callable returns None. The result of the Operator will become by default a
313
+ list of Response.text objects (instead of a single response object). Same with the other injected
314
+ functions (like response_check, response_filter, ...) which will also receive a list of Response
315
+ objects. This function receives a Response object form previous call, and should return a nested
316
+ dictionary with the following optional keys: `endpoint`, `data`, `headers` and `extra_options.
317
+ Those keys will be merged and/or override the parameters provided into the HttpOperator declaration.
318
+ Parameters are merged when they are both a dictionary (e.g.: HttpOperator.headers will be merged
319
+ with the `headers` dict provided by this function). When merging, dict items returned by this
320
+ function will override initial ones (e.g: if both HttpOperator.headers and `headers` have a 'cookie'
321
+ item, the one provided by `headers` is kept). Parameters are simply overridden when any of them are
322
+ string (e.g.: HttpOperator.endpoint is overridden by `endpoint`).
304
323
  :param response_check: A check against the 'requests' response object.
305
324
  The callable takes the response object as the first positional argument
306
325
  and optionally any number of keyword arguments available in the context dictionary.
@@ -56,7 +56,7 @@ class HttpTrigger(BaseTrigger):
56
56
  method: str = "POST",
57
57
  endpoint: str | None = None,
58
58
  headers: dict[str, str] | None = None,
59
- data: Any = None,
59
+ data: dict[str, Any] | str | None = None,
60
60
  extra_options: dict[str, Any] | None = None,
61
61
  ):
62
62
  super().__init__()
@@ -1,19 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-http
3
- Version: 4.7.0rc1
4
- Summary: Provider for Apache Airflow. Implements apache-airflow-providers-http package
5
- Home-page: https://airflow.apache.org/
6
- Download-URL: https://archive.apache.org/dist/airflow/providers
7
- Author: Apache Software Foundation
8
- Author-email: dev@airflow.apache.org
9
- License: Apache License 2.0
10
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.7.0/
11
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/4.7.0/changelog.html
12
- Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
13
- Project-URL: Source Code, https://github.com/apache/airflow
14
- Project-URL: Slack Chat, https://s.apache.org/airflow-slack
15
- Project-URL: Twitter, https://twitter.com/ApacheAirflow
16
- Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
3
+ Version: 4.8.0
4
+ Summary: Provider package apache-airflow-providers-http for Apache Airflow
5
+ Keywords: airflow-provider,http,airflow,integration
6
+ Author-email: Apache Software Foundation <dev@airflow.apache.org>
7
+ Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
+ Requires-Python: ~=3.8
9
+ Description-Content-Type: text/x-rst
17
10
  Classifier: Development Status :: 5 - Production/Stable
18
11
  Classifier: Environment :: Console
19
12
  Classifier: Environment :: Web Environment
@@ -27,15 +20,18 @@ Classifier: Programming Language :: Python :: 3.9
27
20
  Classifier: Programming Language :: Python :: 3.10
28
21
  Classifier: Programming Language :: Python :: 3.11
29
22
  Classifier: Topic :: System :: Monitoring
30
- Requires-Python: ~=3.8
31
- Description-Content-Type: text/x-rst
32
- License-File: LICENSE
33
- License-File: NOTICE
34
23
  Requires-Dist: aiohttp
35
- Requires-Dist: apache-airflow >=2.5.0.dev0
24
+ Requires-Dist: apache-airflow>=2.6.0
36
25
  Requires-Dist: asgiref
37
- Requires-Dist: requests >=2.26.0
38
- Requires-Dist: requests-toolbelt
26
+ Requires-Dist: requests>=2.26.0
27
+ Requires-Dist: requests_toolbelt
28
+ Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
29
+ Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-http/4.8.0/changelog.html
30
+ Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-http/4.8.0
31
+ Project-URL: Slack Chat, https://s.apache.org/airflow-slack
32
+ Project-URL: Source Code, https://github.com/apache/airflow
33
+ Project-URL: Twitter, https://twitter.com/ApacheAirflow
34
+ Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
39
35
 
40
36
 
41
37
  .. Licensed to the Apache Software Foundation (ASF) under one
@@ -54,7 +50,8 @@ Requires-Dist: requests-toolbelt
54
50
  KIND, either express or implied. See the License for the
55
51
  specific language governing permissions and limitations
56
52
  under the License.
57
- .. Licensed to the Apache Software Foundation (ASF) under one
53
+
54
+ .. Licensed to the Apache Software Foundation (ASF) under one
58
55
  or more contributor license agreements. See the NOTICE file
59
56
  distributed with this work for additional information
60
57
  regarding copyright ownership. The ASF licenses this file
@@ -71,10 +68,16 @@ Requires-Dist: requests-toolbelt
71
68
  specific language governing permissions and limitations
72
69
  under the License.
73
70
 
71
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
72
+ OVERWRITTEN WHEN PREPARING PACKAGES.
73
+
74
+ .. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
75
+ `PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
76
+
74
77
 
75
78
  Package ``apache-airflow-providers-http``
76
79
 
77
- Release: ``4.7.0rc1``
80
+ Release: ``4.8.0``
78
81
 
79
82
 
80
83
  `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__
@@ -87,7 +90,7 @@ This is a provider package for ``http`` provider. All classes for this provider
87
90
  are in ``airflow.providers.http`` python package.
88
91
 
89
92
  You can find package information and changelog for the provider
90
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.7.0/>`_.
93
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-http/4.8.0/>`_.
91
94
 
92
95
  Installation
93
96
  ------------
@@ -104,7 +107,7 @@ Requirements
104
107
  ===================== ==================
105
108
  PIP package Version required
106
109
  ===================== ==================
107
- ``apache-airflow`` ``>=2.5.0``
110
+ ``apache-airflow`` ``>=2.6.0``
108
111
  ``requests`` ``>=2.26.0``
109
112
  ``requests_toolbelt``
110
113
  ``aiohttp``
@@ -112,4 +115,4 @@ PIP package Version required
112
115
  ===================== ==================
113
116
 
114
117
  The changelog for the provider package can be found in the
115
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.7.0/changelog.html>`_.
118
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-http/4.8.0/changelog.html>`_.
@@ -0,0 +1,15 @@
1
+ airflow/providers/http/LICENSE,sha256=ywUBpKZc7Jb96rVt5I3IDbg7dIJAbUSHkuoDcF3jbH4,13569
2
+ airflow/providers/http/__init__.py,sha256=rJmPThS8Hqxeep7iPqa_3Mui93WReyAaV0-SwimkkmM,1579
3
+ airflow/providers/http/get_provider_info.py,sha256=DNBUXTxBXw0vV4R34RLEuFpVBP0L9ijql6yuxTYi3qo,3495
4
+ airflow/providers/http/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
5
+ airflow/providers/http/hooks/http.py,sha256=d4gs7fUdVkZMSWP195NqPKQnEUIMoMTuNLaizXFaga4,16176
6
+ airflow/providers/http/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/http/operators/http.py,sha256=xRpUS-1RTVMo4qRRjx3yN24l16DYjKqJFbtomwJK1FM,17534
8
+ airflow/providers/http/sensors/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
9
+ airflow/providers/http/sensors/http.py,sha256=QkYpJV2lMLqwH9_cqkGlU9AxZ5-oBKFfw5lo4MeQlyA,6834
10
+ airflow/providers/http/triggers/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
11
+ airflow/providers/http/triggers/http.py,sha256=KA1YKubalXMhae_gcYmew2a1aacQlgHCJ2LsHTdzJd8,5048
12
+ apache_airflow_providers_http-4.8.0.dist-info/entry_points.txt,sha256=65Rk4MYlxxtwo7y7-uNv4KS7MfoBnILhMjRQmNbRo1Q,100
13
+ apache_airflow_providers_http-4.8.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
14
+ apache_airflow_providers_http-4.8.0.dist-info/METADATA,sha256=qRYWGKsnsAet57yP9DUWzD_aUu7jv_ZI6nVfYVhHvJ0,4834
15
+ apache_airflow_providers_http-4.8.0.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.3)
2
+ Generator: flit 3.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -0,0 +1,3 @@
1
+ [apache_airflow_provider]
2
+ provider_info=airflow.providers.http.get_provider_info:get_provider_info
3
+
@@ -1,6 +0,0 @@
1
- Apache Airflow
2
- Copyright 2016-2021 The Apache Software Foundation
3
-
4
- This product includes software developed at The Apache Software
5
- Foundation (http://www.apache.org/).
6
- =======================================================================
@@ -1,17 +0,0 @@
1
- airflow/providers/http/__init__.py,sha256=u3WELlvzyYhxrqqv4iXVko6y769HR_EnWECPgisr2v8,1559
2
- airflow/providers/http/get_provider_info.py,sha256=MaGd9Phjd_obJ7l0Wj01MZ_m6WyOgAvM6xThD4nyqM8,3404
3
- airflow/providers/http/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
4
- airflow/providers/http/hooks/http.py,sha256=d4gs7fUdVkZMSWP195NqPKQnEUIMoMTuNLaizXFaga4,16176
5
- airflow/providers/http/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
6
- airflow/providers/http/operators/http.py,sha256=0a4-CH4YzOdt4GbxC-kMwPdoMCxG-ZeNGz2VHmKanRU,15966
7
- airflow/providers/http/sensors/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
8
- airflow/providers/http/sensors/http.py,sha256=QkYpJV2lMLqwH9_cqkGlU9AxZ5-oBKFfw5lo4MeQlyA,6834
9
- airflow/providers/http/triggers/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
10
- airflow/providers/http/triggers/http.py,sha256=rq_vQdZwXSqF74XNhOEeSFaoJCGjjzTHXFHP-4d08hg,5024
11
- apache_airflow_providers_http-4.7.0rc1.dist-info/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
12
- apache_airflow_providers_http-4.7.0rc1.dist-info/METADATA,sha256=lNL-nL4GxmbKYCTxR0J7RkpRcByi3bDNA92lEchIiBA,4632
13
- apache_airflow_providers_http-4.7.0rc1.dist-info/NOTICE,sha256=m-6s2XynUxVSUIxO4rVablAZCvFq-wmLrqV91DotRBw,240
14
- apache_airflow_providers_http-4.7.0rc1.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
15
- apache_airflow_providers_http-4.7.0rc1.dist-info/entry_points.txt,sha256=QBAvMV6qvNFxV_H4Vk1jDhezZTTrDb1w_QGzLBA3gaA,101
16
- apache_airflow_providers_http-4.7.0rc1.dist-info/top_level.txt,sha256=OeMVH5md7fr2QQWpnZoOWWxWO-0WH1IP70lpTVwopPg,8
17
- apache_airflow_providers_http-4.7.0rc1.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [apache_airflow_provider]
2
- provider_info = airflow.providers.http.get_provider_info:get_provider_info