Closed pamelafox closed 3 months ago
@pamelafox before you merge remove echo=True from the engine creation The logs are full of sqlalchmey logs https://github.com/Azure-Samples/rag-postgres-openai-python/blob/bba4c88b442710307ff6df45ce90b532bf675288/src/backend/fastapi_app/postgres_engine.py#L33
Lol I kind of love those logs, its like the Matrix, but good point, I think I accidentally turned that to True in a recent branch. Turning to False.
Purpose
This ports to azd env get-value, which will be in a future azd release. https://github.com/Azure/azure-dev/pull/4080
Does this introduce a breaking change?
When developers merge from main and run the server, azd up, or azd deploy, will this produce an error? If you're not sure, try it out on an old environment.
Type of change
Code quality checklist
See CONTRIBUTING.md for more details.
python -m pytest
).python -m pytest --cov
to verify 100% coverage of added linespython -m mypy
to check for type errorsruff
manually on my code.