-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ingestion_dependency.sh #14139
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed! |
* Update ingestion_dependency.sh * Add parameter for DB connection properties --------- Co-authored-by: Akash Jain <[email protected]> (cherry picked from commit 20cf8f6)
* Update ingestion_dependency.sh * Add parameter for DB connection properties --------- Co-authored-by: Akash Jain <[email protected]>
Describe your changes:
I worked on updating the way database connection is established in ingestion_dependency.sh script because the current way it is done requires modification in the container file using "sed" command. File - "/opt/airflow/airflow.cfg" is modified in order to feed the database connection string. However, as per this doc, we can export the connection string in environment variable and db connection can still be established. This way, no file modification is required.
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>