elementary-data / elementary

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.
https://www.elementary-data.com/
Apache License 2.0
1.94k stars 165 forks source link

allow disabling elementary version check #1674

Closed slaupster closed 2 months ago

slaupster commented 3 months ago

checking the version is nice and all, but when running in production it just creates firewall log spam - we don't let traffic out anywhere, everything is explicitly allowed in kubernetes overlay network policy as well as an overarching firewall policy. Everytime elementary runs we see the spam trying to contact pypi to check for a newer version.

This PR creates a simple config to allow disabling the check.

elongl commented 2 months ago

Thanks a lot for this contribution, makes a lot of sense! Left one small comment, will merge afterwards.