We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1cb376 + f0ec223 commit b30ebfeCopy full SHA for b30ebfe
2 files changed
CODEOWNERS
@@ -0,0 +1 @@
1
+* @Unity-Technologies/cdsee
composer_local_dev/docker_files/entrypoint.sh
@@ -34,7 +34,7 @@ init_airflow() {
34
$run_as_user pip3 install --upgrade -r composer_requirements.txt
35
$run_as_user pip3 check
36
37
- $run_as_user airflow db migrate
+ $run_as_user airflow db upgrade
38
39
# Allow non-authenticated access to UI for Airflow 2.*
40
if ! grep -Fxq "AUTH_ROLE_PUBLIC = 'Admin'" /home/airflow/airflow/webserver_config.py; then
0 commit comments