airbyte-api-python-sdk
airbyte-api-python-sdk copied to clipboard
https://github.com/airbytehq/airbyte-api-python-sdk/blob/fc7d5c4a3072a38c5346ba06b8a41e404b394d7c/docs/sdks/sources/README.md?plain=1#L225 ``` res = s.sources.list_sources(request=api.ListSourcesRequest( workspace_ids=[ 'd', 'f', '0', '8', 'f', '6', 'b', '0', '-', 'b', '3', '6', '4', '-', '4', 'c', 'c', '1', '-', '9', 'b', '3', 'f', '-',...
First let me apologise for the lack of specificity atm. I'm writing this at the end of my work day after I worked around the issue, so I'm writing this...
## Current Behaviour The current version of the package misses the support for [Active Campaign](https://www.activecampaign.com/). ## Requested Behaviour It would be great if the `airbyte-api` package provided support for the...
# Description I was instantiating my connection to the AirbyteAPI in the following way ``` s = airbyte_api.AirbyteAPI( security=models.Security( client_credentials=models.SchemeClientCredentials( client_id='...', client_secret='...' ), ) ) ``` obtaining an error when...
Does the Airbyte API Python SDK support self-hosted Airbyte setups on localhost (port 8000) using abctl? I'm trying to list workspaces, set up new sources and create connexions using the...
Hi I am trying to create a new MS sharepoint source, please let me know how to go forward 
> [!IMPORTANT] > Linting report available at: > OpenAPI Change report available at: # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy ## Versioning Version...
## Description The SDK's `ConnectionSyncModeEnum` doesn't support the `full_refresh_overwrite_deduped` sync mode that is returned by Airbyte instances, causing connection listing operations to fail. ## Steps to Reproduce 1. Initialize AirbyteAPI...
# Issue: Loss of Important Fields During Source Configuration Retrieval ## **Problem Statement** While retrieving source information, we have encountered an issue where the expected source configuration dataclass (e.g., `SourceSalesforce`)...