File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dev/breeze/src/airflow_breeze
scripts/ci/docker-compose Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def get_default_platform_machine() -> str:
170
170
FLOWER_HOST_PORT = "25555"
171
171
REDIS_HOST_PORT = "26379"
172
172
173
- SQLITE_URL = "sqlite:////root/airflow/airflow.db"
173
+ SQLITE_URL = "sqlite:////root/airflow/sqlite/ airflow.db"
174
174
PYTHONDONTWRITEBYTECODE = True
175
175
176
176
PRODUCTION_IMAGE = False
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def backend_version(self) -> str:
182
182
183
183
@property
184
184
def sqlite_url (self ) -> str :
185
- sqlite_url = "sqlite:////root/airflow/airflow.db"
185
+ sqlite_url = "sqlite:////root/airflow/sqlite/ airflow.db"
186
186
return sqlite_url
187
187
188
188
def print_badge_info (self ):
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ services:
24
24
- AIRFLOW__CORE__EXECUTOR=SequentialExecutor
25
25
volumes :
26
26
- /dev/urandom:/dev/random # Required to get non-blocking entropy source
27
- - sqlite-db-volume:/root/airflow
27
+ - sqlite-db-volume:/root/airflow/sqlite
28
28
volumes :
29
29
sqlite-db-volume :
You can’t perform that action at this time.
0 commit comments