Skip to content

Commit d84aa48

Browse files
[destination-astra] Add user-agent with caller name (#37405)
Co-authored-by: Marcos Marx <[email protected]> Co-authored-by: marcosmarxm <[email protected]>
1 parent 9521749 commit d84aa48

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

airbyte-integrations/connectors/destination-astra/destination_astra/astra_client.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def __init__(
2626
self.request_header = {
2727
"x-cassandra-token": self.astra_application_token,
2828
"Content-Type": "application/json",
29+
"User-Agent": "airbyte",
2930
}
3031

3132
def _run_query(self, request_url: str, query: Dict):

airbyte-integrations/connectors/destination-astra/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data:
1515
connectorSubtype: database
1616
connectorType: destination
1717
definitionId: 042ce96f-1158-4662-9543-e2ff015be97a
18-
dockerImageTag: 0.1.2
18+
dockerImageTag: 0.1.3
1919
dockerRepository: airbyte/destination-astra
2020
githubIssueLabel: destination-astra
2121
icon: astra.svg

airbyte-integrations/connectors/destination-astra/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "airbyte-destination-astra"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "Airbyte destination implementation for Astra DB."
99
authors = ["Airbyte <[email protected]>"]
1010
license = "MIT"

docs/integrations/destinations/astra.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This page contains the setup guide and reference information for the destination
3939

4040
| Version | Date | Pull Request | Subject |
4141
| :------ | :--------- | :------------------------------------------------------- | :-------------------------- |
42+
| 0.1.3 | 2024-04-19 | #37405 | Add "airbyte" user-agent in the HTTP requests to Astra DB |
4243
| 0.1.2 | 2024-04-15 | | Moved to Poetry; Updated CDK & pytest versions|
4344
| 0.1.1 | 2024-01-26 | | DS Branding Update |
4445
| 0.1.0 | 2024-01-08 | | Initial Release |

0 commit comments

Comments
 (0)