1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/docs/integrations/sources/pennylane.md
Rémi Lapeyre 2c5b7e0744 source-pennylane contribution from remilapeyre (#52596)
Co-authored-by: Natik Gadzhi <natik@respawn.io>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2025-01-29 12:11:34 -08:00

2.2 KiB

Pennylane

Configuration

Input Type Description Default Value
start_time string Start time, used for incremental syncs. No records created before that date will be synced.
api_key string Pennylane API key.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
supplier_invoices id DefaultPaginator
suppliers source_id DefaultPaginator
plan_items number DefaultPaginator
customers source_id DefaultPaginator
customer_invoices id DefaultPaginator
products source_id DefaultPaginator
category_groups id DefaultPaginator
categories source_id DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.2.0 2025-01-29 52596 Fixes for category_groups and plan_items
0.1.1 2024-12-21 50294 Update dependencies
0.1.0 2024-12-10 48892 Add missing fields to customer_invoices stream
0.0.6 2024-12-14 49659 Update dependencies
0.0.5 2024-12-12 49322 Update dependencies
0.0.4 2024-12-11 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
0.0.3 2024-11-04 47902 Update dependencies
0.0.2 2024-10-28 47536 Update dependencies
0.0.1 2024-08-21 Initial release by natikgadzhi via Connector Builder