From 5d7ebdb1293eb38f7acd1bfac5a48f4ffff09e76 Mon Sep 17 00:00:00 2001 From: ThePsyjo <131891+ThePsyjo@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:20:52 +0200 Subject: [PATCH] Update scheduling.rst The example shows `/` which is a slash --- docs/configuration/scheduling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/scheduling.rst b/docs/configuration/scheduling.rst index 063905e298..f4156b37aa 100644 --- a/docs/configuration/scheduling.rst +++ b/docs/configuration/scheduling.rst @@ -137,7 +137,7 @@ ______________________ Airflow Asset (Dataset) URIs validation rules changed in Airflow 3.0.0 and OpenLineage URIs (standard used by Cosmos) are no longer valid in Airflow 3. -Therefore, if using Cosmos with Airflow 3, the Airflow Dataset URIs will be changed to use backslashes instead of dots to separate the schema and table name. +Therefore, if using Cosmos with Airflow 3, the Airflow Dataset URIs will be changed to use slashes instead of dots to separate the schema and table name. Example of Airflow 2 Cosmos Dataset URI: - postgres://0.0.0.0:5434/postgres.public.orders