從來源安裝供應商¶
已發布的套件¶
Airbyte
Alibaba
Amazon
Apache Beam
Apache Cassandra
Apache Drill
Apache Druid
Apache Flink
Apache HDFS
Apache Hive
Apache Iceberg
Apache Impala
Apache Kafka
Apache Kylin
Apache Livy
Apache Pig
Apache Pinot
Apache Spark
Apprise
ArangoDB
Asana
Atlassian Jira
Celery
IBM Cloudant
Kubernetes
Cohere
Common Compat
Common IO
Common SQL
Databricks
Datadog
dbt Cloud
Dingding
Discord
Docker
Edge Executor
Elasticsearch
Exasol
Fab
Facebook
File Transfer Protocol (FTP)
Github
Google
gRPC
Hashicorp
Hypertext Transfer Protocol (HTTP)
Internet Message Access Protocol (IMAP)
Influxdb
Java Database Connectivity (JDBC)
Jenkins
Microsoft Azure
Microsoft SQL Server (MSSQL)
PowerShell Remoting Protocol (PSRP)
Windows Remote Management (WinRM)
MongoDB
MySQL
Neo4j
ODBC
OpenAI
OpenFaaS
OpenLineage Airflow
OpenSearch
Opsgenie
Oracle
Pagerduty
Papermill
pgvector
Pinecone
PostgreSQL
Presto
Qdrant
Redis
Salesforce
Samba
Segment
Sendgrid
SFTP
Singularity
Slack
Simple Mail Transfer Protocol (SMTP)
Snowflake
SQLite
SSH
Standard
Tableau
Telegram
Teradata
Trino
Vertica
Weaviate
Yandex
YDB
Zendesk
您也可以透過 PyPI 安裝 Apache Airflow Providers
- 就像大多數 Python 套件一樣。您可以從頁面左上方的下拉式選單中選擇不同的 Airflow 版本。
發布完整性¶
驗證下載檔案的完整性至關重要,請使用 PGP 或 SHA 簽名。PGP 簽名可以使用 GPG 或 PGP 驗證。請下載金鑰以及相關發行版本的 asc 簽名檔案。建議從主要發行目錄而非鏡像站點獲取這些檔案。
gpg -i KEYS
或
pgpk -a KEYS
或
pgp -ka KEYS
若要驗證二進位檔案/來源,您可以從主要發行目錄下載相關的 asc 檔案,並按照以下指南操作。
gpg --verify apache-airflow-providers-********.asc apache-airflow-providers-*********
或
pgpv apache-airflow-providers-********.asc
或
pgp apache-airflow-providers-********.asc
範例
$ gpg --verify apache-airflow-providers-airbyte-1.0.0-source.tar.gz.asc apache-airflow-providers-airbyte-1.0.0-source.tar.gz
gpg: Signature made Sat 11 Sep 12:49:54 2021 BST
gpg: using RSA key CDE15C6E4D3A8EC4ECF4BA4B6674E08AD7DE406F
gpg: issuer "kaxilnaik@apache.org"
gpg: Good signature from "Kaxil Naik <kaxilnaik@apache.org>" [unknown]
gpg: aka "Kaxil Naik <kaxilnaik@gmail.com>" [unknown]
gpg: WARNING: The key's User ID is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: CDE1 5C6E 4D3A 8EC4 ECF4 BA4B 6674 E08A D7DE 406F
「Good signature from ...」表示簽名正確。請不要擔心「not certified with a trusted signature」警告。大多數發布管理員使用的憑證都是自我簽署的,這就是您收到此警告的原因。透過在上一步中匯入伺服器,並透過 KEYS
頁面中的 ID 匯入,您已經知道這是一個有效的金鑰。
對於 SHA512 總和檢查,請下載相關的 sha512
檔案並執行以下命令
shasum -a 512 apache-airflow-providers-******** | diff - apache-airflow-providers-********.sha512
檔案的 SHASUM
應與 .sha512
檔案中提供的相符。
範例
shasum -a 512 apache-airflow-providers-airbyte-1.0.0-source.tar.gz | diff - apache-airflow-providers-airbyte-1.0.0-source.tar.gz.sha512