datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.93k stars 2.94k forks source link

feat(py-sdk): add cli version to ingestion headers #11847

Closed githendrik closed 3 days ago

githendrik commented 1 week ago

This PR aims to add the CLI version to the http headers when ingesting. We run a distributed setup for ingesting various data sources. To keep an eye on our ecosystem, we would like to correlate ingestion-users and their current cli versions, to inform them to update when we roll out a new version of datahub.

Let me know if this makes sense to you, or if we should find an alternative solution :-) Thanks!

Checklist