-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update provider schema to include excluded-python-versions The provider schema previously supported this field but it was dropped during the provider migration project. Cloudant is the only provider at the time of writing which makes use of this mechanism * Migrate Cloudant provider to new structure * Updates from PR feedback * Add wildcard for all patch releases of an excluded python version If it is not already present add a wild card for all patch releases of an excluded python version * Fix install_airflow script to remove cloudant on 3.9 * Remove more spaces * Remove the fix for version exclusions With functional version exclusion in requires-python working, many things in our CI are not setup to support this. So go back to "soft" or non-functional exclusions. This will at least update the classifiers
- Loading branch information
Showing
32 changed files
with
495 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
|
||
.. Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
.. http://www.apache.org/licenses/LICENSE-2.0 | ||
.. Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN! | ||
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE | ||
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY | ||
Package ``apache-airflow-providers-cloudant`` | ||
|
||
Release: ``4.1.0`` | ||
|
||
|
||
`IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__ | ||
|
||
|
||
Provider package | ||
---------------- | ||
|
||
This is a provider package for ``cloudant`` provider. All classes for this provider package | ||
are in ``airflow.providers.cloudant`` python package. | ||
|
||
You can find package information and changelog for the provider | ||
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.1.0/>`_. | ||
|
||
Installation | ||
------------ | ||
|
||
You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below | ||
for the minimum Airflow version supported) via | ||
``pip install apache-airflow-providers-cloudant`` | ||
|
||
The package supports the following python versions: 3.10,3.11,3.12 | ||
|
||
Requirements | ||
------------ | ||
|
||
================== ===================================== | ||
PIP package Version required | ||
================== ===================================== | ||
``apache-airflow`` ``>=2.9.0`` | ||
``ibmcloudant`` ``==0.9.1; python_version >= "3.10"`` | ||
================== ===================================== | ||
|
||
The changelog for the provider package can be found in the | ||
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.1.0/changelog.html>`_. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
|
||
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN! | ||
|
||
# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE | ||
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY | ||
[build-system] | ||
requires = ["flit_core==3.10.1"] | ||
build-backend = "flit_core.buildapi" | ||
|
||
[project] | ||
name = "apache-airflow-providers-cloudant" | ||
version = "4.1.0" | ||
description = "Provider package apache-airflow-providers-cloudant for Apache Airflow" | ||
readme = "README.rst" | ||
authors = [ | ||
{name="Apache Software Foundation", email="[email protected]"}, | ||
] | ||
maintainers = [ | ||
{name="Apache Software Foundation", email="[email protected]"}, | ||
] | ||
keywords = [ "airflow-provider", "cloudant", "airflow", "integration" ] | ||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Environment :: Console", | ||
"Environment :: Web Environment", | ||
"Intended Audience :: Developers", | ||
"Intended Audience :: System Administrators", | ||
"Framework :: Apache Airflow", | ||
"Framework :: Apache Airflow :: Provider", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: System :: Monitoring", | ||
] | ||
requires-python = "~=3.9,!=3.9" | ||
|
||
# The dependencies should be modified in place in the generated file | ||
# Any change in the dependencies is preserved when the file is regenerated | ||
dependencies = [ | ||
"apache-airflow>=2.9.0", | ||
# Even though 3.9 is excluded below, we need to make this python_version aware so that `uv` can generate a | ||
# full lock file when building lock file from provider sources | ||
"ibmcloudant==0.9.1;python_version>=\"3.10\"", | ||
] | ||
|
||
[project.urls] | ||
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.1.0" | ||
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-cloudant/4.1.0/changelog.html" | ||
"Bug Tracker" = "https://github.com/apache/airflow/issues" | ||
"Source Code" = "https://github.com/apache/airflow" | ||
"Slack Chat" = "https://s.apache.org/airflow-slack" | ||
"Twitter" = "https://x.com/ApacheAirflow" | ||
"YouTube" = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/" | ||
|
||
[project.entry-points."apache_airflow_provider"] | ||
provider_info = "airflow.providers.cloudant.get_provider_info:get_provider_info" | ||
|
||
[tool.flit.module] | ||
name = "airflow.providers.cloudant" | ||
|
||
[tool.pytest.ini_options] | ||
ignore = "tests/system/" |
Oops, something went wrong.