Generated backport providers readmes/setup for 2020.10.29 (#11826)
This commit is contained in:
Родитель
998bb0d5fc
Коммит
872b1566a1
|
@ -121,7 +121,7 @@ repos:
|
|||
- id: insert-license
|
||||
name: Add license for all md files
|
||||
files: \.md$
|
||||
exclude: ^\.github/.*$|BACKPORT_PROVIDERS_CHANGES.*\.md|PROVIDERS_CHANGES.*
|
||||
exclude: ^\.github/.*$|PROVIDER_CHANGES.*\.md
|
||||
args:
|
||||
- --comment-style
|
||||
- "<!--|| -->"
|
||||
|
@ -288,7 +288,7 @@ repos:
|
|||
(?x)
|
||||
^airflow/providers/apache/cassandra/hooks/cassandra.py$|
|
||||
^airflow/providers/apache/hive/operators/hive_stats.py$|
|
||||
^airflow/providers/apache/hive/.*PROVIDERS_CHANGES_*|
|
||||
^airflow/providers/apache/hive/.*PROVIDER_CHANGES_*|
|
||||
^airflow/providers/apache/hive/.*README.md$|
|
||||
^tests/providers/apache/cassandra/hooks/test_cassandra.py$|
|
||||
^docs/howto/connection/cassandra.rst$|
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [6ce855af1](https://github.com/apache/airflow/commit/6ce855af118daeaa4c249669079ab9d9aad23945) | 2020-10-24 | Fix spelling (#11821) |
|
||||
| [3934ef224](https://github.com/apache/airflow/commit/3934ef22494db6d9613c229aaa82ea6a366b7c2f) | 2020-10-24 | Remove redundant builtins imports (#11809) |
|
||||
| [4c8e033c0](https://github.com/apache/airflow/commit/4c8e033c0ee7d28963d504a9216205155f20f58f) | 2020-10-24 | Fix spelling and grammar (#11814) |
|
||||
| [483068745](https://github.com/apache/airflow/commit/48306874538eea7cfd42358d5ebb59705204bfc4) | 2020-10-24 | Use Python 3 style super classes (#11806) |
|
||||
| [0df60b773](https://github.com/apache/airflow/commit/0df60b773671ecf8d4e5f582ac2be200cf2a2edd) | 2020-10-23 | Add reattach flag to ECSOperator (#10643) |
|
||||
| [b9d677cdd](https://github.com/apache/airflow/commit/b9d677cdd660e0be8278a64658e73359276a9682) | 2020-10-22 | Add type hints to aws provider (#11531) |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [674368f66](https://github.com/apache/airflow/commit/674368f66cf61b2a105f326f23868ac3aee08807) | 2020-10-19 | Fixes MySQLToS3 float to int conversion (#10437) |
|
||||
| [0823d46a7](https://github.com/apache/airflow/commit/0823d46a7f267f2e45195a175021825367938add) | 2020-10-16 | Add type annotations for AWS operators and hooks (#11434) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [d38a0a781](https://github.com/apache/airflow/commit/d38a0a781e123c8c50313efdb23f767d6678afe0) | 2020-10-12 | added type hints for aws cloud formation (#11470) |
|
||||
| [d305876be](https://github.com/apache/airflow/commit/d305876bee328287ff391a29cc1cd632468cc731) | 2020-10-12 | Remove redundant None provided as default to dict.get() (#11448) |
|
||||
| [c3e340584](https://github.com/apache/airflow/commit/c3e340584bf1892c4f73aa9e7495b5823dab0c40) | 2020-10-11 | Change prefix of AwsDynamoDB hook module (#11209) |
|
||||
| [42a23d16f](https://github.com/apache/airflow/commit/42a23d16fe9b2f165b0805fb767ecbb825c93657) | 2020-10-11 | Update MySQLToS3Operator's s3_bucket to template_fields (#10778) |
|
||||
| [422b61a9d](https://github.com/apache/airflow/commit/422b61a9dd95ab9d00b239daa14d87d7cae5ae73) | 2020-10-09 | Adding ElastiCache Hook for creating, describing and deleting replication groups (#8701) |
|
||||
| [dd98b2149](https://github.com/apache/airflow/commit/dd98b21494ff6036242b63268140abe1294b3657) | 2020-10-06 | Add acl_policy parameter to GCSToS3Operator (#10804) (#10829) |
|
||||
| [32b3cfbcf](https://github.com/apache/airflow/commit/32b3cfbcf0209cb062dd641c1232ab25d02d4d6d) | 2020-10-06 | Strict type check for all hooks in amazon (#11250) |
|
||||
| [6d573e8ab](https://github.com/apache/airflow/commit/6d573e8abbf87e3c7281347e03d428a6e5baccd4) | 2020-10-03 | Add s3 key to template fields for s3/redshift transfer operators (#10890) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-amazon
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -44,6 +44,7 @@ Release: 2020.10.5
|
|||
- [Secrets](#secrets)
|
||||
- [Moved secrets](#moved-secrets)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -214,19 +215,20 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
### New hooks
|
||||
|
||||
| New Airflow 2.0 hooks: `airflow.providers.amazon` package |
|
||||
|:-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [aws.hooks.batch_client.AwsBatchClientHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/batch_client.py) |
|
||||
| [aws.hooks.batch_waiters.AwsBatchWaitersHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/batch_waiters.py) |
|
||||
| [aws.hooks.cloud_formation.AWSCloudFormationHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/cloud_formation.py) |
|
||||
| [aws.hooks.ec2.EC2Hook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/ec2.py) |
|
||||
| [aws.hooks.glacier.GlacierHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/glacier.py) |
|
||||
| [aws.hooks.glue.AwsGlueJobHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/glue.py) |
|
||||
| [aws.hooks.kinesis.AwsFirehoseHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/kinesis.py) |
|
||||
| [aws.hooks.redshift.RedshiftHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/redshift.py) |
|
||||
| [aws.hooks.secrets_manager.SecretsManagerHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/secrets_manager.py) |
|
||||
| [aws.hooks.ses.SESHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/ses.py) |
|
||||
| [aws.hooks.step_function.StepFunctionHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/step_function.py) |
|
||||
| New Airflow 2.0 hooks: `airflow.providers.amazon` package |
|
||||
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [aws.hooks.batch_client.AwsBatchClientHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/batch_client.py) |
|
||||
| [aws.hooks.batch_waiters.AwsBatchWaitersHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/batch_waiters.py) |
|
||||
| [aws.hooks.cloud_formation.AWSCloudFormationHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/cloud_formation.py) |
|
||||
| [aws.hooks.ec2.EC2Hook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/ec2.py) |
|
||||
| [aws.hooks.elasticache_replication_group.ElastiCacheReplicationGroupHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/elasticache_replication_group.py) |
|
||||
| [aws.hooks.glacier.GlacierHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/glacier.py) |
|
||||
| [aws.hooks.glue.AwsGlueJobHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/glue.py) |
|
||||
| [aws.hooks.kinesis.AwsFirehoseHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/kinesis.py) |
|
||||
| [aws.hooks.redshift.RedshiftHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/redshift.py) |
|
||||
| [aws.hooks.secrets_manager.SecretsManagerHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/secrets_manager.py) |
|
||||
| [aws.hooks.ses.SESHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/ses.py) |
|
||||
| [aws.hooks.step_function.StepFunctionHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/step_function.py) |
|
||||
|
||||
|
||||
### Moved hooks
|
||||
|
@ -234,9 +236,9 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
| Airflow 2.0 hooks: `airflow.providers.amazon` package | Airflow 1.10.* previous location (usually `airflow.contrib`) |
|
||||
|:-----------------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [aws.hooks.athena.AWSAthenaHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/athena.py) | [contrib.hooks.aws_athena_hook.AWSAthenaHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/aws_athena_hook.py) |
|
||||
| [aws.hooks.aws_dynamodb.AwsDynamoDBHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/aws_dynamodb.py) | [contrib.hooks.aws_dynamodb_hook.AwsDynamoDBHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/aws_dynamodb_hook.py) |
|
||||
| [aws.hooks.base_aws.AwsBaseHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/base_aws.py) | [contrib.hooks.aws_hook.AwsHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/aws_hook.py) |
|
||||
| [aws.hooks.datasync.AWSDataSyncHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/datasync.py) | [contrib.hooks.aws_datasync_hook.AWSDataSyncHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/aws_datasync_hook.py) |
|
||||
| [aws.hooks.dynamodb.AwsDynamoDBHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/dynamodb.py) | [contrib.hooks.aws_dynamodb_hook.AwsDynamoDBHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/aws_dynamodb_hook.py) |
|
||||
| [aws.hooks.emr.EmrHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/emr.py) | [contrib.hooks.emr_hook.EmrHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/emr_hook.py) |
|
||||
| [aws.hooks.glue_catalog.AwsGlueCatalogHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/glue_catalog.py) | [contrib.hooks.aws_glue_catalog_hook.AwsGlueCatalogHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/aws_glue_catalog_hook.py) |
|
||||
| [aws.hooks.lambda_function.AwsLambdaHook](https://github.com/apache/airflow/blob/master/airflow/providers/amazon/aws/hooks/lambda_function.py) | [contrib.hooks.aws_lambda_hook.AwsLambdaHook](https://github.com/apache/airflow/blob/v1-10-stable/airflow/contrib/hooks/aws_lambda_hook.py) |
|
||||
|
@ -262,6 +264,32 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [6ce855af1](https://github.com/apache/airflow/commit/6ce855af118daeaa4c249669079ab9d9aad23945) | 2020-10-24 | Fix spelling (#11821) |
|
||||
| [3934ef224](https://github.com/apache/airflow/commit/3934ef22494db6d9613c229aaa82ea6a366b7c2f) | 2020-10-24 | Remove redundant builtins imports (#11809) |
|
||||
| [4c8e033c0](https://github.com/apache/airflow/commit/4c8e033c0ee7d28963d504a9216205155f20f58f) | 2020-10-24 | Fix spelling and grammar (#11814) |
|
||||
| [483068745](https://github.com/apache/airflow/commit/48306874538eea7cfd42358d5ebb59705204bfc4) | 2020-10-24 | Use Python 3 style super classes (#11806) |
|
||||
| [0df60b773](https://github.com/apache/airflow/commit/0df60b773671ecf8d4e5f582ac2be200cf2a2edd) | 2020-10-23 | Add reattach flag to ECSOperator (#10643) |
|
||||
| [b9d677cdd](https://github.com/apache/airflow/commit/b9d677cdd660e0be8278a64658e73359276a9682) | 2020-10-22 | Add type hints to aws provider (#11531) |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [674368f66](https://github.com/apache/airflow/commit/674368f66cf61b2a105f326f23868ac3aee08807) | 2020-10-19 | Fixes MySQLToS3 float to int conversion (#10437) |
|
||||
| [0823d46a7](https://github.com/apache/airflow/commit/0823d46a7f267f2e45195a175021825367938add) | 2020-10-16 | Add type annotations for AWS operators and hooks (#11434) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [d38a0a781](https://github.com/apache/airflow/commit/d38a0a781e123c8c50313efdb23f767d6678afe0) | 2020-10-12 | added type hints for aws cloud formation (#11470) |
|
||||
| [d305876be](https://github.com/apache/airflow/commit/d305876bee328287ff391a29cc1cd632468cc731) | 2020-10-12 | Remove redundant None provided as default to dict.get() (#11448) |
|
||||
| [c3e340584](https://github.com/apache/airflow/commit/c3e340584bf1892c4f73aa9e7495b5823dab0c40) | 2020-10-11 | Change prefix of AwsDynamoDB hook module (#11209) |
|
||||
| [42a23d16f](https://github.com/apache/airflow/commit/42a23d16fe9b2f165b0805fb767ecbb825c93657) | 2020-10-11 | Update MySQLToS3Operator's s3_bucket to template_fields (#10778) |
|
||||
| [422b61a9d](https://github.com/apache/airflow/commit/422b61a9dd95ab9d00b239daa14d87d7cae5ae73) | 2020-10-09 | Adding ElastiCache Hook for creating, describing and deleting replication groups (#8701) |
|
||||
| [dd98b2149](https://github.com/apache/airflow/commit/dd98b21494ff6036242b63268140abe1294b3657) | 2020-10-06 | Add acl_policy parameter to GCSToS3Operator (#10804) (#10829) |
|
||||
| [32b3cfbcf](https://github.com/apache/airflow/commit/32b3cfbcf0209cb062dd641c1232ab25d02d4d6d) | 2020-10-06 | Strict type check for all hooks in amazon (#11250) |
|
||||
| [6d573e8ab](https://github.com/apache/airflow/commit/6d573e8abbf87e3c7281347e03d428a6e5baccd4) | 2020-10-03 | Add s3 key to template fields for s3/redshift transfer operators (#10890) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-amazon
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-amazon package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.amazon
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,112 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-amazon package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/amazon/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-amazon setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-amazon',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-amazon for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.amazon*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'boto3>=1.12.0,<2.0.0', 'watchtower~=0.7.3'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={
|
||||
'apache.hive': ['apache-airflow-backport-providers-apache-hive'],
|
||||
'google': ['apache-airflow-backport-providers-google'],
|
||||
'imap': ['apache-airflow-backport-providers-imap'],
|
||||
'mongo': ['apache-airflow-backport-providers-mongo'],
|
||||
'mysql': ['apache-airflow-backport-providers-mysql'],
|
||||
'postgres': ['apache-airflow-backport-providers-postgres'],
|
||||
'ssh': ['apache-airflow-backport-providers-ssh'],
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [0646849e3](https://github.com/apache/airflow/commit/0646849e3dacdc2bc62705ae136f3ad3b16232e9) | 2020-10-14 | Add protocol_version to conn_config for Cassandrahook (#11036) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-cassandra
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,6 +33,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -92,6 +93,17 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:---------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [0646849e3](https://github.com/apache/airflow/commit/0646849e3dacdc2bc62705ae136f3ad3b16232e9) | 2020-10-14 | Add protocol_version to conn_config for Cassandrahook (#11036) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-cassandra
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-cassandra package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.cassandra
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,105 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-cassandra package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/cassandra/BACKPORT_PROVIDER_README.md'),
|
||||
encoding='utf-8',
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-cassandra setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-cassandra',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-cassandra for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.cassandra*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'cassandra-driver>=3.13.0,<3.21.0'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-druid
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -36,6 +36,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -122,6 +123,16 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-druid
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-druid package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.druid
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-druid package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/druid/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-druid setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-druid',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-druid for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.druid*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'pydruid>=0.4.1'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={'apache.hive': ['apache-airflow-backport-providers-apache-hive']},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-hdfs
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,6 +33,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -95,6 +96,16 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-hdfs
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-hdfs package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.hdfs
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-hdfs package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/hdfs/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-hdfs setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-hdfs',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-hdfs for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.hdfs*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'snakebite-py3'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-hive
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -38,6 +38,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -149,6 +150,16 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-hive
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-hive package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.hive
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,111 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-hive package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/hive/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-hive setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-hive',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-hive for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.hive*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'hmsclient>=0.1.0', 'pyhive[hive]>=0.6.0'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={
|
||||
'amazon': ['apache-airflow-backport-providers-amazon'],
|
||||
'microsoft.mssql': ['apache-airflow-backport-providers-microsoft-mssql'],
|
||||
'mysql': ['apache-airflow-backport-providers-mysql'],
|
||||
'presto': ['apache-airflow-backport-providers-presto'],
|
||||
'samba': ['apache-airflow-backport-providers-samba'],
|
||||
'vertica': ['apache-airflow-backport-providers-vertica'],
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-kylin
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,6 +33,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
|
||||
## Backport package
|
||||
|
@ -90,6 +91,15 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-kylin
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-kylin package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.kylin
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-kylin package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/kylin/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-kylin setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-kylin',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-kylin for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.kylin*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'kylinpy>=2.6'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [483068745](https://github.com/apache/airflow/commit/48306874538eea7cfd42358d5ebb59705204bfc4) | 2020-10-24 | Use Python 3 style super classes (#11806) |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-livy
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -35,6 +35,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -113,6 +114,17 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [483068745](https://github.com/apache/airflow/commit/48306874538eea7cfd42358d5ebb59705204bfc4) | 2020-10-24 | Use Python 3 style super classes (#11806) |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-livy
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-livy package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.livy
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-livy package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/livy/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-livy setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-livy',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-livy for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.livy*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={'http': ['apache-airflow-backport-providers-http']},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-pig
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -32,6 +32,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -84,6 +85,16 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-pig
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-pig package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.pig
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-pig package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/pig/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-pig setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-pig',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-pig for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.pig*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-pinot
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,6 +31,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -79,6 +80,16 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-pinot
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-pinot package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.pinot
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-pinot package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/pinot/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-pinot setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-pinot',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-pinot for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.pinot*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'pinotdb==0.1.1'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [d305876be](https://github.com/apache/airflow/commit/d305876bee328287ff391a29cc1cd632468cc731) | 2020-10-12 | Remove redundant None provided as default to dict.get() (#11448) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-spark
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -33,6 +33,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -95,6 +96,17 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [d305876be](https://github.com/apache/airflow/commit/d305876bee328287ff391a29cc1cd632468cc731) | 2020-10-12 | Remove redundant None provided as default to dict.get() (#11448) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-spark
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-spark package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.spark
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-spark package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/spark/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-spark setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-spark',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-spark for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.spark*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'pyspark'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-apache-sqoop
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -32,6 +32,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -84,6 +85,16 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-apache-sqoop
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-apache-sqoop package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.apache.sqoop
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-apache-sqoop package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/apache/sqoop/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-apache-sqoop setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-apache-sqoop',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-apache-sqoop for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.apache.sqoop*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-celery
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,6 +31,7 @@ Release: 2020.10.5
|
|||
- [Sensors](#sensors)
|
||||
- [Moved sensors](#moved-sensors)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -80,6 +81,15 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-celery
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-celery package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.celery
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-celery package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/celery/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-celery setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-celery',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-celery for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.celery*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'celery~=4.4.2', 'flower>=0.7.3, <1.0', 'vine~=1.3'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-cloudant
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -31,6 +31,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [Moved hooks](#moved-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
- [Release 2020.6.24](#release-2020624)
|
||||
|
||||
|
@ -78,6 +79,15 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-cloudant
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-cloudant package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.cloudant
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,104 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-cloudant package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/cloudant/BACKPORT_PROVIDER_README.md'), encoding='utf-8'
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-cloudant setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-cloudant',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-cloudant for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.cloudant*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow~=1.10', 'cloudant>=2.0'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [53e606210](https://github.com/apache/airflow/commit/53e6062105be0ae1761a354e2055eb0779d12e73) | 2020-10-21 | Enforce strict rules for yamllint (#11709) |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [eee4e30f2](https://github.com/apache/airflow/commit/eee4e30f2caf02e16088ff5d1af1ea380a73e982) | 2020-10-15 | Add better debug logging to K8sexec and K8sPodOp (#11502) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [8640fb6c1](https://github.com/apache/airflow/commit/8640fb6c100a2c6aa231798559ba194331576975) | 2020-10-09 | fix tests (#11368) |
|
||||
| [298052fce](https://github.com/apache/airflow/commit/298052fcee9d30b1f60b8dc1c9006398cd16645e) | 2020-10-10 | [airflow/providers/cncf/kubernetes] correct hook methods name (#11008) |
|
||||
| [49aad025b](https://github.com/apache/airflow/commit/49aad025b53211a5815b10aa35f7d7b489cb5316) | 2020-10-09 | Users can specify sub-secrets and paths k8spodop (#11369) |
|
||||
| [b93b6c5be](https://github.com/apache/airflow/commit/b93b6c5be3ab60960f650d0d4ee6c91271ac7909) | 2020-10-05 | Allow labels in KubernetesPodOperator to be templated (#10796) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
# Package apache-airflow-backport-providers-cncf-kubernetes
|
||||
|
||||
Release: 2020.10.5
|
||||
Release: 2020.10.29
|
||||
|
||||
**Table of contents**
|
||||
|
||||
|
@ -36,6 +36,7 @@ Release: 2020.10.5
|
|||
- [Hooks](#hooks)
|
||||
- [New hooks](#new-hooks)
|
||||
- [Releases](#releases)
|
||||
- [Release 2020.10.29](#release-20201029)
|
||||
- [Release 2020.10.5](#release-2020105)
|
||||
|
||||
## Backport package
|
||||
|
@ -117,6 +118,22 @@ in [Naming conventions for provider packages](https://github.com/apache/airflow/
|
|||
|
||||
## Releases
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-----------------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [53e606210](https://github.com/apache/airflow/commit/53e6062105be0ae1761a354e2055eb0779d12e73) | 2020-10-21 | Enforce strict rules for yamllint (#11709) |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [eee4e30f2](https://github.com/apache/airflow/commit/eee4e30f2caf02e16088ff5d1af1ea380a73e982) | 2020-10-15 | Add better debug logging to K8sexec and K8sPodOp (#11502) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [8640fb6c1](https://github.com/apache/airflow/commit/8640fb6c100a2c6aa231798559ba194331576975) | 2020-10-09 | fix tests (#11368) |
|
||||
| [298052fce](https://github.com/apache/airflow/commit/298052fcee9d30b1f60b8dc1c9006398cd16645e) | 2020-10-10 | [airflow/providers/cncf/kubernetes] correct hook methods name (#11008) |
|
||||
| [49aad025b](https://github.com/apache/airflow/commit/49aad025b53211a5815b10aa35f7d7b489cb5316) | 2020-10-09 | Users can specify sub-secrets and paths k8spodop (#11369) |
|
||||
| [b93b6c5be](https://github.com/apache/airflow/commit/b93b6c5be3ab60960f650d0d4ee6c91271ac7909) | 2020-10-05 | Allow labels in KubernetesPodOperator to be templated (#10796) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
||||
|
||||
|
||||
### Release 2020.10.5
|
||||
|
||||
| Commit | Committed | Subject |
|
|
@ -0,0 +1,51 @@
|
|||
# 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.
|
||||
|
||||
[metadata]
|
||||
name = Airflow Backport provider: apache-airflow-backport-providers-cncf-kubernetes
|
||||
summary = Backport provider for Apache Airflow. Implements apache-airflow-backport-providers-cncf-kubernetes package
|
||||
description-file = README.md
|
||||
author = Apache Airflow PMC
|
||||
author-email = dev@airflow.apache.org
|
||||
license = Apache License, Version 2.0
|
||||
license_files =
|
||||
LICENSE
|
||||
NOTICE
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag=py3
|
||||
|
||||
[files]
|
||||
packages = airflow.providers.cncf.kubernetes
|
||||
|
||||
[easy_install]
|
||||
|
||||
[mypy]
|
||||
ignore_missing_imports = True
|
||||
no_implicit_optional = True
|
||||
warn_redundant_casts = True
|
||||
warn_unused_ignores = False
|
||||
pretty = True
|
||||
|
||||
[isort]
|
||||
line_length=110
|
||||
combine_as_imports = true
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = true
|
||||
known_first_party=airflow,tests
|
||||
multi_line_output=5
|
||||
profile = "black"
|
|
@ -0,0 +1,105 @@
|
|||
#
|
||||
# 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 WHEN RUNNING
|
||||
#
|
||||
# ./breeze prepare-provider-readme
|
||||
#
|
||||
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
|
||||
# `SETUP_TEMPLATE.py.jinja2` IN the `provider_packages` DIRECTORY
|
||||
|
||||
"""Setup.py for the apache-airflow-backport-providers-cncf-kubernetes package."""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
|
||||
from os.path import dirname
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
version = '2020.10.29'
|
||||
|
||||
my_dir = dirname(__file__)
|
||||
|
||||
try:
|
||||
with open(
|
||||
os.path.join(my_dir, 'airflow/providers/cncf/kubernetes/BACKPORT_PROVIDER_README.md'),
|
||||
encoding='utf-8',
|
||||
) as f:
|
||||
long_description = f.read()
|
||||
except FileNotFoundError:
|
||||
long_description = ''
|
||||
|
||||
|
||||
def do_setup(version_suffix_for_pypi=''):
|
||||
"""Perform the package apache-airflow-backport-providers-cncf-kubernetes setup."""
|
||||
setup(
|
||||
name='apache-airflow-backport-providers-cncf-kubernetes',
|
||||
description='Backport provider package '
|
||||
'apache-airflow-backport-providers-cncf-kubernetes for Apache Airflow',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
license='Apache License 2.0',
|
||||
version=version + version_suffix_for_pypi,
|
||||
packages=find_packages(include=['airflow.providers.cncf.kubernetes*']),
|
||||
zip_safe=False,
|
||||
install_requires=['apache-airflow>=1.10.12, <2.0.0', 'cryptography>=2.0.0', 'kubernetes>=3.0.0'],
|
||||
setup_requires=['setuptools', 'wheel'],
|
||||
extras_require={},
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Console',
|
||||
'Environment :: Web Environment',
|
||||
'Intended Audience :: Developers',
|
||||
'Intended Audience :: System Administrators',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Topic :: System :: Monitoring',
|
||||
],
|
||||
author='Apache Software Foundation',
|
||||
author_email='dev@airflow.apache.org',
|
||||
url='http://airflow.apache.org/',
|
||||
download_url=('https://archive.apache.org/dist/airflow/backport-providers'),
|
||||
python_requires='~=3.6',
|
||||
project_urls={
|
||||
'Documentation': 'https://airflow.apache.org/docs/',
|
||||
'Bug Tracker': 'https://github.com/apache/airflow/issues',
|
||||
'Source Code': 'https://github.com/apache/airflow',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
#
|
||||
# Note that --version-suffix-for-pypi should only be used in case we generate RC packages for PyPI
|
||||
# Those packages should have actual RC version in order to be published even if source version
|
||||
# should be the final one.
|
||||
#
|
||||
if __name__ == "__main__":
|
||||
suffix = ''
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "--version-suffix-for-pypi":
|
||||
if len(sys.argv) < 3:
|
||||
print("ERROR! --version-suffix-for-pypi needs parameter!", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
suffix = sys.argv[2]
|
||||
sys.argv = [sys.argv[0]] + sys.argv[3:]
|
||||
do_setup(version_suffix_for_pypi=suffix)
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
|
||||
### Release 2020.10.29
|
||||
|
||||
| Commit | Committed | Subject |
|
||||
|:-----------------------------------------------------------------------------------------------|:------------|:-------------------------------------------------------------|
|
||||
| [b680bbc0b](https://github.com/apache/airflow/commit/b680bbc0b05ad71d403a5d58bc7023a2453b9a48) | 2020-10-24 | Generated backport providers readmes/setup for 2020.10.29 |
|
||||
| [349b0811c](https://github.com/apache/airflow/commit/349b0811c3022605426ba57d30936240a7c2848a) | 2020-10-20 | Add D200 pydocstyle check (#11688) |
|
||||
| [16e712971](https://github.com/apache/airflow/commit/16e7129719f1c0940aef2a93bed81368e997a746) | 2020-10-13 | Added support for provider packages for Airflow 2.0 (#11487) |
|
||||
| [0a0e1af80](https://github.com/apache/airflow/commit/0a0e1af80038ef89974c3c8444461fe867945daa) | 2020-10-03 | Fix Broken Markdown links in Providers README TOC (#11249) |
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче