mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-11 16:58:38 +00:00
* fix the sed command issue in ingestion dep script * remove sql_alchemy_conn from airflow.cfg and use env variable * try execute ingestion dep script without source
This commit is contained in:
parent
05f19f4542
commit
b50f6f8939
@ -25,7 +25,7 @@ AIRFLOW_ADMIN_PASSWORD=${AIRFLOW_ADMIN_PASSWORD:-admin}
|
|||||||
|
|
||||||
OPENMETADATA_SERVER=${OPENMETADATA_SERVER:-"http://openmetadata-server:8585"}
|
OPENMETADATA_SERVER=${OPENMETADATA_SERVER:-"http://openmetadata-server:8585"}
|
||||||
|
|
||||||
sed -i "s#\(sql_alchemy_conn = \).*#\1${DB_CONN}#" /opt/airflow/airflow.cfg
|
export AIRFLOW__DATABASE__SQL_ALCHEMY_CONN="${DB_CONN}"
|
||||||
|
|
||||||
airflow db init
|
airflow db init
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user