From 3ac48d1ef05629541d891b6e6620e2ccc444b4e7 Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Fri, 22 May 2026 17:16:23 +0200 Subject: [PATCH] feat(clickhouse): Add organization.events_store attribute [ING-205] --- lago_python_client/models/organization.py | 1 + tests/fixtures/organization.json | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lago_python_client/models/organization.py b/lago_python_client/models/organization.py index 5ea4d8fb..258b5374 100644 --- a/lago_python_client/models/organization.py +++ b/lago_python_client/models/organization.py @@ -56,3 +56,4 @@ class OrganizationResponse(BaseResponseModel): email_settings: Optional[List[str]] finalize_zero_amount_invoice: Optional[bool] billing_configuration: Optional[OrganizationBillingConfiguration] + events_store: Optional[str] diff --git a/tests/fixtures/organization.json b/tests/fixtures/organization.json index d367a1bd..9b8857ca 100644 --- a/tests/fixtures/organization.json +++ b/tests/fixtures/organization.json @@ -3,10 +3,7 @@ "name": "Hooli", "created_at": "2022-05-02T13:04:09Z", "webhook_url": "https://test-example.example", - "webhook_urls": [ - "https://test-example.example", - "https://test-example2.example" - ], + "webhook_urls": ["https://test-example.example", "https://test-example2.example"], "country": null, "default_currency": "USD", "address_line1": null, @@ -28,6 +25,7 @@ "invoice_grace_period": 3, "document_locale": "fr" }, + "events_store": "clickhouse", "taxes": [ { "lago_id": "b7ab2926-1de8-4428-9bcd-779314ac129b",