Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 0 additions & 126 deletions docs/concepts/configs.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/integrations/airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ In your SQLMesh repository, create the following configuration:
from sqlmesh.core.config import Config, AirflowSchedulerConfig

airflow_config = Config(
dialect="spark",
scheduler=AirflowSchedulerConfig(
airflow_url="https://<Airflow Webserver Host>:<Airflow Webserver Port>/",
username="<Airflow Username>",
Expand Down
Loading