mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 06:28:22 +00:00
Fixed Broken docs links (#9125)
This commit is contained in:
parent
a47a83b64d
commit
23468fb868
@ -11,4 +11,4 @@ OpenMetadata Ingestion is a simple framework to build connectors and ingest meta
|
||||
|
||||
### Docs
|
||||
|
||||
Please refer to the documentation here https://docs.open-metadata.org/openmetadata/connectors
|
||||
Please refer to the documentation here https://docs.open-metadata.org/connectors
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
OpenMetadata Airflow Lineage Backend example. Airflow provides a pluggable lineage backend that can
|
||||
read a DAG's configured inlets and outlets to compose a lineage. With OpenMetadata we have a airflow lineage backend
|
||||
to get all of the workflows in Airflow and also any lineage user's configured.
|
||||
Please refer to https://docs.open-metadata.org/openmetadata/connectors/pipeline/airflow/lineage-backend on how to configure the lineage backend
|
||||
Please refer to https://docs.open-metadata.org/connectors/pipeline/airflow/lineage-backend on how to configure the lineage backend
|
||||
with Airflow Scheduler
|
||||
This is an example to demonstrate on how to configure a Airflow DAG's inlets and outlets
|
||||
"""
|
||||
|
||||
@ -129,7 +129,7 @@ def set_google_credentials(gcs_credentials: GCSCredentials) -> None:
|
||||
|
||||
raise InvalidGcsConfigException(
|
||||
f"Error trying to set GCS credentials with {gcs_credentials}."
|
||||
" Check https://docs.open-metadata.org/openmetadata/connectors/database/bigquery "
|
||||
" Check https://docs.open-metadata.org/connectors/database/bigquery "
|
||||
)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user