We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discussed and suggested by @michaelbukachi in #25 (comment), refactor the utility PostgreSQL code to use SQLAlchemy Core.
This will avoid us security risks, make the code more readable and maintainable, and open all the features of SQLAlchemy
Please note that the PostgreSQL code is used by all of the DAGs and is critical to them, so make sure that the refactoring is compatible with the DAGs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As discussed and suggested by @michaelbukachi in #25 (comment), refactor the utility PostgreSQL code to use SQLAlchemy Core.
This will avoid us security risks, make the code more readable and maintainable, and open all the features of SQLAlchemy
The text was updated successfully, but these errors were encountered: