diff --git a/docs/integrations/airflow.md b/docs/integrations/airflow.md index a3fc8e9b13..0825bd9b2f 100644 --- a/docs/integrations/airflow.md +++ b/docs/integrations/airflow.md @@ -29,16 +29,12 @@ The name of the module file can be arbitrary, but we recommend something descrip ## SQLMesh client configuration In your SQLMesh repository, create the following configuration within config.py: -```python linenums="1" -from sqlmesh.core.config import Config, AirflowSchedulerConfig - -airflow_config = Config( - scheduler=AirflowSchedulerConfig( - airflow_url="https://:/", - username="", - password="", - ) -) +```yaml linenums="1" +scheduler: + type: airflow + airflow_url: https://:/ + username: + password: ``` ## Engine support