Skip to content

Commit

Permalink
✨ source-pennylane: update customer_invoices stream schema (#48892)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Marx <[email protected]>
  • Loading branch information
LouisAuneau and marcosmarxm authored Dec 17, 2024
1 parent 078b2f8 commit 5ddf487
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
63 changes: 62 additions & 1 deletion airbyte-integrations/connectors/source-pennylane/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -497,10 +497,40 @@ streams:
properties:
amount:
type: string
billing_subscription:
type: object
properties:
id:
type: integer
v2_id:
type: integer
categories:
type: array
credit_notes:
type: array
items:
type: object
properties:
amount:
type: string
currency:
type: string
currency_amount:
type: string
currency_price_before_tax:
type: string
currency_tax:
type: string
draft:
type: boolean
id:
type: string
invoice_number:
type: string
tax:
type: string
v2_id:
type: integer
currency:
type: string
currency_amount:
Expand Down Expand Up @@ -572,10 +602,19 @@ streams:
type: string
id:
type: string
imputation_dates:
type: object
properties:
end_date:
type: string
start_date:
type: string
invoice_number:
type: string
is_draft:
type: boolean
is_estimate:
type: boolean
label:
type: string
language:
Expand Down Expand Up @@ -630,6 +669,17 @@ streams:
type: array
paid:
type: boolean
payments:
type: array
items:
type: object
properties:
created_at:
type: string
currency_amount:
type: string
label:
type: string
pdf_invoice_free_text:
type: string
pdf_invoice_subject:
Expand All @@ -646,8 +696,19 @@ streams:
type: string
status:
type: string
transactions_reference:
type: object
properties:
banking_provider:
type: string
provider_field_name:
type: string
provider_field_value:
type: string
updated_at:
type: string
v2_id:
type: integer
retriever:
type: SimpleRetriever
requester:
Expand Down Expand Up @@ -975,4 +1036,4 @@ metadata:
customer_invoices: true
products: true
category_groups: true
categories: true
categories: true
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: b9e4a306-4e3b-4387-a01d-c00d03d8c28c
dockerImageTag: 0.0.6
dockerImageTag: 0.1.0
dockerRepository: airbyte/source-pennylane
githubIssueLabel: source-pennylane
icon: icon.svg
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/pennylane.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

| Version | Date | Pull Request | Subject |
|---------|------|--------------|---------|
| 0.1.0 | 2024-12-10 | [48892](https://github.com/airbytehq/airbyte/pull/48892) | Add missing fields to `customer_invoices` stream |
| 0.0.6 | 2024-12-14 | [49659](https://github.com/airbytehq/airbyte/pull/49659) | Update dependencies |
| 0.0.5 | 2024-12-12 | [49322](https://github.com/airbytehq/airbyte/pull/49322) | Update dependencies |
| 0.0.4 | 2024-12-11 | [49053](https://github.com/airbytehq/airbyte/pull/49053) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
Expand Down

0 comments on commit 5ddf487

Please sign in to comment.