-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[destination-astra] Add user-agent with caller name #37405
New issue
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
[destination-astra] Add user-agent with caller name #37405
Conversation
Your free trial has expired. To continue using Ellipsis, sign up at https://app.ellipsis.dev for $20/developer/month. If you have any questions, reach us at [email protected] |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hemidactylus can you bump the metadata version and add an entry in the changelog doc?
Hello, @marcosmarxm , I have bumped the connector version. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the changelog. You need to change the entry in the doc/integrations/destiination-astra.md
file.
/format-fix
|
What
This PR adds a custom user-agent header field to the Astra DB Data API requests for aggregate usage statistics on the API side.
How
A new header is added in the AstraClient class, later used when issuing API command HTTP POST requests.
Review guide
destination_astra/astra_client.py
User Impact
No impact.
Can this PR be safely reverted and rolled back?