Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions providers/trino/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ integrations:
external-doc-url: https://trino.io/docs/
logo: /docs/integration-logos/trino-og.png
how-to-guide:
- /docs/apache-airflow-providers-trino/operators/trino.rst
- /docs/apache-airflow-providers-trino/operators.rst
tags: [software]

asset-uris:
Expand All @@ -95,7 +95,7 @@ hooks:
transfers:
- source-integration-name: Google Cloud Storage (GCS)
target-integration-name: Trino
how-to-guide: /docs/apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst
how-to-guide: /docs/apache-airflow-providers-trino/gcs_to_trino.rst
python-module: airflow.providers.trino.transfers.gcs_to_trino

connection-types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_provider_info():
"integration-name": "Trino",
"external-doc-url": "https://trino.io/docs/",
"logo": "/docs/integration-logos/trino-og.png",
"how-to-guide": ["/docs/apache-airflow-providers-trino/operators/trino.rst"],
"how-to-guide": ["/docs/apache-airflow-providers-trino/operators.rst"],
"tags": ["software"],
}
],
Expand All @@ -46,7 +46,7 @@ def get_provider_info():
{
"source-integration-name": "Google Cloud Storage (GCS)",
"target-integration-name": "Trino",
"how-to-guide": "/docs/apache-airflow-providers-trino/operators/transfer/gcs_to_trino.rst",
"how-to-guide": "/docs/apache-airflow-providers-trino/gcs_to_trino.rst",
"python-module": "airflow.providers.trino.transfers.gcs_to_trino",
}
],
Expand Down