The dbt-native data observability solution for data & analytics engineers. Monitor your data pipelines in minutes. Available as self-hosted or cloud service with premium features.
Describe the bug
When using edr send-report to Azure, I get a timeout; this happens if I use it locally from my PC and also if I use the docker image ghcr.io/elementary-data/elementary:latest
I have looked at the code added in the pull request https://github.com/elementary-data/elementary/pull/1037 recreated the code, and executed it in the same Python environment as I run edr. This code works and uploads the file as expected
Describe the bug When using edr send-report to Azure, I get a timeout; this happens if I use it locally from my PC and also if I use the docker image ghcr.io/elementary-data/elementary:latest
This is the command line I use:
I have looked at the code added in the pull request https://github.com/elementary-data/elementary/pull/1037 recreated the code, and executed it in the same Python environment as I run edr. This code works and uploads the file as expected
Also running edr report works as expected.
Here is the output from the edr send-report command
To Reproduce Steps to reproduce the behavior:
Expected behavior The files are uploaded to Azure blob storage
Screenshots
Environment (please complete the following information):
Additional context
Would you be willing to contribute a fix for this issue?