PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

PyAirbyte brings the power of Airbyte to every Python developer.

Results 127 PyAirbyte issues
Sort by recently updated
recently updated
newest added

### Connector Name source-freshdesk ### Connector Version 0.15.0 ### What step the error happened? During the sync ### Relevant information The stream tickets from Freshdesk return this error. ### Relevant...

Classes no longer display their initialization parameters, since upgrading to Pydantic 2.0 earlier this week. Note the fields displayed are Pydantic BaseModel interfaces, but the actual fields the user needs...

I heard in a Youtube demo that we can pre-install connector code, but I cannot find documentation or example on how to do that. I cannot download the connector every...

## Problem In https://github.com/airbytehq/airbyte/pull/40693, we've been fixing source-braintree, and mistakenly set it's script name wrong: ``` [tool.poetry.scripts] source-braintree = "source_braintree.run:run" ``` When pyairbyte tried to validate, it rightfully noticed that...

bug
good first issue

error message returned from airbyte: `During the sync, the following streams did not sync successfully: accounts: AirbyteTracedException('400 Client Error: Bad Request for url: https://www.linkedin.com/oauth/v2/accessToken')` below is the Config I passed...

I have 'auth_type': 'Service' in setting. however it asked for 'Client' which is for oauth. below is the format of setting: ```js { "property_ids": [ "..." ], "credentials": { "credentials_json":...

## Background There are some sources which only support OAuth, for instance the [Amazon Seller Partner](https://docs.airbyte.com/integrations/sources/amazon-seller-partner#reference) source connector. I'm logging this issue for tracking and discussion around options to improve...

> ![image](https://github.com/user-attachments/assets/6406bdd2-d5e1-45be-b671-99b5f9181a7f) ## Summary by CodeRabbit ## Summary by CodeRabbit - **New Features** - Introduced a new `sync` command in the PyAirbyte CLI for synchronizing data between specified sources and...

### Summary Update sql_processor to allow adding "custom" extra clause at the end of the CREATE TABLE statement. Update Snowflake processor to add an extra clause `DATA_RETENTION_TIME_IN_DAYS` to configure [Time...

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.2 to 1.10.3. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.3 💅 Cosmetic Output Improvements In #270, @​facutuesca💰 made a follow-up to their previous PR #250, making the...

dependencies
github_actions