You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/15 22:55:42 UTC

[airflow] branch master updated (ae98c07 -> 5090fb0)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from ae98c07  Fix Code Coverage (#13092)
     add 5090fb0  Add script to generate integrations.json (#13073)

No new revisions were added by this update.

Summary of changes:
 airflow/provider.yaml.schema.json                  |   4 +
 airflow/providers/amazon/provider.yaml             |  14 ++++
 airflow/providers/apache/cassandra/provider.yaml   |   1 +
 airflow/providers/apache/druid/provider.yaml       |   1 +
 airflow/providers/apache/hdfs/provider.yaml        |   2 +
 airflow/providers/apache/hive/provider.yaml        |   1 +
 airflow/providers/apache/pig/provider.yaml         |   1 +
 airflow/providers/apache/pinot/provider.yaml       |   1 +
 airflow/providers/apache/spark/provider.yaml       |   1 +
 airflow/providers/apache/sqoop/provider.yaml       |   1 +
 airflow/providers/google/provider.yaml             |  25 ++++++
 airflow/providers/microsoft/azure/provider.yaml    |   5 ++
 docs/integration-logos/apache/cassandra-3.png      | Bin 0 -> 87960 bytes
 docs/integration-logos/apache/druid-1.png          | Bin 0 -> 28442 bytes
 docs/integration-logos/apache/hadoop.png           | Bin 0 -> 52103 bytes
 docs/integration-logos/apache/hive.png             | Bin 0 -> 141920 bytes
 docs/integration-logos/apache/pig.png              | Bin 0 -> 112286 bytes
 docs/integration-logos/apache/pinot.png            | Bin 0 -> 26792 bytes
 docs/integration-logos/apache/spark.png            | Bin 0 -> 66895 bytes
 docs/integration-logos/apache/sqoop.png            | Bin 0 -> 42874 bytes
 .../aws/AWS-Batch_light-bg@4x.png                  | Bin 0 -> 7274 bytes
 .../integration-logos/aws/AWS-Glue_light-bg@4x.png | Bin 0 -> 4392 bytes
 .../aws/AWS-Lambda_light-bg@4x.png                 | Bin 0 -> 4262 bytes
 .../aws/Amazon-Athena_light-bg@4x.png              | Bin 0 -> 10215 bytes
 .../aws/Amazon-CloudWatch_light-bg@4x.png          | Bin 0 -> 7248 bytes
 .../aws/Amazon-DynamoDB_light-bg@4x.png            | Bin 0 -> 7570 bytes
 .../aws/Amazon-EC2_light-bg@4x.png                 | Bin 0 -> 2134 bytes
 .../aws/Amazon-EMR_light-bg@4x.png                 | Bin 0 -> 9456 bytes
 .../Amazon-Kinesis-Data-Firehose_light-bg@4x.png   | Bin 0 -> 5259 bytes
 .../aws/Amazon-Redshift_light-bg@4x.png            | Bin 0 -> 6391 bytes
 .../aws/Amazon-SageMaker_light-bg@4x.png           | Bin 0 -> 7702 bytes
 ...Simple-Notification-Service-SNS_light-bg@4x.png | Bin 0 -> 8103 bytes
 ...Amazon-Simple-Queue-Service-SQS_light-bg@4x.png | Bin 0 -> 8759 bytes
 ...mazon-Simple-Storage-Service-S3_light-bg@4x.png | Bin 0 -> 7252 bytes
 docs/integration-logos/azure/Azure Cosmos DB.svg   |  11 +++
 docs/integration-logos/azure/Azure Files.svg       |   8 ++
 docs/integration-logos/azure/Blob Storage.svg      |   9 +++
 .../azure/Container Instances.svg                  |   9 +++
 docs/integration-logos/azure/Data Lake Storage.svg |  37 +++++++++
 docs/integration-logos/gcp/AI-Platform.png         | Bin 0 -> 6284 bytes
 docs/integration-logos/gcp/BigQuery.png            | Bin 0 -> 6210 bytes
 docs/integration-logos/gcp/Cloud-AutoML.png        | Bin 0 -> 6100 bytes
 docs/integration-logos/gcp/Cloud-Bigtable.png      | Bin 0 -> 8346 bytes
 docs/integration-logos/gcp/Cloud-Build.png         | Bin 0 -> 7075 bytes
 docs/integration-logos/gcp/Cloud-Dataflow.png      | Bin 0 -> 7332 bytes
 docs/integration-logos/gcp/Cloud-Dataproc.png      | Bin 0 -> 7257 bytes
 docs/integration-logos/gcp/Cloud-Datastore.png     | Bin 0 -> 4355 bytes
 docs/integration-logos/gcp/Cloud-Functions.png     | Bin 0 -> 5004 bytes
 docs/integration-logos/gcp/Cloud-Memorystore.png   | Bin 0 -> 4184 bytes
 docs/integration-logos/gcp/Cloud-NLP.png           | Bin 0 -> 3824 bytes
 docs/integration-logos/gcp/Cloud-PubSub.png        | Bin 0 -> 6756 bytes
 docs/integration-logos/gcp/Cloud-SQL.png           | Bin 0 -> 6704 bytes
 docs/integration-logos/gcp/Cloud-Spanner.png       | Bin 0 -> 5940 bytes
 .../integration-logos/gcp/Cloud-Speech-to-Text.png | Bin 0 -> 3830 bytes
 docs/integration-logos/gcp/Cloud-Storage.png       | Bin 0 -> 4189 bytes
 docs/integration-logos/gcp/Cloud-Tasks.png         | Bin 0 -> 17170 bytes
 .../integration-logos/gcp/Cloud-Text-to-Speech.png | Bin 0 -> 5030 bytes
 .../gcp/Cloud-Translation-API.png                  | Bin 0 -> 6645 bytes
 .../gcp/Cloud-Video-Intelligence-API.png           | Bin 0 -> 5810 bytes
 docs/integration-logos/gcp/Cloud-Vision-API.png    | Bin 0 -> 5822 bytes
 docs/integration-logos/gcp/Compute-Engine.png      | Bin 0 -> 4817 bytes
 .../gcp/Key-Management-Service.png                 | Bin 0 -> 7056 bytes
 docs/integration-logos/gcp/Kubernetes-Engine.png   | Bin 0 -> 6967 bytes
 .../pre_commit_check_provider_yaml_files.py        |  10 +++
 scripts/tools/generate-integrations-json.py        |  84 +++++++++++++++++++++
 65 files changed, 225 insertions(+)
 create mode 100644 docs/integration-logos/apache/cassandra-3.png
 create mode 100644 docs/integration-logos/apache/druid-1.png
 create mode 100644 docs/integration-logos/apache/hadoop.png
 create mode 100644 docs/integration-logos/apache/hive.png
 create mode 100644 docs/integration-logos/apache/pig.png
 create mode 100644 docs/integration-logos/apache/pinot.png
 create mode 100644 docs/integration-logos/apache/spark.png
 create mode 100644 docs/integration-logos/apache/sqoop.png
 create mode 100644 docs/integration-logos/aws/AWS-Batch_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/AWS-Glue_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/AWS-Lambda_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-Athena_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-CloudWatch_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-DynamoDB_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-EC2_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-EMR_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-Kinesis-Data-Firehose_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-Redshift_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-SageMaker_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-Simple-Notification-Service-SNS_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-Simple-Queue-Service-SQS_light-bg@4x.png
 create mode 100644 docs/integration-logos/aws/Amazon-Simple-Storage-Service-S3_light-bg@4x.png
 create mode 100644 docs/integration-logos/azure/Azure Cosmos DB.svg
 create mode 100644 docs/integration-logos/azure/Azure Files.svg
 create mode 100644 docs/integration-logos/azure/Blob Storage.svg
 create mode 100644 docs/integration-logos/azure/Container Instances.svg
 create mode 100644 docs/integration-logos/azure/Data Lake Storage.svg
 create mode 100644 docs/integration-logos/gcp/AI-Platform.png
 create mode 100644 docs/integration-logos/gcp/BigQuery.png
 create mode 100644 docs/integration-logos/gcp/Cloud-AutoML.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Bigtable.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Build.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Dataflow.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Dataproc.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Datastore.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Functions.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Memorystore.png
 create mode 100644 docs/integration-logos/gcp/Cloud-NLP.png
 create mode 100644 docs/integration-logos/gcp/Cloud-PubSub.png
 create mode 100644 docs/integration-logos/gcp/Cloud-SQL.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Spanner.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Speech-to-Text.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Storage.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Tasks.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Text-to-Speech.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Translation-API.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Video-Intelligence-API.png
 create mode 100644 docs/integration-logos/gcp/Cloud-Vision-API.png
 create mode 100644 docs/integration-logos/gcp/Compute-Engine.png
 create mode 100644 docs/integration-logos/gcp/Key-Management-Service.png
 create mode 100644 docs/integration-logos/gcp/Kubernetes-Engine.png
 create mode 100755 scripts/tools/generate-integrations-json.py