Skip to content

Commit

Permalink
Fix docs based on code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed May 5, 2023
1 parent 2690098 commit ca57b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-sdk/docs/configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca57b34

Please sign in to comment.