Skip to content

Commit

Permalink
use "
Browse files Browse the repository at this point in the history
Co-authored-by: Amogh Desai <[email protected]>
  • Loading branch information
shubhamraj-git and amoghrajesh authored Dec 22, 2024
1 parent 86dd8de commit 9e2b387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_application_builder() -> Generator[AirflowAppBuilder, None, None]:
url = make_url(flask_app.config["SQLALCHEMY_DATABASE_URI"])
if url.drivername == "sqlite" and url.database and not isabs(url.database):
raise AirflowConfigException(
f'Cannot use relative path: `{conf.get("database", "SQL_ALCHEMY_CONN")}` to connect to sqlite. '
f"Cannot use relative path: `{conf.get("database", "SQL_ALCHEMY_CONN")}` to connect to sqlite."
"Please use absolute path such as `sqlite:////tmp/airflow.db`."
)
flask_app.config["SQLALCHEMY_TRACK_MODIFICATIONS"] = False
Expand Down

0 comments on commit 9e2b387

Please sign in to comment.