From ca57b343e461d5202f34549ff6bbccfed7935f68 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Fri, 5 May 2023 23:39:00 +0100 Subject: [PATCH] Fix docs based on code review --- python-sdk/docs/configurations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-sdk/docs/configurations.rst b/python-sdk/docs/configurations.rst index 970320888..696598d6a 100644 --- a/python-sdk/docs/configurations.rst +++ b/python-sdk/docs/configurations.rst @@ -58,14 +58,14 @@ Example of how to disable schema existence check using environment variables: .. code:: ini - AIRFLOW__ASTRO_SDK__LOAD_TABLE_SCHEMA_EXISTS = True + AIRFLOW__ASTRO_SDK__ASSUME_SCHEMA_EXISTS = True Or using Airflow's configuration file: .. code:: ini [astro_sdk] - load_table_schema_exists = True + assume_schema_exists = True Configuring the unsafe dataframe storage