-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
#14028: fix the sed command issue in ingestion dep script #14029
#14028: fix the sed command issue in ingestion dep script #14029
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! |
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! |
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! |
@allenkallz Thanks for your contribution. We will review it and merge it in |
@allenkallz as per @pmbrull So can we get rid of this sed and use the above parameter. We can document it as part of this PR. |
@harshach Yes this AIRFLOW__DATABASE__SQL_ALCHEMY_CONN env variable also works for me. will update the PR . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @allenkallz. This looks good.
@allenkallz can you update the PR to use the AIRFLOW__DATABASE__SQL_ALCHEMY_CONN variable please. Will merge it in |
Hi @harshach I update the PR , Thanks |
[open-metadata-ingestion] Kudos, SonarCloud Quality Gate passed! |
Thanks @allenkallz for the PR. Merging it in. |
open-metadata#14029) * 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
Describe your changes:
Fix #14028
Test issue with one hash
Test issue with two combine hash
I worked on ... because ...
I encountered this issue during the setup of the Airflow ingestion container. To address this, I employed Terraform to generate a randomly generated password, resulting in an RDS password that includes the special character '#'
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>