Recent Releases of https://github.com/airbytehq/airbyte
https://github.com/airbytehq/airbyte - Airbyte 1.8
Why don't Docker containers get lost in Kubernetes? Because Helm charts the right course! Airbyte 1.8 was released on August 11, 2025. We're excited to share new improvements and changes to the Airbyte platform.
Platform changes
These changes improve Airbyte for everyone.
Pagination for better UI performance
Airbyte has added pagination to many pages in the user interface. This provides a critical performance boost for workspaces with hundreds or thousands of connections. As you scroll, pages automatically add new data until you reach the end of the list.
You can find pagination in the following places:
The Sources, Destinations, and Connections pages.
The source and destination details pages
The Define Source and Define Destination pages when setting up a new connection: we've added manual pagination and search bars to make it easier to find existing sources and destinations.
You might notice slight visual and content differences on some pages as a result of this change. For example, when upgrading a connector version, Airbyte no longer lists all the connections affected by the upgrade. These messages were too long for workspaces with many connections.
File streams indicated in the UI
If a connection contains a stream that moves files, Airbyte's UI now indicates this on the connection's schema tab. Learn more >

Helm chart V2 is available
A new Helm chart is available for you to use in your deployments. Migrating to this new chart is currently optional. In a future version of Airbyte, Helm chart V2 will be mandatory.
New deployments should use Helm chart V2 from the start to avoid a future upgrade. The Deployment documentation includes examples for this Helm chart.
Existing deployments can migrate at the time of your choosing. Schedule a convenient time to migrate so you aren't blocked from upgrading to a future version. For help and to learn more, see the migration guides for Self-Managed Community or Self-Managed Enterprise.
Version 0.30 of abctl uses Helm chart V2 by default when installing new versions of Airbyte.
Early access
Airbyte's working toward some big product milestones. Some of these improvements are available for you to use today.
Data activation and reverse ETL
Airbyte now supports data activation and reverse ETL use cases. Data activation enables you to move data out of your data warehouse and into the operational tools where work happens, like CRMs, marketing platforms, and support systems. With this capability, you can deliver modeled data directly to points of action and systems people already use, helping your organization respond faster and more effectively. Customer IO and HubSpot destinations are already available. Learn more >

Self-Managed Enterprise changes
These changes bring new capabilities to Airbyte's Self-Managed Enterprise customers.
Enterprise Salesforce destination
To support Airbyte's data activation capabilities, a new Salesforce destination is available exclusively to enterprise customers for an additional charge.
Fixes
This version fixes the following issues that our users reported.
Fixed an issue that caused the authentication button to not work when you set up connectors.
Fixed an issue that caused database migrations to fail when there was a single data plane group named "AUTO".
Fixed an issue that failed to remove the stream state for disabled streams on connections with global states. This could cause CDC-based connections to fail on refreshes.
Fixed an issue that didn't clear the connection state when switching a connection from Incremental to Full Refresh. This could cause Airbyte to fail to populate all records in the destination during a full refresh.
Fixed a rare typing and deduping issue where Airbyte could exit a job prematurely, incorrectly believing there had been a heartbeat failure. This could cause final tables to be missing data after a full refresh, even though the raw table populated correctly.
Removed a duplicate
AB_JWT_SIGNATURE_SECRETkey that prevented upgrades with Helm.Fixed an issue that could cause the Airbyte UI to show that it was refreshing more streams than it actually was.
How to upgrade
For help, see Upgrading Airbyte.
Breaking changes
This version includes the following breaking change. For a list of all breaking changes from recent versions, see Breaking change list.
airbyte-webapp is removed
Airbyte has removed airbyte-webapp and merged its functions into airbyte-server. We'll no longer publish a webapp image and webapp is no longer independently deployable. It's likely you need to take one of the following actions when you upgrade.
- If you deploy Airbyte with abctl, ensure your version of abctl is compatible with this version of Airbyte.
- If you deploy Airbyte with Helm, update any rules in your ingress controller that direct to
airbyte-webapp.
If you used version 1.7, you probably already completed these tasks. If not, make these necessary changes before upgrading to version 1.8. Learn more >
- Python
Published by bgroff 10 months ago
https://github.com/airbytehq/airbyte - Airbyte 1.7
People liked the last version of Airbyte so much that we decided to ship another one ๐ข. Airbyte 1.7 was released on June 16, 2025. We're excited to share new improvements and changes to the Airbyte platform.
Platform changes
These changes improve Airbyte for everyone.
Move files and records together
Airbyte now supports moving files and records in the same connection. The combination of structured and unstructured data drives more robust knowledge systems that have more context, which is critical to successful AI systems.
In connectors that move structured data but also contain attachments, like ZenDesk Support, when you set up your connection, you can choose to move attachments as a separate stream in the same connection. Airbyte also generates metadata describing those files.
In file-based connectors, like S3 or Google Drive, when you choose Copy raw files as your delivery method, Airbyte generates metadata describing those files.
You choose the format and content of the metadata the same way you already manage your streams.
Connector Builder and low-code improvements
Airbyte's Connector Builder and low-code CDK have new features to interact with a wider range of more complex APIs. These changes allow Airbyte to migrate more connectors to the low-code format. Low-code connectors are forkable, faster, and easier for everyone to contribute to.
Stream templates
Use stream templates to generate multiple similar streams from a single template configuration. Stream templates are ideal for APIs that have multiple regions or a large number of resources that have predictable endpoint structures. Learn more >
File syncing
The low-code CDK now supports syncing files up to 1.5-GB. You can implement this feature with manifest.yaml files in a manifest-only or hybrid connector when making requests from endpoints that return files. Learn more >
Property chunking
Some APIs don't send a complete set of properties for a record in a single API request, so connectors have to make a series of requests, then merge those responses into a single record. Connector developers working with the low-code CDK can now chunk properties, specify the chunk size, and statically or dynamically define the list of properties to fetch. Learn more >
Config normalization rules
The Spec component in the low-code CDK now supports config_normalizaton_rules. Use this to automatically modify, migrate, and validate user configurations before your connector uses them and without needing to write custom Python code. It consists of three arrays.
config_migrations: Apply discrete, one-time transformations to migrate user configurations from old formats to new ones.transformations: Apply configuration modifications at the start of each sync, dynamically modifying configurations based on current values.validations: Apply validation checks after the connector completes transformations to ensure data integrity and proper formatting.
Self-Managed Enterprise changes
These changes bring new capabilities to Airbyte's Self-Managed Enterprise customers.
:::danger Breaking Change Before upgrading from version 1.5.1 or earlier, you must upgrade your service account permissions. If you don't, Airbyte doesn't permit you to begin the upgrade. Learn more > :::
Audit logs
Self-Managed Enterprise now supports audit logging. Audit logging gives you visibility into data, environment, user, and permission changes. This data ensures you have records of any unauthorized changes and insider threats, making it easy to continue meeting your compliance obligations while using Airbyte.
Audit logging requires you to configure a blob storage solution (S3, GCS, Azure Blob Storage). This bucket must be accessible by Airbyte's pods using the same credentials it uses to access your log and state storage. Then, you configure Airbyte to read from and write to your bucket with Airbyteโs values.yaml file:
Once enabled, Airbyte writes audit logs to the /audit-logging/ directory as JSON files named in this format: <yyyyMMddHHmmss>_<hostname>_<random UUID>.
json title="Sample audit log"
{
"id": "8478fcbd-d369-4bda-8d9b-b782cea5ad40",
"timestamp": 1746724563299,
"actor": {
"actorId": "1c26c465-58h8-43e6-8jko-2252b7g8a9e2",
"email": "user@airbyte.io",
"ipAddress": "192.000.000.0",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36"
},
"operation": "deleteWorkspace",
"request": "<request object>",
"response": "<response object>",
"success": true,
"errorMessage": null
}
Assign data planes from Airbyte's UI
If you're using multiple data planes, you can now assign a workspace to a region from Airbyte's workspace settings. Previously, you could only do this with the API. Learn more >

Known issues
- Customers using generic OIDC for single sign on (rare) can't use the Connector Builder due to an authentication issue. If you use generic OIDC, Airbyte recommends that you don't upgrade to 1.7 until a patch is available for this issue.
Contributors: airbyte-ci is deprecated
Everyone is welcome to contribute to Airbyte. In most cases, the best way to contribute to Marketplace connectors is with Airbyte's Connector Builder. Some connectors still require using one of Airbyte's connector development kits (CDKs), though.
To simplify and speed up connector development, Airbyte has deprecated the airbyte-ci tool.
Most
airbyte-cicommands have simpler equivalents in Poe the Poet.Airbyte's GitHub repository provides new, more helpful messages in your pull requests.
Airbyte has removed 8 legacy GitHub workflows that were no longer necessary.
The new Connector CI suite of checks is between 2 and 10 times faster for rapid iteration with less waiting.
Maintainers can still manually run connector acceptance tests (CATs ๐) if needed.
For help developing your own connectors, see Developing connectors locally.

Connector Builder off in low resource mode
In abctl version 0.26.0, if you deploy Airbyte in low resource mode, the Connector Builder is now turned off. To access the Connector Builder, allocate Airbyte's suggested resources and re-deploy Airbyte without setting the --low-resource-mode flag.
- Python
Published by bgroff 12 months ago
https://github.com/airbytehq/airbyte - Airbyte 1.6.0
The Easter Bunny reports a shortage of eggs this year. Airbyte has plenty of new features, though, so we're cracking ๐ฃ open a new version just for you. Airbyte 1.6 was released on April 11, 2025. We're excited to share new improvements and changes to the Airbyte platform.
๐ Platform changes
These changes improve Airbyte for everyone.
Connection page dashboard
Connection pages now include a dashboard that visualizes sync successes and failures. This high-level view gives you quick insight into the health of your syncs over hours, days, and weeks. Track down intermittent failures, even after a connection becomes healthy again. With one click, you can get more information about a point in time, and fast access to any problematic sync in your workspace. Learn more >
Schema configuration updates in the connection Timeline
When someone makes a change to a connection's schema, Airbyte now logs an event in the connection's Timeline page. This data can help you understand why sync behaviors or record volumes suddenly changed. Learn more >

Copy JSON from connectors
All connectors now have a Copy JSON button in the Airbyte UI. This button generates a JSON object matching the configuration of that connector. It's ready for use in Airbyte's API and Terraform provider. Learn more >
json title="Airbyte source connector example"
{
"name": "Airbyte",
"workspaceId": "c0e5b294-2c71-475b-ae9c-6d70b36ff4f4",
"definitionId": "284f6466-3004-4d83-a9b2-e4b36cbbbd41",
"configuration": {
"client_id": "******", // Replace this with your real client ID.
"start_date": "2024-01-01T00:00:00Z",
"client_secret": "******" // Replace this with your real client secret.
}
}
Connector Builder improvements
Airbyte's Connector Builder has new features to target more advanced and complex API sources: asynchronous endpoints, non-REST APIs, new response formats, and more.
Asynchronous streams
The Connector Builder UI now supports asynchronous streams, allowing you to handle scenarios where data extraction happens over multiple steps. Some APIs that handle large datasets or perform resource-intensive operations do not support synchronous requests. By setting up a stream as asynchronous, you can separate creating a request, polling for a response, and downloading the response into distinct steps. Learn more >

GraphQL request body
You can write request bodies as free form GraphQL queries with built-in syntax validation.

Handle CSV, gzip, and ZIP response formats
Airbyte has two new ways to handle API responses in the Connector Builder.
CSV decoding: Make requests to sources that respond in CSV format and set expected delimiter and encoding options.
Nested decoding. Make requests to sources that respond with compressed
gziporzipfiles, then set a nested decoding option to handle the unzipped contents within.

Create custom connectors from YAML or Docker images using the API and Terraform
Airbyte's public APIs and Terraform provider have new endpoints and resources you can use to create and update custom connectors using a Connector Builder YAML manifest or Docker image. The following new endpoints are available.
For YAML source definitions:
GET- /workspaces/{workspaceId}/definitions/declarative_sources/ - List YAML source definitionsPOST- /workspaces/{workspaceId}/definitions/declarative_sources/ - Create YAML source definitionsGET/- /workspaces/{workspaceId}/definitions/declarative_sources/{definitionId}- Get a specific YAML source definitionPUT- /workspaces/{workspaceId}/definitions/declarative_sources/{definitionId}- Update a specific YAML source definitionDELETE- /workspaces/{workspaceId}/definitions/declarative_sources/{definitionId}- Delete a specific YAML source definition
For Docker source definitions:
GET- /workspaces/{workspaceId}/definitions/sources/ - List source definitionsPOST- /workspaces/{workspaceId}/definitions/sources/ - Create source definitionsGET- /workspaces/{workspaceId}/definitions/sources/{definitionId}- Get a specific source definitionPUT- /workspaces/{workspaceId}/definitions/sources/{definitionId}- Update a specific source definitionDELETE- /workspaces/{workspaceId}/definitions/sources/{definitionId}- Delete a specific source definition
For destination definitions:
GET/workspaces/{workspaceId}/definitions/destinations - List destination definitionsPOST/workspaces/{workspaceId}/definitions/destinations - Create destination definitionsGET/workspaces/{workspaceId}/definitions/destinations/{definitionId}- Get a specific destination definitionPUT/workspaces/{workspaceId}/definitions/destinations/{definitionId}- Update a specific destination definitionDELETE/workspaces/{workspaceId}/definitions/destinations/{definitionId}- Delete a specific destination definition
You can't use these endpoints to modify Airbyte's public connector definitions. If you're using the Cloud version of Airbyte, you can only create or modify custom connectors using a YAML manifest.
๐ Self-Managed Enterprise changes
These changes bring new capabilities to Airbyte's Self-Managed Enterprise customers.
โ ๏ธ Breaking Change
Before upgrading from version 1.5.1 or earlier, you must upgrade your service account permissions. If you don't, Airbyte doesn't permit you to begin the upgrade. Learn more.
Deploy Airbyte across multiple regions
Self-Managed Enterprise customers can now build data pipelines across multiple isolated regions (data planes), all governed from a single Airbyte deployment. For each Airbyte workspace, you can select the region where syncs run, ensuring pipelines spin up in specific physical locations. This enables you to meet compliance needs, run across different cloud vendors, and reduce cross-region egress fees. Region and data plane configuration is available via Airbyte's public API, and the Organization Settings page in the UI helps you easily identify the region associated with each workspace. Learn more >

Unique stream prefixes or namespaces are now mandatory
Airbyte now requires that stream identifiers be unique across Airbyte connections that share a destination. You can no longer set multiple connections to sync to the same destination stream.
A common scenario looks like this: you have multiple accounts for the same source API and want to sync all this data to a single table in your destination. Although convenient, doing this carried a risk of data loss as multiple connections clashed with each other while writing to the same table.
After careful consideration, Airbyte has stopped supporting this. You must use a unique prefix for each stream or a unique namespace in each connection. Then, you can combine your tables downstream of Airbyte. Learn more >
- Python
Published by JonsSpaghetti about 1 year ago
https://github.com/airbytehq/airbyte - Airbyte 1.5.0
Valentine's Day let you down? That's OK. You'll love this. Airbyte 1.5.0 was released on February 20, 2025. Weโre excited to share new improvements and changes to the Airbyte platform.
๐ Platform Changes
These changes improve Airbyte for all Self-Managed users.
Declarative OAuth 2.0 in the connector builder
If you're building a connector to an API and want to authenticate with OAuth, you can now authenticate directly in the Connector Builder. This simplified flow ensures you can start building connectors to APIs that support OAuth without writing code to authenticate yourself and provide Airbyte with tokens. OAuth 2.0 is also supported in the low-code connector development kit (CDK), where you can define your authentication using YAML.
To learn more, see the authentication documentation: No-code Connector Builder | Low-code CDK.

Connection tags
You can now classify your connections with tags. As time goes on, your number of connections tends to increase. This popular classification tool gives you the power to organize connections based on any set of criteria you like, then filter for the ones you want to see. Learn more >

Configure workspace notifications in the API
Use the Airbyte API to view and change email and webhook notification settings in your workspace. Previously, this was only available in Airbyte's user interface.
- List workspaces returns a notifications object with details about each workspace's notification settings.
- Get workspace details returns a notifications object with details about that workspace's notification settings.
- Create a workspace has a notifications object parameter so you can configure notifications when you create the workspace.
- Update a workspace has a notifications object parameter so you can configure notifications later.
Use notifications if you want to be alerted to important events in Airbyte, like failed syncs, schema changes, and mandatory connector upgrades. Learn more about notifications >
Full Refresh - Overwrite + Deduped in the API
Use the API to set "Full Refresh - Overwrite + Deduped" as your sync mode when creating and updating a connection. Previously, this sync mode was only available in Airbyte's user interface.
๐ Self-Managed Enterprise Changes
These changes bring new capabilities to Airbyte's Self-Managed Enterprise customers.
Mappings in the UI
We introduced mappings in the API in version 1.3, and it's now available in Airbyte's user interface, too. Use mappings to hash, encrypt, and rename fields, and filter rows. You set up mappings on each stream, ensuring your source data arrives in your destination in a more meaningful way. Learn more >

OpenTelemetry (OTel) metrics monitoring
Self-Managed Enterprise now generates a number of crucial metrics about syncs and volumes of data moved. You can configure Airbyte to send telemetry data to an OTel collector endpoint so you can consume these metrics in your downstream monitoring tool of choice. The following metrics are available:
- Sync details
- Sync duration
- Volume of data moved
- API requests
To start sending metrics, update your values.yaml file with the following configurations. Learn more >
yaml title="values.yaml"
global:
edition: enterprise # This is an enterprise-only feature
metrics:
enabled: true
otlp:
enabled: true
collectorEndpoint: "YOUR_ENDPOINT" # The OTel collector endpoint Airbyte sends metrics to. You configure this endpoint outside of Airbyte as part of your OTel deployment.
Resource allocation on connectors
In Self-Managed Enterprise, you can now define resource allocations for individual connectors as part of that connector's configuration, both in the user interface and the API.
Airbyte's default CPU and memory allocations aren't always appropriate for every situation, and different connectors have different resource requirements. This can make it challenging to run a large number of concurrent syncs. Historically, you had to tweak a number of variables to configure this. Now, you can set CPU and memory allocation when you set up a source or destination, and it applies to all connections using that connector. Learn more >

:::note
Resource allocation can still be set on specific connections, on all connectors of a type using resourceRequirements, and using environment variables. In cases where resource allocation is defined multiple times, there is an order of precedence. Narrower definitions have higher precedence. From highest to lowest: Connection > Connector > Connector yaml definition > environment variables. See the documentation to learn more about precedence.
:::
๐ Bug fixes
- Fixed issue #46097. When using AWS Secrets Manager, updating a connector that used secrets caused its secrets to be deleted. For connectors with secrets that were deleted because of the bug, upgrade to 1.5 and then update your connector's secrets. They will persist correctly. For sources/destinations that were not affected, upgrading to 1.5 prevents the issue.
Other Changes
Docusaurus is upgraded to version 3.7. Local docs site builds are a bit faster.
- Python
Published by bgroff over 1 year ago
https://github.com/airbytehq/airbyte - Airbyte 1.4.0
Happy new year! Airbyte version 1.4.0 was released on January 17, 2025. Weโre excited to share new improvements and changes to the Airbyte platform.
๐ Platform Changes
Platform changes improve Airbyte for everyone with a self-managed instance.
Configure the schema refresh rate
At the start of a sync, Airbyte occasionally re-runs schema discovery to detect changes in your source, such as new fields or a change in column type. But running schema discovery has a performance cost, and may not always be necessary before every sync.
You may now use a new toggle, DISCOVER_REFRESH_WINDOW_MINUTES, to set the minimum number of minutes Airbyte will wait to refresh the schema for your sources. By setting a larger number, you run automatic schema detection less frequently, which can result in gains in sync performance. The default configuration in Airbyte Open Source is 1440, which refreshes schemas every 24 hours. The lowest interval you can set is 1, which refreshes schemas before every sync.
yml title="values.yaml"
worker:
env_vars:
DISCOVER_REFRESH_WINDOW_MINUTES: 1440 # Airbyte automatically refreshes schemas no more than once per day (1440 minutes).
Set this to 0 to disable automatic schema refreshes. All schema refreshes will need to be done manually via the Airbyte UI or API.
yml title="values.yaml"
worker:
env_vars:
DISCOVER_REFRESH_WINDOW_MINUTES: 0 # Airbyte does not automatically detect schema changes.
Connectors support custom image registries
Connectors can now use custom image registries rather than Airbyteโs public Docker registry. If you configure Airbyte to use a custom image registry, it now automatically uses that registry for connector images as well as platform images. Previously, only platform images supported this. In this example, we set Airbyteโs values.yaml file to pull all images from GitHub.
yml title="values.yaml"
global:
image:
registry: ghcr.io/NAMESPACE
You must ensure copies of platform and connector images are available in your custom image registry. Learn how to set up custom image registries.
Custom Docker connectors in your workspace that specify an image using a fully qualified domain name (for example, example.com/airbyte/your-custom-source) ignore your configured custom image registry and pull images from the domain specified by that connector.
๐ Bug fixes
Reduced resource consumption: Instances of Airbyte running multiple connections at a time now consume fewer resources, thanks to optimizations to the
airbyte-workerpod.Canceled syncs do not rerun until the next scheduled sync: If you previously cancelled an in-progress sync, and the next sync as configured in the connection frequency was behind schedule, Airbyte would immediately start a new sync. In practice, many users had to choose to โCancel Syncโ twice in a row to stop moving data. Airbyte now automatically waits until the next scheduled sync to move data.
Reduce rate limit errors from the
airbyte-cronservice: We fixed an issue reported by the community that caused excessive rate limit errors on theairbyte-cronpod when users scheduled connections using the Airbyte CRON capability.Autorecovery for hanging connections: Airbyte now packages a service to detect connections blocked by the unlikely event that a sync becomes stuck, and remains in a perpetual โin-progressโ state without moving data. This heartbeat service will detect syncs that are hanging, and automatically create a new job attempt.
- Python
Published by bgroff over 1 year ago
https://github.com/airbytehq/airbyte - Airbyte 1.3.0
It's already December! We are excited to release the following set of improvements and changes.
๐ Platform Changes
- Improved Log Viewer and Filtering: You can now quickly filter to error or warning logs when needed, as well as by log source - such as the source connector, destination connector, or platform. Together, this allows you to quickly diagnose issues with Airbyte connections if they arise, reducing time to resolution on issues.

- OpenShift Support: Starting today, Airbyte supports deployments to OpenShift. This is the culmination of a journey over much of the past year: we've updated our platform and connectors to be rootless, we've improved pod to pod communication within our platform, and made a wide number of security improvements. To succeed, the user running helm deployment commands needs to be a
cluster-adminuser. Your Kubernetes namespace will also require the following annotations to ensure that all of the Airbyte resources run as UID 1000 and GID 1000. If you run into any edge cases or issues deploying to OpenShift, as always, please let us know by opening a GitHub issue.
yaml
openshift.io/sa.scc.supplemental-groups: 1000/1
openshift.io/sa.scc.uid-range: 1000/1
๐ Self-Managed Enterprise Changes
- Compliance Mappers in Airbyte API: Airbyte Self-Managed Enterprise now supports field hashing, field encryption (with self-managed encryption keys), field renaming and row filtering for connections from a common interface available in the Airbyte API. This functionality is coming soon to the Airbyte UI. To get started, see our API documentation.

- Python
Published by bgroff over 1 year ago
https://github.com/airbytehq/airbyte - Airbyte 1.2.0
Happy Halloween! We are excited to release the following set of improvements and changes.
๐ Platform Changes
- File Transfers: Airbyte now supports transferring unstructured text data, non-text data and compressed files. This capability is in early access, and currently only available for moving data from the "SFTP Bulk" source to the "S3" destination. Support in the "S3" source is coming soon. File transfers allow you to copy raw files in Airbyte without parsing their contents. Bits are copied into the destination exactly as they appeared in the source. This is recommended for use with unstructured text data, non-text and compressed files. We currently support copying files up to 1GB in size. This is an entirely new way of moving data through Airbyte, as all pre-existing data movement methods involved parsing individual records.

- Custom Image Registry Support: Introduces support for specifying a custom Docker registry from which all platform images are pulled. This should simplify helm chart configurations for users who require images to be pulled from internally approved image repositories. Configuring the following will prefix all docker images with
my-registry.foo.com. The value provided in theregistryfield must have a trailing slash:
yaml
global:
image:
registry: my-registry.foo.com/
- XML Support in the Connector Builder: Airbyte now supports custom API connectors built via the Airbyte Connector Builder which return responses as XML format.

๐ Self-Managed Enterprise Changes
- Runner RBAC Role: Users provisioned with the 'Runner' role are able to start or stop syncs, and run backfills for individual connections (in the workspaces where they've been granted Runner permissions). Outside of these explicit tasks, users with the 'Runner' role have an entirely read-only experience (Self-Managed Enterprise only).

- Self-Managed Diagnostics: Diagnostics have been expanded to include deployment statistics. Diagnostics can be downloaded through the Organization Settings page. This exports a .zip file which can be easily shared with Airbyte Support (Self-Managed Enterprise only).
- Removing SSO Users: You may now remove SSO users from your Airbyte Organization. This removes them from the list of Organization Members.
- Python
Published by bgroff over 1 year ago
https://github.com/airbytehq/airbyte - Airbyte 1.1.0
๐ Features
The 1.1.0 release includes the following enhancements and bug fixes.
Platform Releases
- Adds field hashing for Self-Managed Enterprise
Adds the Connection Timeline, replacing the Job History for a connection. For assistance with the migration of existing jobs to the new timeline events, follow our guide.
Redesigned the schema tab to improve the selection & deselection of streams and fields. Sync modes, cursor fields, and primary keys are also selected here.

- Custom Docker-based connectors can now be renamed and deleted
Support Experience
- Diagnostics can be downloaded through the Organization Settings page, which will export a JSON file to facilitate sharing with Support. This JSON file includes relevant infrastructure and connection information. (Self-Managed Enterprise only)
Billing & Licenses
- Self-Managed Enterprise users can now view directly in the UI when the license is expiring.
Changelog
See the Full Changelog
- Python
Published by bgroff over 1 year ago
https://github.com/airbytehq/airbyte - Airbyte 1.0
airbyte v1.0.0
Official launch page: https://airbyte.com/v1
This page includes new features and improvements to the Airbyte products we're excited to share as a part of the 1.0 release. Airbyte v1.0 contains many improvements and additions to enhance the reliability, scalability, and uses of Airbyte.
Moving forward, Airbyte will release official new platform versions on a monthly cadence, with the associated changelog.
Ease of deployment
abctlis the easiest, quickest way to get started with Airbyte Self-managed. See our quickstart docs for more details.Native authentication by email and password is available so that any instance of Airbyte is secure by default.
Proven Reliability
Automatic detection of dropped records ensures data is passed without fail through the Airbyte platform.
Enhanced our notification suite to enable webhook integrations and added more contextual information about sync failures or schema changes.
Connections now offer rate limited messaging, improved error handling, and live monitoring of ongoing syncs.
Many sources, in particular S3, have become faster. With CDK 2.0, the protocol now uses Pydantic V2 and removes the serialization of each record. We also improved Databricks and S3 destinations to enable faster sync speeds, checkpointing, and modernization to our Destinations V2 framework.
Resiliency at Scale
Refreshes bring an improved experience to resyncing all of your data again. This enables data to never be deleted from final tables during a historical resyncing of data.
Resumable Full Refresh allows for large streams syncing in Full Refresh to sync without failures.
Our database sources added resumability to reduce failures and stay resilient when incoming data is inconsistent. We gracefully handle record-level error in the destination field
_airbyte_meta.errrorsfor large records or mistyped data. Read more in our typing & deduping documentation.Large initial CDC syncs are gracefully handled by consuming WAL and acknowledges logs periodically to ensure disk space is freed in a timely manner.
Workloads provide a more scalable and reliable architecture to run sync jobs by separating scheduling and orchestration from data movement tasks. This improvement unlocks more automated management of workloads by managing job spikes and enables horizontal scaling (for Cloud and Enterprise users).
Tackling the long-tail of connectors
We launched our connector Marketplace for our community-maintained connectors. Automated testing ensures our connectors stay high quality, and most connectors have been migrated to low/no-code.
The Connector Builder seamlessly switches between UI and YAML modes, supports custom components, and contains extensive testing and error handling.
AI Assist now builds connectors from scratch for you with just a link to the API docs.
Anyone can now contribute new connectors directly from the builder to add a new connector directly to Airbyte's Marketplace. Additionally, connectors can be forked directly from the UI for faster edits, ensuring our connectors stay up-to-date.
Airbyte supports writing to several vector store destinations, including pgVector, Pinecone, and Snowflake Cortex.
Self-Managed Enterprise
Self-Managed Enterprise extends on Airbyte 1.0 by introducing new classes of functionality: multitenancy and access management, enterprise source connectors , sensitive data masking and enterprise support โ all while data never leaves your infrastructure.
- Support for Okta and OpenID Connect (OIDC) SSO
- Availability of Role-based Access Control and multitenancy
- Columns can now be hashed to protect sensitive data
Announcements
To ensure adherence to security best practices, Airbyte is migrating all connectors to non-root versions. It is highly recommended that you upgrade your platform version to v0.63.9 or later before October 2024 to ensure your syncs continue to succeed.
As we prepare to deprecate Docker Compose, we published a migration guide for those migrating from Docker Compose to abctl.
- Python
Published by bgroff over 1 year ago
https://github.com/airbytehq/airbyte - v0.64.7
2e62443f1c [source-postgres/mysql/mssql/mongodb-v2] Use latest CDK to adopt latest apache sshd mina to handle tcpkeepalive requests (#45639) 398a1bba71 source-buzzsprout contribution from btkcodedev (#45608) ed214d045d [cdk] upgrade apache mina sshd to 2.13.2 to handle openssh tcpkeepalive request (#45638) 5f93772798 [ISSUE_TEMPLATE] replace deprecated docker template for ai-assist (#45629) 6d74db749c change signature of orphanedThreadFilter (#45469) 6469111428 [source-mysql-v2] cdk and spec change for ssl (#45351)
- Python
Published by octavia-squidington-iii over 1 year ago
https://github.com/airbytehq/airbyte - v0.64.6
6502f92096 ๐ Source Greenhouse: faster check stream (#45625) 4027d0e69e [docs] add troubleshooting abctl page + move trb. from quickstarts (#45460) 28f82140ab ๐ค Cut version 5.6.0 of source-declarative-manifest c5cff577d6 ๐ค minor bump Python CDK to version 5.6.0 199a8078f2 [airbyte-cdk] Decouple requestoptionsprovider from datetimebasedcursor + concurrent_cursor features for low-code (#45413)
- Python
Published by octavia-squidington-iii over 1 year ago
https://github.com/airbytehq/airbyte - v0.64.5
daee3b69aa Destination Iceberg: Fix tests to run in airbyte-ci (#45206) 912bc778f9 docs: add the type: external to the db docs. (#45466) 5cb27b1526 source-nylas contribution from topefolorunso (#45093) 86b34f6fe3 source-brevo contribution from btkcodedev (#45382) 1fdd06f5d6 source-appfigures contribution from btkcodedev (#45332) 8a4e8757e0 source-shortcut contribution from btkcodedev (#45176) 328fd8703e source-survicate contribution from btkcodedev (#45163) 42a26d23e1 source-buildkite contribution from btkcodedev (#45384) fa67b6a35e source-front contribution from btkcodedev (#45387) 37af2f013d source-google-tasks contribution from btkcodedev (#45427) a85de6f70e source-picqer contribution from btkcodedev (#45159) c6530c946b source-teamwork contribution from btkcodedev (#45155) b6deeb359c source-appcues contribution from btkcodedev (#45102) 368b5c2fdd source-bitly contribution from topefolorunso (#45071) 891fa03415 source-guru contribution from btkcodedev (#45066) 56fcf5ee94 source-canny contribution from pabloescoder (#45588) f813e93881 source-ezofficeinventory contribution from pabloescoder (#45590) b17df3fc99 Bulk Load CDK: AirbyteType & AirbyteValue, marshaling from json (#45430) ace4e82b99 Destination CDK: Make DAT open to disable for iceberg (#45602) 91013e1569 Bulk Core/Load CDK: Support for connector-type-specific non-config spโฆ (#45463) 9ae2cbee60 โจ feat(Destination PGVector): new connector (#45428) bb1adbe066 โจ Source GetLago: feat customer usage (#45452) f6fd017a14 fix(source-google-search-console): fix request body for report streams by keyword (#45196) 4559c759e7 ๐Bug(Source hubspot): add missing scope in docs (#45585) 5f2774d858 ๐ source-us-census: run up-to-date pipeline 2024-09-14 2c90bca01e ๐ source-hubspot: run up-to-date pipeline 2024-09-14 13df95bc9f ๐ source-chargebee: run up-to-date pipeline 2024-09-14 4a843fac6e ๐ source-shopify: run up-to-date pipeline 2024-09-14 3d84c481a0 ๐ destination-rabbitmq: run up-to-date pipeline 2024-09-14 5642f2c197 ๐ source-unleash: run up-to-date pipeline 2024-09-14 917708d9ff ๐ source-webflow: run up-to-date pipeline 2024-09-14 77e18dacde ๐ source-recurly: run up-to-date pipeline 2024-09-14 cd546bd643 ๐ source-orb: run up-to-date pipeline 2024-09-14 77db6ecd49 ๐ source-mixpanel: run up-to-date pipeline 2024-09-14 d052a8ae01 ๐ source-apple-search-ads: run up-to-date pipeline 2024-09-14 c27f183141 ๐ source-younium: run up-to-date pipeline 2024-09-14 107911a8cd ๐ source-greenhouse: run up-to-date pipeline 2024-09-14 d73fac7edb ๐ source-snapchat-marketing: run up-to-date pipeline 2024-09-14 6ed3b11ba7 ๐ source-rki-covid: run up-to-date pipeline 2024-09-14 4ad7c74492 ๐ source-apify-dataset: run up-to-date pipeline 2024-09-14 f741b19587 ๐ destination-duckdb: run up-to-date pipeline 2024-09-14 2a97f35bd3 ๐ destination-vectara: run up-to-date pipeline 2024-09-14 0db707da4b ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-09-14 0d3882ffbc ๐ source-close-com: run up-to-date pipeline 2024-09-14 fd6a368d01 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-09-14 95bef6141a ๐ source-zenloop: run up-to-date pipeline 2024-09-14 50021cc09a ๐ source-fastbill: run up-to-date pipeline 2024-09-14 deb0b1ec62 ๐ source-pocket: run up-to-date pipeline 2024-09-14 b953c5546e ๐ source-tiktok-marketing: run up-to-date pipeline 2024-09-14 98aa7dcfbb ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-09-14 0099c63059 ๐ destination-pinecone: run up-to-date pipeline 2024-09-14 1f721c176c ๐ destination-typesense: run up-to-date pipeline 2024-09-14 c43c6e83b5 ๐ source-gcs: run up-to-date pipeline 2024-09-14 d7295a6110 ๐ source-kyve: run up-to-date pipeline 2024-09-14 40e66aabf2 ๐ source-convex: run up-to-date pipeline 2024-09-14 b077a60df3 ๐ source-hardcoded-records: run up-to-date pipeline 2024-09-14 61ea0439d3 ๐ source-google-ads: run up-to-date pipeline 2024-09-14 3699c5bb79 ๐ destination-astra: run up-to-date pipeline 2024-09-14 45a26920e1 ๐ source-file: run up-to-date pipeline 2024-09-14 ca4cf51ce4 ๐ source-salesloft: run up-to-date pipeline 2024-09-14 0f4cda0676 ๐ source-amplitude: run up-to-date pipeline 2024-09-14 7eeddeeba4 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-09-14 254cb86f9f ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-09-14 42d24dd786 ๐ source-s3: run up-to-date pipeline 2024-09-14 7cdb490e64 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-09-14 a636bb5290 ๐ source-partnerstack: run up-to-date pipeline 2024-09-14 9cf4b7f3f5 ๐ source-n8n: run up-to-date pipeline 2024-09-14 37265700ce ๐ source-flexport: run up-to-date pipeline 2024-09-14 63d13661a7 ๐ source-pardot: run up-to-date pipeline 2024-09-14 aa1455d537 ๐ source-appsflyer: run up-to-date pipeline 2024-09-14 6bef8c9f89 ๐ source-adjust: run up-to-date pipeline 2024-09-14 54ee1660b8 ๐ source-instatus: run up-to-date pipeline 2024-09-14 fb3220ec1e ๐ source-public-apis: run up-to-date pipeline 2024-09-14 d29ebda9e2 ๐ destination-xata: run up-to-date pipeline 2024-09-14 190c68faa6 ๐ source-quickbooks: run up-to-date pipeline 2024-09-14 73d8073d33 ๐ source-iterable: run up-to-date pipeline 2024-09-14 f119e43a9e ๐ source-surveymonkey: run up-to-date pipeline 2024-09-14 9379f40766 ๐ source-recharge: run up-to-date pipeline 2024-09-14 2172303a3a ๐ source-qonto: run up-to-date pipeline 2024-09-14 3c5f50a249 ๐ source-freshcaller: run up-to-date pipeline 2024-09-14 0a86081425 ๐ source-zoom: run up-to-date pipeline 2024-09-14 cb7626cc54 ๐ source-zendesk-talk: run up-to-date pipeline 2024-09-14 bc1d01ce17 ๐ source-sendgrid: run up-to-date pipeline 2024-09-14 0b76f31358 ๐ destination-qdrant: run up-to-date pipeline 2024-09-14 bb3bcbcbff ๐ source-qualaroo: run up-to-date pipeline 2024-09-14 1514b273c4 ๐ source-onesignal: run up-to-date pipeline 2024-09-14 6a009648f7 ๐ source-gridly: run up-to-date pipeline 2024-09-14 43787d6a7e ๐ source-klaviyo: run up-to-date pipeline 2024-09-14 0c65ad4bec ๐ destination-databend: run up-to-date pipeline 2024-09-14 6402d345d1 ๐ source-linkedin-ads: run up-to-date pipeline 2024-09-14 a1e280847c ๐ destination-aws-datalake: run up-to-date pipeline 2024-09-14 c97e92a77c ๐ source-woocommerce: run up-to-date pipeline 2024-09-14 29afd091ce ๐ source-postmarkapp: run up-to-date pipeline 2024-09-14 2e5b925d62 ๐ source-yandex-metrica: run up-to-date pipeline 2024-09-14 bd4ea255b0 ๐ source-harvest: run up-to-date pipeline 2024-09-14 cb59367457 ๐ source-rss: run up-to-date pipeline 2024-09-14 c6f2a3208e ๐ source-bigcommerce: run up-to-date pipeline 2024-09-14 0f81a1e391 ๐ source-google-directory: run up-to-date pipeline 2024-09-14 728e9ee3f5 ๐ source-gnews: run up-to-date pipeline 2024-09-14 178efe9f77 ๐ source-bamboo-hr: run up-to-date pipeline 2024-09-14 e1d41b9486 ๐ source-okta: run up-to-date pipeline 2024-09-14 fedec7efb2 ๐ source-azure-table: run up-to-date pipeline 2024-09-14 35ce98e733 ๐ source-genesys: run up-to-date pipeline 2024-09-14 7db547347b ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-09-14 85bd41f9dd ๐ source-asana: run up-to-date pipeline 2024-09-14 938d1889da ๐ source-amazon-ads: run up-to-date pipeline 2024-09-14 b92992ccbd ๐ source-commcare: run up-to-date pipeline 2024-09-14 151f55ef45 ๐ source-square: run up-to-date pipeline 2024-09-14 f58d91d622 ๐ source-surveycto: run up-to-date pipeline 2024-09-14 8b8e2f0fba ๐ source-commercetools: run up-to-date pipeline 2024-09-14 cb4d131b76 ๐ source-alpha-vantage: run up-to-date pipeline 2024-09-14 c4f68f26d0 ๐ source-braintree: run up-to-date pipeline 2024-09-14 06decd3768 ๐ source-pipedrive: run up-to-date pipeline 2024-09-14 a4a1ab8105 ๐ source-github: run up-to-date pipeline 2024-09-14 d1e98a9897 ๐ source-trustpilot: run up-to-date pipeline 2024-09-14 20f739cedc ๐ source-tplcentral: run up-to-date pipeline 2024-09-14 37359fb3e0 ๐ destination-weaviate: run up-to-date pipeline 2024-09-14 85457a14ac ๐ source-zendesk-support: run up-to-date pipeline 2024-09-14 e5cd6dea51 ๐ destination-firebolt: run up-to-date pipeline 2024-09-14 7d1e65aacd ๐ source-facebook-pages: run up-to-date pipeline 2024-09-14 fae0a8cd59 ๐ source-looker: run up-to-date pipeline 2024-09-14 054510ceaa ๐ source-jina-ai-reader: run up-to-date pipeline 2024-09-14 2a55f49858 ๐ source-pinterest: run up-to-date pipeline 2024-09-14 44b18a1fde ๐ source-faker: run up-to-date pipeline 2024-09-14 1e9ff52990 ๐ destination-timeplus: run up-to-date pipeline 2024-09-14 f3453c7a9a ๐ source-kyriba: run up-to-date pipeline 2024-09-14 f0bc43e2d0 ๐ source-posthog: run up-to-date pipeline 2024-09-14 efa3a0538a ๐ source-linnworks: run up-to-date pipeline 2024-09-14 781a41cf93 ๐ source-firebolt: run up-to-date pipeline 2024-09-14 490d24e4f6 ๐ destination-milvus: run up-to-date pipeline 2024-09-14 579574bdbc ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-09-14 3cca50c26a ๐ source-smartsheets: run up-to-date pipeline 2024-09-14 1bb322b397 ๐ source-railz: run up-to-date pipeline 2024-09-14 7d5fbed77e ๐ destination-google-sheets: run up-to-date pipeline 2024-09-14 d5e5892ae9 ๐ source-outreach: run up-to-date pipeline 2024-09-14 e580bc5c2c ๐ source-salesforce: run up-to-date pipeline 2024-09-14 38dec03b12 ๐ destination-cumulio: run up-to-date pipeline 2024-09-14 0ac676c8c9 ๐ source-datadog: run up-to-date pipeline 2024-09-14 a297a02b5a ๐ source-my-hours: run up-to-date pipeline 2024-09-14 c53d97ca79 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-09-14 d27e8d2e1f source-productive contribution from btkcodedev (#45401) 228ea14d4f source-productboard contribution from pabloescoder (#45449) 58d241d8ea Destinations CDK: protocol message interop (#45407)
- Python
Published by octavia-squidington-iii over 1 year ago
https://github.com/airbytehq/airbyte - v0.64.4
8d04d840ba Destination databricks: move to intengrations (#45439)
318a237ac4 docs: Fix misspelling successful (#45426)
647a3e8243 Docs: add note about migrating docker uses external integrations (#45406)
5dbce8131a airbyte-ci: improve QA checks for airbyte-enterprise (#45393)
a135236625 add .kotlin to the .gitignore (#45404)
19335d683b [source-us-census] fix empty fields after sync (#45331)
7056428b84 Bulk Load CDK: State -> Checkpoint & flush at end (#45377)
b00dac84b8 feat(source-stripe): ref stream Payment Methods (#44891)
e679191b54 โจ Source Sendgrid: Move contacts stream to async declarative component (#45191)
e4fec50536 bulk-cdk: improve AirbyteConnectorRunner and CliRunner (#45374)
03584d5afb [source-mysql/mssql] Fix state manager on determining non-resumable streams (#45181)
b6825eef06 Bulk Load CDK: Simply Interface & Add Check (#45369)
41a242be01 Remove logging of unhandled debezium events (#45368)
e4c26e811a live-test: improve error message when the selected connection did not run the control version (#45335)
8d7b19186c [Source-mysql-v2] : Support to add CDC option (#45366)
5761f4657a ๐ค Cut version 5.5.2 of source-declarative-manifest
9781dd5c3d ๐ค patch bump Python CDK to version 5.5.2
e6659ad42e airbyte-cdk: poetry lock before release (#45365)
b672bc05e8 Remove pandas from extras in file-based (#45362)
e00eaf6cb8 [Source-mysql-v2] : Fix tests to be passing on local (#45363)
eb018e6b93 ๐ค Cut version 5.5.1 of source-declarative-manifest
40a7c946d5 ๐ค patch bump Python CDK to version 5.5.1
9bcfa3d0e4 source-mysql-v2: set supportLevel to community (#45341)
b2e63f2b00 airbyte-ci: relax docs qa checks when sl == 0 (#45360)
c3c842340a .github: fix airbyte-ci-release.yml (#45361)
21348afa31 ref(source-stripe): remove stripe py-package (#45348)
ba63c037d7 feat(source-zendesk-support): add automations and triggers streams (#44610)
8332ddc4a5 ๐ค Cut version 5.5.0 of source-declarative-manifest
c3048c648c ๐ค minor bump Python CDK to version 5.5.0
6baf254b5d feat(cdk): add async job components (#45178)
254f34a54e ๐ค Cut version 5.4.0 of source-declarative-manifest
698be7e2ae ๐ค minor bump Python CDK to version 5.4.0
e3ce82e476 feat(airbyte-cdk): add globalstate => perpartition transformation (#45122)
bd20b746f5 ๐ค Cut version 5.3.0 of source-declarative-manifest
e2d8c23175 ๐ค minor bump Python CDK to version 5.3.0
41b858514d fix(connector-builder): add flag to disable cache (#45095)
52744ec6b9 feat(source-getlago): ignore 405 response for customer usage (#45193)
bb1833cbf5 Destination Databricks: Create namespace if missing in CHECK (#45208)
58989b04f5 metadata-service[orchestrator]: avoid "too large" errors in generateregistryreports (#45336)
7ffcd3de53 feat(source-shopify): update CDK to v5 (#45190)
f216a6065c ๐ docs: Enable ERDs for 10 top sources. (#45085)
a8e383714c fix(source-delighted): update end_datetime macro (#44601)
44202640af Update Docs: adding Orchestra to the 'Integrating with Airbyte' section (#44701)
06f8a2bca9 โจ Destination Timeplus: fix issues in README and upgrade timeplus and cdk (#44758)
e24fcd73be ๐ source-harvest: run up-to-date pipeline 2024-09-07
7623ebb39b ๐ source-square: run up-to-date pipeline 2024-09-07
63837322b9 ๐ source-linkedin-ads: run up-to-date pipeline 2024-09-07
1dc3a51420 ๐ source-bamboo-hr: run up-to-date pipeline 2024-09-07
a4cb53af49 ๐ source-firebolt: run up-to-date pipeline 2024-09-07
501c8a9d1a ๐ source-orb: run up-to-date pipeline 2024-09-07
4db089b000 ๐ destination-xata: run up-to-date pipeline 2024-09-07
790e516124 ๐ source-smartsheets: run up-to-date pipeline 2024-09-07
413226bc24 ๐ source-zendesk-support: run up-to-date pipeline 2024-09-07
548908819b ๐ destination-weaviate: run up-to-date pipeline 2024-09-07
647bca3413 ๐ destination-qdrant: run up-to-date pipeline 2024-09-07
9f85142e6a ๐ destination-timeplus: run up-to-date pipeline 2024-09-07
d19e884703 ๐ source-kyve: run up-to-date pipeline 2024-09-07
f12c5dc81c ๐ source-zoom: run up-to-date pipeline 2024-09-07
583f9f6a85 ๐ source-iterable: run up-to-date pipeline 2024-09-07
81e2f24e32 ๐ source-adjust: run up-to-date pipeline 2024-09-07
be3eeb4d89 ๐ source-rss: run up-to-date pipeline 2024-09-07
d985e26cc8 ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-09-07
c7c060d091 ๐ source-pocket: run up-to-date pipeline 2024-09-07
5f749d48c3 ๐ source-trustpilot: run up-to-date pipeline 2024-09-07
5b80ed83b7 ๐ source-onesignal: run up-to-date pipeline 2024-09-07
d8e5dc8235 ๐ source-greenhouse: run up-to-date pipeline 2024-09-07
9e2d3cfc2f ๐ source-woocommerce: run up-to-date pipeline 2024-09-07
692b2e9afa ๐ source-quickbooks: run up-to-date pipeline 2024-09-07
51852fe73f ๐ source-gcs: run up-to-date pipeline 2024-09-07
70b058a0dd ๐ source-appsflyer: run up-to-date pipeline 2024-09-07
2c66e54897 ๐ source-my-hours: run up-to-date pipeline 2024-09-07
d68365e5b8 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-09-07
06a0c7ae47 ๐ destination-databend: run up-to-date pipeline 2024-09-07
e514a7f244 ๐ source-salesloft: run up-to-date pipeline 2024-09-07
fd15904621 ๐ source-sendgrid: run up-to-date pipeline 2024-09-07
e3e1b63312 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-09-07
bd999bd5a8 ๐ source-posthog: run up-to-date pipeline 2024-09-07
9031eba487 ๐ source-qonto: run up-to-date pipeline 2024-09-07
b6aedaaa2e ๐ source-retently: run up-to-date pipeline 2024-09-07
4a658c71c8 ๐ source-klaviyo: run up-to-date pipeline 2024-09-07
8821181016 ๐ destination-firebolt: run up-to-date pipeline 2024-09-07
d8bc3e5daf ๐ source-bing-ads: run up-to-date pipeline 2024-09-07
1ef6a1df9c ๐ destination-pinecone: run up-to-date pipeline 2024-09-07
2c894e8f44 ๐ source-azure-table: run up-to-date pipeline 2024-09-07
deafa24048 ๐ source-zenloop: run up-to-date pipeline 2024-09-07
ca4184c1d6 ๐ source-fastbill: run up-to-date pipeline 2024-09-07
cbb36e6fe1 ๐ source-apify-dataset: run up-to-date pipeline 2024-09-07
71d7f45ac8 ๐ source-alpha-vantage: run up-to-date pipeline 2024-09-07
eb5e93ff40 ๐ source-s3: run up-to-date pipeline 2024-09-07
d4811a0816 ๐ source-surveycto: run up-to-date pipeline 2024-09-07
36b8fa9d79 ๐ source-postmarkapp: run up-to-date pipeline 2024-09-07
f4c59a6671 ๐ source-qualaroo: run up-to-date pipeline 2024-09-07
004fae94b3 ๐ source-file: run up-to-date pipeline 2024-09-07
f88f16459b ๐ source-linnworks: run up-to-date pipeline 2024-09-07
517e359c49 ๐ source-google-ads: run up-to-date pipeline 2024-09-07
4b03cbc3e9 ๐ source-mixpanel: run up-to-date pipeline 2024-09-07
14873d63c9 ๐ destination-typesense: run up-to-date pipeline 2024-09-07
686064ce47 ๐ source-commcare: run up-to-date pipeline 2024-09-07
31ac39ab59 ๐ source-convex: run up-to-date pipeline 2024-09-07
08b7be845b ๐ source-google-directory: run up-to-date pipeline 2024-09-07
936e29a491 ๐ source-typeform: run up-to-date pipeline 2024-09-07
2a0da1722b ๐ source-tiktok-marketing: run up-to-date pipeline 2024-09-07
420ea9b32a ๐ source-n8n: run up-to-date pipeline 2024-09-07
c13a810303 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-09-07
9b21114eb1 ๐ source-public-apis: run up-to-date pipeline 2024-09-07
bcbc1ffa6e ๐ source-recurly: run up-to-date pipeline 2024-09-07
abf2d54d76 ๐ source-instatus: run up-to-date pipeline 2024-09-07
4d6e51cc8e ๐ source-younium: run up-to-date pipeline 2024-09-07
305ace9606 ๐ source-asana: run up-to-date pipeline 2024-09-07
d9452a5acf ๐ source-snapchat-marketing: run up-to-date pipeline 2024-09-07
d50b4d87c7 ๐ source-hardcoded-records: run up-to-date pipeline 2024-09-07
683d8e87ae ๐ destination-milvus: run up-to-date pipeline 2024-09-07
afd03d9e80 ๐ source-pinterest: run up-to-date pipeline 2024-09-07
1141d96005 ๐ source-rki-covid: run up-to-date pipeline 2024-09-07
219e3e0a97 ๐ source-outreach: run up-to-date pipeline 2024-09-07
54e2a9d4f4 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-09-07
2bc9ad5813 ๐ source-commercetools: run up-to-date pipeline 2024-09-07
e186cbafbc ๐ destination-duckdb: run up-to-date pipeline 2024-09-07
5fb4e980db ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-09-07
b064517863 ๐ source-gnews: run up-to-date pipeline 2024-09-07
4b2767c662 ๐ destination-cumulio: run up-to-date pipeline 2024-09-07
36f33b9ed2 ๐ source-bigcommerce: run up-to-date pipeline 2024-09-07
7ab09e34d2 ๐ source-partnerstack: run up-to-date pipeline 2024-09-07
2dfd31881d ๐ source-datadog: run up-to-date pipeline 2024-09-07
0bf057049f ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-09-07
0f7f0d83cf ๐ source-tplcentral: run up-to-date pipeline 2024-09-07
49916141e5 ๐ source-close-com: run up-to-date pipeline 2024-09-07
53cde696f7 ๐ source-zendesk-talk: run up-to-date pipeline 2024-09-07
4c2f4de607 ๐ source-genesys: run up-to-date pipeline 2024-09-07
ca8c0e5695 ๐ source-pipedrive: run up-to-date pipeline 2024-09-07
1afd37be68 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-09-07
a745a36d1e ๐ source-looker: run up-to-date pipeline 2024-09-07
a12de6b6a2 ๐ source-kyriba: run up-to-date pipeline 2024-09-07
c9433cba7c ๐ source-pardot: run up-to-date pipeline 2024-09-07
3d2a938d14 ๐ source-amazon-ads: run up-to-date pipeline 2024-09-07
b0b033a1b5 ๐ source-flexport: run up-to-date pipeline 2024-09-07
6a9344d054 ๐ source-braintree: run up-to-date pipeline 2024-09-07
9fb0752b6b ๐ source-facebook-pages: run up-to-date pipeline 2024-09-07
6cc6aabdb7 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-09-07
f57566578e ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-09-07
81d7263ffc ๐ source-gridly: run up-to-date pipeline 2024-09-07
0cd3379f4b ๐ source-yandex-metrica: run up-to-date pipeline 2024-09-07
e3e72ddd46 ๐ source-surveymonkey: run up-to-date pipeline 2024-09-07
b5b78d68e7 ๐ source-railz: run up-to-date pipeline 2024-09-07
03925e9590 ๐ source-amplitude: run up-to-date pipeline 2024-09-07
bcd4e8b1ab ๐ source-okta: run up-to-date pipeline 2024-09-07
3cb074cd97 ๐ source-github: run up-to-date pipeline 2024-09-07
f92afbdd8f ๐ source-recharge: run up-to-date pipeline 2024-09-07
f3f7d2c461 ๐ destination-chroma: run up-to-date pipeline 2024-09-07
0a35db0deb ๐ source-freshcaller: run up-to-date pipeline 2024-09-07
c01daa50dd ๐ destination-vectara: run up-to-date pipeline 2024-09-07
b26737207f ๐ destination-google-sheets: run up-to-date pipeline 2024-09-07
0b388ed2b2 ๐ source-apple-search-ads: run up-to-date pipeline 2024-09-07
0b6603ef41 ๐ source-faker: run up-to-date pipeline 2024-09-07
e719dcf3ab ๐ destination-aws-datalake: run up-to-date pipeline 2024-09-07
401fb8e956 ๐ source-salesforce: run up-to-date pipeline 2024-09-07
78df1deb53 ๐ destination-astra: run up-to-date pipeline 2024-09-07
22b8ce8016 add kind custom connector troubleshooting to quickstart (#45207)
5cb6c6f5b8 metadata-service[orchestrator]: fix apply connector releases (#45256)
6fbab883d7 metadata-service[orchestrator]: fix apply connector releases (#45250)
39ad91f218 metadata-service[orchestrator]: fix apply connector releases (#45233)
65ad1f94ed [docs] Filter connectors by suport level tabs (#45204)
f23ae56693 bug(airbyte-cdk) Fix extras not being printed (#45198)
- Python
Published by octavia-squidington-iii over 1 year ago
https://github.com/airbytehq/airbyte - v0.64.3
25313363ad Source The Guardian API: Migrate to Manifest Only (#45195)
425d7d1897 Source Gong: Add new stream /calls/extensive (#45117)
2d94c53968 ๐ค Cut version 5.2.1 of source-declarative-manifest
d7f85ed246 ๐ค patch bump Python CDK to version 5.2.1
caa12ab0c7 docs(airbyte-cdk): Fix error in incremental sync docs (#45194)
950ea0692e ๐ค Cut version 5.2.0 of source-declarative-manifest
9700e4b94f ๐ค minor bump Python CDK to version 5.2.0
2fa35ab30b feat(airbyte-cdk): Add Global Parent State Cursor (#39593)
04f40f903c metadata-service[orchestrator]: fix stale metadata detection job (#45188)
337e1fc341 feat(source-zendesk-support): update CDK to v5 (#45187)
b5756b778f ๐ค Cut version 5.1.0 of source-declarative-manifest
e73a4dcf58 ๐ค minor bump Python CDK to version 5.1.0
03b7e1ad22 feat(airbyte-cdk): Add limitation for number of partitions to PerPartitionCursor (#42406)
1de50aa830 [source-mysqlv2] A new mysqlv2 (#44606)
081a0ca111 Bulk Load CDK: Unit tests for memory manager (#45091)
6730a3b478 destination-s3: don't reuse names of existing objects (#45143)
e6d6b8e025 Source Looker: Enable latest version in Cloud registry (#45161)
f1812e3e3c (source-tiktok-marketing) - Upgrade CDK 4.6.1 (#44910)
011f40b782 Revert "fix: allow review requirements check on forks (#44404)" (#45175)
155d58d0fb docs(airbyte-cdk): update migration guide (#45153)
dd2d443572 gradle: remove deps.toml (#45160)
3b79bd70c0 metadata-service[orchestrator]: fix missing isReleaseCandidate field (#45154)
458e96ea66 [source-mssql] update datetimeoffset format (#45142)
- Python
Published by octavia-squidington-iii over 1 year ago
https://github.com/airbytehq/airbyte - v0.64.2
1a9728d645 bulk-cdk: make exception classifiers recursive (#45141)
d02d29c054 Destination databricks: add banner for gcp oauth (#45127)
8c23992c0c source-faker: test release candidate (#45126)
ee698d6236 metadata-service[orchestrator]: generate connector registry with release candidates (#44588)
75cee334ce Source Orbit: archive connector (#44788)
a3a2b47c2a Update abctl version command in oss-quickstart (#44927)
b1b11870db metadata-service[orchestrator]: fix broken test (#45120)
84f3b03f9c fix(source-github): fix state handling for stream WorkflowRuns (#44592)
1f2fd6ebd5 ๐ Source Shopify: Have message and description be nullable for customcollections deletโฆ (#45116)
af58faa63f Unit tests for streams manager (#45090)
5bf11d9d9b Destination Databricks - clarify catalog name option (#45115)
427e8fd027 feat(airbyte-ci): include components.py in manifest-only build (#44879)
095d30e674 State manager test, rational range behavior throughout (#44945)
2073513689 docs: remove lingering mentions of dbt core (#45110)
be6b5ef1cb bulk-cdk-toolkits-extract-jdbc: noop JdbcCheckQueries when no queries defined (#44842)
f85baeb02a (source-s3) - Upgrade CDK 3.9.6 (#44908)
09fef1c27a Fix pagination issue while setting isresumable properly (#45101)
5d1c2bf93b doc: app-name is now called appName (#44882)
f805842755 feat(source-hardcoded-records): bump CDK version (#45097)
b4ccb270d7 ๐ค Cut version 5.0.1 of source-declarative-manifest
844f52b3f1 ๐ค patch bump Python CDK to version 5.0.1
fa6aa2b62c fix(source-declarative-manifest): fix models (#45088)
6eb0d36ae4 ๐ค Cut version 5.0.0 of source-declarative-manifest
b1df9b8e48 ๐ค major bump Python CDK to version 5.0.0
df34893b63 feat(airbyte-cdk): replace pydantic BaseModel with dataclasses + serpyco-rs in protocol (#44444)
21fddbda5f re-enable dagger cloud token in airbyte-ci (#45080)
c0e629f394 source-savvycal contribution from natikgadzhi (#45069)
34eb16d201 source-calendly contribution from natikgadzhi (#45067)
477689b5b7 ๐ source-bing-ads: run up-to-date pipeline 2024-08-31
8afedec10c ๐ source-google-ads: run up-to-date pipeline 2024-08-31
374e8053cb ๐ destination-qdrant: run up-to-date pipeline 2024-08-31
b593c07982 ๐ source-yandex-metrica: run up-to-date pipeline 2024-08-31
f297a4bb44 ๐ source-greenhouse: run up-to-date pipeline 2024-08-31
5cf3b9ae3e ๐ source-public-apis: run up-to-date pipeline 2024-08-31
7d8d11c788 ๐ source-my-hours: run up-to-date pipeline 2024-08-31
de474f05b8 ๐ source-gridly: run up-to-date pipeline 2024-08-31
320ed8eba2 ๐ source-linkedin-ads: run up-to-date pipeline 2024-08-31
d44ab1920e ๐ source-tplcentral: run up-to-date pipeline 2024-08-31
f50bc69a67 ๐ destination-duckdb: run up-to-date pipeline 2024-08-31
ab6efef9a2 ๐ source-sendgrid: run up-to-date pipeline 2024-08-31
4d13fed727 ๐ source-tiktok-marketing: run up-to-date pipeline 2024-08-31
52cdd71a9d ๐ source-kyve: run up-to-date pipeline 2024-08-31
29eb56340c ๐ source-appsflyer: run up-to-date pipeline 2024-08-31
8e7ffab917 ๐ source-woocommerce: run up-to-date pipeline 2024-08-31
dd9be4ba58 ๐ source-qualaroo: run up-to-date pipeline 2024-08-31
81b90d4270 ๐ source-salesforce: run up-to-date pipeline 2024-08-31
38a6bf3b8b ๐ destination-milvus: run up-to-date pipeline 2024-08-31
eb349340ec ๐ source-quickbooks: run up-to-date pipeline 2024-08-31
372c1ba128 ๐ source-apify-dataset: run up-to-date pipeline 2024-08-31
57962c1caf ๐ source-genesys: run up-to-date pipeline 2024-08-31
9c27889ec1 ๐ destination-weaviate: run up-to-date pipeline 2024-08-31
f12b5188ed ๐ source-zendesk-support: run up-to-date pipeline 2024-08-31
5841f66b3b ๐ source-intercom: run up-to-date pipeline 2024-08-31
f16217bab7 ๐ source-salesloft: run up-to-date pipeline 2024-08-31
07fbcbabe0 ๐ source-linnworks: run up-to-date pipeline 2024-08-31
0add1473b8 ๐ source-orbit: run up-to-date pipeline 2024-08-31
53b7447788 ๐ source-asana: run up-to-date pipeline 2024-08-31
d1db578614 ๐ source-shopify: run up-to-date pipeline 2024-08-31
2a9a146fe4 ๐ source-alpha-vantage: run up-to-date pipeline 2024-08-31
f3c8e6484e ๐ source-freshcaller: run up-to-date pipeline 2024-08-31
fb3f1e9b85 ๐ source-file: run up-to-date pipeline 2024-08-31
df5ac75d62 ๐ source-postmarkapp: run up-to-date pipeline 2024-08-31
c800444702 ๐ source-close-com: run up-to-date pipeline 2024-08-31
5604f7e531 ๐ source-okta: run up-to-date pipeline 2024-08-31
5fc74a554a ๐ source-bamboo-hr: run up-to-date pipeline 2024-08-31
6929b55a68 ๐ source-bigcommerce: run up-to-date pipeline 2024-08-31
24defb450e ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-08-31
b6b8b12c3f ๐ source-pipedrive: run up-to-date pipeline 2024-08-31
1411fc1a91 ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-08-31
b61d97bfa3 ๐ destination-astra: run up-to-date pipeline 2024-08-31
f316974f20 ๐ source-retently: run up-to-date pipeline 2024-08-31
ef768b2a48 ๐ source-adjust: run up-to-date pipeline 2024-08-31
99334cc196 ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-08-31
2dba7697ae ๐ destination-rabbitmq: run up-to-date pipeline 2024-08-31
bbfd6d04da ๐ destination-google-sheets: run up-to-date pipeline 2024-08-31
ca647e1341 ๐ source-instatus: run up-to-date pipeline 2024-08-31
fa9a07e72c ๐ destination-firebolt: run up-to-date pipeline 2024-08-31
812b6bef1a ๐ source-datadog: run up-to-date pipeline 2024-08-31
1366d4abdd ๐ source-rki-covid: run up-to-date pipeline 2024-08-31
f60d25cfd4 ๐ source-pocket: run up-to-date pipeline 2024-08-31
3a7d92f60a ๐ source-recharge: run up-to-date pipeline 2024-08-31
c63ceec866 ๐ source-posthog: run up-to-date pipeline 2024-08-31
33ba88117d ๐ source-the-guardian-api: run up-to-date pipeline 2024-08-31
e9a517fd0b ๐ source-snapchat-marketing: run up-to-date pipeline 2024-08-31
5eb15048c4 ๐ source-fastbill: run up-to-date pipeline 2024-08-31
9a7d281ba0 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-08-31
a7304b1584 ๐ destination-databend: run up-to-date pipeline 2024-08-31
b82be06be3 ๐ source-surveymonkey: run up-to-date pipeline 2024-08-31
2b56b18698 ๐ source-hardcoded-records: run up-to-date pipeline 2024-08-31
17a3a09daf ๐ source-unleash: run up-to-date pipeline 2024-08-31
dbabe18310 ๐ source-pardot: run up-to-date pipeline 2024-08-31
d0bc3931e1 ๐ source-google-directory: run up-to-date pipeline 2024-08-31
3f1676a561 ๐ source-trustpilot: run up-to-date pipeline 2024-08-31
26d6980c81 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-08-31
dec1319e8b ๐ source-s3: run up-to-date pipeline 2024-08-31
158d4ed1b5 ๐ source-gcs: run up-to-date pipeline 2024-08-31
95d7c2a9b5 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-08-31
45bf143458 ๐ source-smartsheets: run up-to-date pipeline 2024-08-31
417bd6d67f ๐ source-apple-search-ads: run up-to-date pipeline 2024-08-31
ff1c5f4774 ๐ source-looker: run up-to-date pipeline 2024-08-31
c0f59e02ef ๐ source-jina-ai-reader: run up-to-date pipeline 2024-08-31
22884bb696 ๐ source-typeform: run up-to-date pipeline 2024-08-31
69022f30d9 ๐ destination-chroma: run up-to-date pipeline 2024-08-31
34a600a221 ๐ source-zendesk-talk: run up-to-date pipeline 2024-08-31
31f9e32e6d ๐ destination-timeplus: run up-to-date pipeline 2024-08-31
4ba58de61e ๐ destination-vectara: run up-to-date pipeline 2024-08-31
7c092432de ๐ source-commercetools: run up-to-date pipeline 2024-08-31
c60891f9b1 ๐ source-qonto: run up-to-date pipeline 2024-08-31
bf39c39933 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-08-31
e8948a9f1a ๐ source-faker: run up-to-date pipeline 2024-08-31
9b67c132c1 ๐ source-surveycto: run up-to-date pipeline 2024-08-31
574565acf3 ๐ destination-xata: run up-to-date pipeline 2024-08-31
1ee7818bc0 ๐ source-chargebee: run up-to-date pipeline 2024-08-31
506649133b ๐ source-iterable: run up-to-date pipeline 2024-08-31
e35d40bbcd ๐ source-firebolt: run up-to-date pipeline 2024-08-31
9ae988444f ๐ source-mailchimp: run up-to-date pipeline 2024-08-31
95be2a1c08 ๐ destination-aws-datalake: run up-to-date pipeline 2024-08-31
f210f7e792 ๐ destination-cumulio: run up-to-date pipeline 2024-08-31
6aa647f82a ๐ source-gnews: run up-to-date pipeline 2024-08-31
92284c0e04 ๐ source-flexport: run up-to-date pipeline 2024-08-31
80cee43e9d ๐ source-railz: run up-to-date pipeline 2024-08-31
fba3365018 ๐ source-zoom: run up-to-date pipeline 2024-08-31
15017a7d02 ๐ source-commcare: run up-to-date pipeline 2024-08-31
6e4a58c4fb ๐ source-azure-table: run up-to-date pipeline 2024-08-31
5504f052c1 ๐ source-webflow: run up-to-date pipeline 2024-08-31
347e01748d ๐ source-braintree: run up-to-date pipeline 2024-08-31
963836c921 ๐ source-n8n: run up-to-date pipeline 2024-08-31
54fa911630 ๐ source-convex: run up-to-date pipeline 2024-08-31
ef698aa1a0 ๐ source-zenloop: run up-to-date pipeline 2024-08-31
5a75ee399c ๐ source-onesignal: run up-to-date pipeline 2024-08-31
6452b55ba5 ๐ source-amplitude: run up-to-date pipeline 2024-08-31
2c859dbafc ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-08-31
ba2f812cf0 ๐ source-kyriba: run up-to-date pipeline 2024-08-31
4c84eb3316 ๐ source-recurly: run up-to-date pipeline 2024-08-31
c446b41659 ๐ source-amazon-ads: run up-to-date pipeline 2024-08-31
706988cd36 ๐ source-facebook-pages: run up-to-date pipeline 2024-08-31
9a7032c8e0 ๐ source-partnerstack: run up-to-date pipeline 2024-08-31
1a90f825dd ๐ source-younium: run up-to-date pipeline 2024-08-31
37231d1f6c ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-08-31
1f06508569 ๐ source-outreach: run up-to-date pipeline 2024-08-31
273fe3b8de ๐ destination-typesense: run up-to-date pipeline 2024-08-31
65e4759829 ๐ source-rss: run up-to-date pipeline 2024-08-31
e775e3c56e ๐ source-mixpanel: run up-to-date pipeline 2024-08-31
bf1962fa2f ๐ source-pinterest: run up-to-date pipeline 2024-08-31
6b88ef7552 ๐ source-github: run up-to-date pipeline 2024-08-31
380311acee ๐ destination-pinecone: run up-to-date pipeline 2024-08-31
fa4fb3035f ๐ source-klaviyo: run up-to-date pipeline 2024-08-31
44a96f879a destination databricks - update docs for access token connections (#44941)
9b9f02eda5 source-airbyte contribution from johnwasserman (#44831)
- Python
Published by octavia-squidington-iii over 1 year ago
https://github.com/airbytehq/airbyte - v0.64.1
89f2db4793 (Incomplete) First Cut Load CDK with E2E Destination (#44822)
bf2295de36 fix(source-gutendex): replace empty icon with airbyte placeholder icon (#44937)
f502315136 [source-postgres] use tcpAlive=true to make JDBC connection more robust upon backpressure (#44878)
00502746b8 Destination S3 (avro/parquet format): handle empty schemas (#44933)
99349792f9 ๐ Source Klaviyo: have region also be a number (#44930)
59d4255415 fix(source-klaus-api): replace png icon with real svg (#44934)
7022014069 docs: August 2024 release notes (#44925)
ceedfa34de [ONCALL #6352] stripe RFR pagination issue (#44862)
89e890d1f2 fix(source-luma): api host in metadata (#44921)
c3cad8e83f source-luma contribution from natikgadzhi (#44843)
7f110815ad source-scryfall contribution from michel-tricot (#44844)
c72052a0f6 (source-intercom) - Upgrade CDK 4.6.1 (#44911)
1b2c27e231 [source-mongodb] add subtype when converting binary (#42927)
066b55aa37 airbyte-ci GHA: temporary disable dagger cache (#44920)
23faec3d6c source-clazar: incremental APIs for online streams (#44855)
130bff81fe bulk-cdk-core-base: optimized record serialization (#44880)
7c2e51e699 ๐ค Cut version 4.6.2 of source-declarative-manifest
70e8c9e714 ๐ค patch bump Python CDK to version 4.6.2
7644dcd2a3 feat(airbyte-cdk): use orjson to speed up parsing (#44829)
4a9468ab22 chore(source-gcs): check AirbyteTracedException raised unit tests for file-based sources (#44770)
d141d18a86 Destinations - Increase Jackson parse limit to 100MB (#44476)
5478a4bca3 fix(source-gcs): fix empty file list when prefix is empty (#44796)
18a8e5fd4e MSSQL and debezium improvements (#44759)
7debf35327 Bulk CDK alerts go to the right slack channel (#44867)
abd9da9ba3 bulk-cdk: source output performance improvements (#44865)
643c800033 ๐ค Cut version 4.6.1 of source-declarative-manifest
75f95945a3 ๐ค patch bump Python CDK to version 4.6.1
10601618c0 [airbyte-cdk] - Update JSON Error Message Parser to return additional error message fields or default to dict (#44010)
af98a810b5 [certified db sources] adopt latest CDK to use error translation bug fixes (#44841)
a5b28f4684 ๐ค Cut version 4.6.0 of source-declarative-manifest
a6528e727a ๐ค minor bump Python CDK to version 4.6.0
fc8cd5a554 fix(python-cdk): add user friendly message for encoding errors (#44438)
dc6a1cc868 docs(source-instagram): fix docs to match the template (#44856)
6cbba8d19a [source-mongodb] use escaped dot in wass streamlist (#44846)
64fdb80749 live-test: improve error message on connection retrieval (#44809)
708a9a1d42 cdk connectors test: fix regression test run (#44849)
bcfe72b550 test(source-google-ads): fix abnormal state for ad_group_criterion and campaign_criterion (#44816)
4d54106fc7 docs(source-bing-ads): fix docs to match the template (#44817)
a32e94e3cc community-ci: support regression tests on forks (#44813)
ac2dd23853 Source dixa: Migrate to manifest-only (#44818)
ae87b5bf5a Source strava: Migrate to manifest-only (#44820)
8568ad36ba [CDK] Always use lower cases for error message regex matching in error translation (#44832)
8f12adc212 fix(source-gcs): Set file signature default expiration to max value (#44781)
ff907f0ae5 [source-mongodb] include list does not have escaped dot (#44839)
619b7571e8 gradle: fix broken plugin source (#44835)
ff31b44a41 gradle: add airbyte-bulk-connector plugin (#44834)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.64.0
6d4ed9d1fc feat(registry): add remove latest partition job (#44795)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.20
66b49214ff bulk-cdk-core-base: InputState validation tweaks (#44827)
70732cac5c bulk-cdk: add more exception classifier implementations, add extra checks (#44824)
67e82e1953 bulk-cdk-toolkit-extract-jdbc: add namespaceKind constant (#44767)
e911ab837f ๐ airbyte-ci: skip archived connectors pre-emptively when using --modified flag (#44786)
cb6bf8bc08 live-test: disable SortQueryParams addon (#44806)
63ab010eaa docs: Connector Builder contribution flow text-based docs (#44616)
e59510ff99 Source klaus-api: Migrate to manifest-only (#44764)
9259c7b5f8 Source lokalise: Migrate to manifest-only (#44765)
7558adf37a Source mailersend: Migrate to manifest-only (#44766)
22f2d6ba75 Source merge: Migrate to manifest-only (#44768)
a5a00ecb9d Source northpass-lms: Migrate to manifest-only (#44771)
392dcaf0cb Source openweather: Migrate to manifest-only (#44772)
29404cf907 Source sendinblue: Migrate to manifest-only (#44774)
d533ad2f46 Source todoist: Migrate to manifest-only (#44775)
0f6466d84d Source twilio-taskrouter: Migrate to manifest-only (#44776)
bb28fe06e2 Source twitter: Migrate to manifest-only (#44777)
5db36edd8f Source yotpo: Migrate to manifest-only (#44780)
5dafd52c94 Source pokeapi: Migrate to manifest-only (#44791)
49e9bc9538 source-reddit contribution from btkcodedev (#44579)
fb6156c931 source-high-level contribution from Stockotaco (#44596)
c68ec5ab2f [source-mongo-v2] revert permission check on oplog.rs for mongo source (#44779)
ec8d7e45a3 metadata-service[lib]: skip dockerImageTag decrement validation on pre-release (#44580)
c54d1a6fe5 docs: Add edit schema page (#44396)
b034e7d444 feat(ci) Run codeflash in on PRs modifying the Python CDK (#44427)
ff5c0f4467 ๐ source-hubspot: run up-to-date pipeline 2024-08-24
0d66cf55d7 ๐ source-tiktok-marketing: run up-to-date pipeline 2024-08-24
380502f163 ๐ source-braintree: run up-to-date pipeline 2024-08-24
01a7fc1a69 ๐ source-pocket: run up-to-date pipeline 2024-08-24
36ef7151cc ๐ source-alpha-vantage: run up-to-date pipeline 2024-08-24
27eeba5cd3 ๐ source-public-apis: run up-to-date pipeline 2024-08-24
b206fb59be ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-08-24
e83f5e4779 ๐ source-azure-table: run up-to-date pipeline 2024-08-24
ae7bb8c165 ๐ source-zendesk-talk: run up-to-date pipeline 2024-08-24
eae0ecf4ab ๐ source-google-directory: run up-to-date pipeline 2024-08-24
40bfa11bfc ๐ source-orb: run up-to-date pipeline 2024-08-24
f4d9e5a9c5 ๐ source-woocommerce: run up-to-date pipeline 2024-08-24
5e7fec3b24 ๐ source-klaviyo: run up-to-date pipeline 2024-08-24
53d321599e ๐ source-surveymonkey: run up-to-date pipeline 2024-08-24
c00cc0e2e7 ๐ source-hardcoded-records: run up-to-date pipeline 2024-08-24
99de8be2b6 ๐ source-gnews: run up-to-date pipeline 2024-08-24
1fb7fa4856 ๐ destination-xata: run up-to-date pipeline 2024-08-24
b9e046290e ๐ source-appsflyer: run up-to-date pipeline 2024-08-24
64a9d5ef02 ๐ source-instatus: run up-to-date pipeline 2024-08-24
18ed61c362 ๐ source-rss: run up-to-date pipeline 2024-08-24
174ca7aa42 ๐ source-iterable: run up-to-date pipeline 2024-08-24
4da9f53641 ๐ source-file: run up-to-date pipeline 2024-08-24
a6c1f662e2 ๐ source-flexport: run up-to-date pipeline 2024-08-24
a83bb0bdb5 ๐ source-rki-covid: run up-to-date pipeline 2024-08-24
72e1ac2acb ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-08-24
0fa4cd44c7 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-08-24
722158429f ๐ source-salesloft: run up-to-date pipeline 2024-08-24
879bb74aa8 ๐ source-mixpanel: run up-to-date pipeline 2024-08-24
2b9018e4b2 ๐ source-pipedrive: run up-to-date pipeline 2024-08-24
8f61f59762 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-08-24
ca2e5972a8 ๐ source-qualaroo: run up-to-date pipeline 2024-08-24
db4d8f176a ๐ source-fastbill: run up-to-date pipeline 2024-08-24
bb36661a5f ๐ source-amazon-ads: run up-to-date pipeline 2024-08-24
8bea1ebd7d ๐ source-railz: run up-to-date pipeline 2024-08-24
f44e459733 ๐ source-close-com: run up-to-date pipeline 2024-08-24
a3023d3f8a ๐ source-bamboo-hr: run up-to-date pipeline 2024-08-24
beaa3c05d2 ๐ source-outreach: run up-to-date pipeline 2024-08-24
ae5be3aea1 ๐ source-apple-search-ads: run up-to-date pipeline 2024-08-24
ab449bbc1f ๐ source-convex: run up-to-date pipeline 2024-08-24
0bea5424a9 ๐ destination-cumulio: run up-to-date pipeline 2024-08-24
82cab1b213 ๐ destination-vectara: run up-to-date pipeline 2024-08-24
0426b1d436 ๐ source-posthog: run up-to-date pipeline 2024-08-24
640fba631e ๐ source-faker: run up-to-date pipeline 2024-08-24
c5658c958f ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-08-24
35717e804e ๐ source-yotpo: run up-to-date pipeline 2024-08-24
d571706fa6 ๐ source-chargebee: run up-to-date pipeline 2024-08-24
127f8368b1 ๐ source-orbit: run up-to-date pipeline 2024-08-24
39bf4f6895 ๐ source-facebook-pages: run up-to-date pipeline 2024-08-24
e08cda7722 ๐ source-merge: run up-to-date pipeline 2024-08-24
ee0202cffd ๐ source-dixa: run up-to-date pipeline 2024-08-24
84d6adf0a2 ๐ source-strava: run up-to-date pipeline 2024-08-24
2f7ac748f4 ๐ destination-weaviate: run up-to-date pipeline 2024-08-24
18c08d7259 ๐ destination-pinecone: run up-to-date pipeline 2024-08-24
717dc51d53 ๐ source-sendinblue: run up-to-date pipeline 2024-08-24
d5ed2afab1 ๐ source-intercom: run up-to-date pipeline 2024-08-24
0e28b750f2 ๐ source-onesignal: run up-to-date pipeline 2024-08-24
1f0860cf31 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-08-24
647dace21d ๐ source-todoist: run up-to-date pipeline 2024-08-24
a95f9eef62 ๐ source-zoom: run up-to-date pipeline 2024-08-24
273b11b018 ๐ destination-aws-datalake: run up-to-date pipeline 2024-08-24
cc5e2e76db ๐ source-retently: run up-to-date pipeline 2024-08-24
ff9d5253c7 ๐ source-zenloop: run up-to-date pipeline 2024-08-24
6ee0a45751 ๐ source-harvest: run up-to-date pipeline 2024-08-24
5bf5235e72 ๐ source-linkedin-ads: run up-to-date pipeline 2024-08-24
56bf410b5a ๐ destination-typesense: run up-to-date pipeline 2024-08-24
fb196428ca ๐ source-northpass-lms: run up-to-date pipeline 2024-08-24
1847bc6822 ๐ source-unleash: run up-to-date pipeline 2024-08-24
20f72141b6 ๐ source-trustpilot: run up-to-date pipeline 2024-08-24
2d4c50f72f ๐ source-kyve: run up-to-date pipeline 2024-08-24
412f0f0f26 ๐ source-kyriba: run up-to-date pipeline 2024-08-24
841fdfb5ba ๐ source-genesys: run up-to-date pipeline 2024-08-24
b36c3e130f ๐ source-typeform: run up-to-date pipeline 2024-08-24
5f66377da1 ๐ source-tplcentral: run up-to-date pipeline 2024-08-24
9e00ba538b ๐ source-zendesk-support: run up-to-date pipeline 2024-08-24
96c7a72102 ๐ source-bigcommerce: run up-to-date pipeline 2024-08-24
ee159ab14a ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-08-24
c35512e78d ๐ source-n8n: run up-to-date pipeline 2024-08-24
677a454d1a ๐ source-lokalise: run up-to-date pipeline 2024-08-24
b74c3fd7d4 ๐ source-mailersend: run up-to-date pipeline 2024-08-24
13181c780b ๐ destination-firebolt: run up-to-date pipeline 2024-08-24
2908363582 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-08-24
1aa1b63077 ๐ destination-astra: run up-to-date pipeline 2024-08-24
56e661e098 ๐ source-github: run up-to-date pipeline 2024-08-24
92bc5cf28d ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-08-24
18323895e8 ๐ source-postmarkapp: run up-to-date pipeline 2024-08-24
f31ba74d91 ๐ source-datadog: run up-to-date pipeline 2024-08-24
901a21092d ๐ destination-timeplus: run up-to-date pipeline 2024-08-24
f22c14d832 ๐ source-mailchimp: run up-to-date pipeline 2024-08-24
3f3da8ca9f ๐ source-amplitude: run up-to-date pipeline 2024-08-24
281076687d ๐ source-younium: run up-to-date pipeline 2024-08-24
fca2a667d1 ๐ source-partnerstack: run up-to-date pipeline 2024-08-24
ac7de0f90f ๐ source-quickbooks: run up-to-date pipeline 2024-08-24
cf99529e7c ๐ source-commcare: run up-to-date pipeline 2024-08-24
9cf5e6f044 ๐ source-firebolt: run up-to-date pipeline 2024-08-24
2bcbf820fb ๐ destination-chroma: run up-to-date pipeline 2024-08-24
7c9909176c ๐ source-freshcaller: run up-to-date pipeline 2024-08-24
9485ba7b1a ๐ source-klaus-api: run up-to-date pipeline 2024-08-24
8627571308 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-08-24
93d488f824 ๐ source-qonto: run up-to-date pipeline 2024-08-24
aee958c0bb ๐ source-asana: run up-to-date pipeline 2024-08-24
195df178d9 ๐ source-shopify: run up-to-date pipeline 2024-08-24
3633cda0fa ๐ source-webflow: run up-to-date pipeline 2024-08-24
c33d69e58d ๐ source-openweather: run up-to-date pipeline 2024-08-24
17eb6a170d ๐ destination-rabbitmq: run up-to-date pipeline 2024-08-24
9b9a04c889 ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-08-24
393f5f263f ๐ source-pardot: run up-to-date pipeline 2024-08-24
cbef150060 ๐ source-my-hours: run up-to-date pipeline 2024-08-24
2226e0ee12 ๐ source-looker: run up-to-date pipeline 2024-08-24
0ca077ade7 ๐ source-recharge: run up-to-date pipeline 2024-08-24
281e1adaa0 ๐ source-s3: run up-to-date pipeline 2024-08-24
ce56052203 ๐ source-gcs: run up-to-date pipeline 2024-08-24
d578ad51c3 ๐ source-apify-dataset: run up-to-date pipeline 2024-08-24
13f82c008b ๐ source-snapchat-marketing: run up-to-date pipeline 2024-08-24
48c1e3a720 ๐ destination-google-sheets: run up-to-date pipeline 2024-08-24
9e53abbae0 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-08-24
e0e8188154 ๐ source-smartsheets: run up-to-date pipeline 2024-08-24
46ee26ab46 ๐ destination-duckdb: run up-to-date pipeline 2024-08-24
df0eacd931 ๐ source-linnworks: run up-to-date pipeline 2024-08-24
bf2411ba5d ๐ source-okta: run up-to-date pipeline 2024-08-24
e51345fa31 ๐ source-recurly: run up-to-date pipeline 2024-08-24
f486007d6d ๐ source-surveycto: run up-to-date pipeline 2024-08-24
f77c380720 ๐ source-commercetools: run up-to-date pipeline 2024-08-24
37595722f2 ๐ source-square: run up-to-date pipeline 2024-08-24
02e730696d ๐ source-the-guardian-api: run up-to-date pipeline 2024-08-24
cc69ba8dcc ๐ source-salesforce: run up-to-date pipeline 2024-08-24
dd921550e8 ๐ source-pokeapi: run up-to-date pipeline 2024-08-24
fe28e0d606 ๐ source-gridly: run up-to-date pipeline 2024-08-24
e5832e5fa7 ๐ source-adjust: run up-to-date pipeline 2024-08-24
8a5cefc494 ๐ source-pinterest: run up-to-date pipeline 2024-08-24
6bce7f0f5c ๐ source-sendgrid: run up-to-date pipeline 2024-08-24
1a6ef02bbf ๐ destination-milvus: run up-to-date pipeline 2024-08-24
7e74506947 ๐ destination-databend: run up-to-date pipeline 2024-08-24
2b7c0fc65b docs: remove unnecessary enterprise configuration. (#44614)
9e6c73a963 Source auth0: Migrate to manifest-only (#44590)
01175db344 Source callrail: Migrate to manifest-only (#44591)
66f058d99f Source configcat: Migrate to manifest-only (#44594)
d2b6e027d8 Source aircall: Migrate to manifest-only (#44597)
740f93b168 Source appfollow: Migrate to manifest-only (#44598)
927c63b9e4 Source chargify: Migrate to manifest-only (#44602)
f49a2e0adc Source fullstory: Migrate to manifest-only (#44612)
0b50d2ccc5 Source getlago: Migrate to manifest-only (#44613)
8d3102a3c3 Source google-webfonts: Migrate to manifest-only (#44615)
e5618a54e2 Source gutendex: Migrate to manifest-only (#44617)
e297fc0ecf bulk-cdk: add ExceptionClassifier, revamp exception handling (#44608)
c7a6731b3c fix: allow review requirements check on forks (#44404)
78cbcf4829 metadata orchestrator: set top-level lanugage field from tags (#44466)
d6d9368f83 connectorops: support Bulk CDK (#44609)
1f5756c783 bulk-cdk-core-base: replace schema validation library (#44593)
55cc0fecd4 connector acceptance tests: fix regression in testairbytetracemessageonfailure (#44595)
756fcfd6b1 Source zendesk-sell: Migrate to manifest-only (#44562)
1c25ecab5a Source breezometer: Migrate to manifest-only (#44563)
c020fa3fc3 Source coingecko-coins: Migrate to manifest-only (#44565)
07ae37cd28 Source fleetio: Migrate to manifest-only (#44567)
474eb242ad Source goldcast: Migrate to manifest-only (#44568)
32eaacd15e Source hubplanner: Migrate to manifest-only (#44569)
59d0cb6c53 Source hibob: Migrate to manifest-only (#44542)
7a15f794b2 fix(source-customer-io): make available on cloud and oss (#44577)
7b7ed02fe7 docs(source-planhat): fix formatting (#44570)
e635a980be feat(source-google-ads): api update (#44095)
ee1e940c10 source-planhat contribution from natikgadzhi (#44566)
54106da7a4 ๐ค Cut version 4.5.4 of source-declarative-manifest
da662c05e8 ๐ค patch bump Python CDK to version 4.5.4
f1f6376486 feat(python-cdk) Install codeflash in CDK dev (#44426)
4982562054 docs: document contributing via Builder (#44536)
3f0a3b73a4 Revert "docs: add SBOM url to metadata state in connector documentation (#44386) (#44547)
194eba0482 Migrate ssh tunneling and source config out of core config (#44558)
ee532e2f79 Destinations bigquery+snowflake+redshift: hard revert refreshes thing (#44526)
8fd7367e2b ๐ migrate-to-manifest-only: conditionally propagate $parameters when resolving manifest (#44557)
10f8f3f088 Destination Databricks: Handle table name casing correctly (#44506)
f0c0db559e Source nytimes: Migrate to manifest-only (#44555)
a5707cdcf0 Source Klaviyo: Add field[metrics] to events stream (#44366)
66b39a42fc airbyte-ci: do not push latest tag for release candidates (#44551)
41fb665c8a metadata-service[lib]: change metadata upload logic for release candidates (#44509)
f58652b4be metadata-service[lib]: introduce a rolloutConfiguration field to the metadata model (#44504)
367f706d6c Destinations CDK: add test for mixed-case stream name (#44505)
ff6b1bb67d bulk-cdk: fix bugs surfaced by CAT tests (#44543)
5d1b1cd6bf [ISSUE 9173] add ERD files for source-hubspot (#44519)
a225f29966 [ISSUE 9173] add ERD files for source-github (#44518)
efe79ac9b8 [ISSUE 9173] add ERD files for source-stripe (#44521)
d44ec6a76e Source Facebook Marketing: Update erdUrl (#44522)
80d27efcac [ISSUE 9173] add ERD files for source-amazon-seller-partner (#44513)
5909d775f3 connector acceptance tests: relax testoneofusage const criteria (#44540)
dbf4834ab7 [source-hubspot] - Fix associations issue with streams that inherit from CRMSearchStream class (#44538)
9483b7cb02 fix(connectors): fixed metadata and docs for new connectors from Builder (#44544)
ac4050dcc0 source-dbt contribution from natikgadzhi (#44541)
24582eb365 ๐ค Cut version 4.5.3 of source-declarative-manifest
a02f8c6451 ๐ค patch bump Python CDK to version 4.5.3
9e35a88bbc Improve performance of interpolation in decalarative sources (#44027)
3b469ea8cd Source clazar: Migrate to manifest-only (#44523)
d259aa2e56 Upgrade pytest to 8.3.2 in destinations having pytest <8 (#44530)
0f3b136f5a connector acceptance tests: bug fixes (#44529)
db66aaab23 [source-hubspot] P0 - Pin back to 4.2.15 on Cloud (#44535)
cc44ef9921 fix(sources): registryOverrides indentation on builder-contributed connectors (#44533)
bf9df38247 [ISSUE 9173] add ERD files for source-bing-ads (#44516)
49d3cafed6 [ISSUE 9173] add ERD files for source-google-search-console (#44512)
8385a9056f [ISSUE 9173] add ERD files for source-instagram (#44511)
f80f828f16 [ISSUE 9173] add ERD files for source-shopify (#44517)
5d888b0e29 [ISSUE 9173] add ERD files for source-jira (#44514)
9b8bd8f0f5 Update readme.md (#44520)
3e2172a4c6 rollback destinations bigquery+snowflake+redshift (#44515)
2ec4921898 connector-insights: use SPDX SBOM generated on publish (#44493)
a7c5a22d2a [ISSUE 9173] add ERD files for source-facebook-marketing (#44449)
5c47968726 [ISSUE 9173] Ignore version check if only erd folder is changed (#44465)
70ef23333b [source-hubspot] Add support for Hubspot Deal Splits (#42919)
a316653b40 source-google-analytics-v4-service-account-only: re-deprecate (#44496)
8609f7a37d Amazon-seller-partner: set support level to 300 (#44463)
c131203f82 Source bing ads: Set support level to 300 (#44464)
665067b5d4 Source Instagram: Set support level to 300 (#44467)
f565c0426c [source-mongodb-v2] Adding permission check on oplog.rs needed by CDC (#44490)
cac1dba29b source-leadfeeder contribution from natikgadzhi (#44483)
571a3b6947 extract-jdbc: refactor constants (#44482)
8ef222b1b0 source-pennylane contribution from natikgadzhi (#44486)
13f4c129b5 source-breezy-hr contribution from natikgadzhi (#44479)
645eb3388e Source lemlist: Migrate to manifest-only (#44413)
2a2454c556 Source dremio: Migrate to manifest-only (#44415)
4a9712bc43 Source ringcentral: Migrate to manifest-only (#44448)
aecdd96eb3 Source wikipedia-pageviews: Migrate to manifest-only (#44460)
141daaccfa Destination Snowflake: Revisiting merge instead of insert+delete (#43367)
a2ff4150b1 Destination milvus: Set support level to 300 (#44468)
ea63a227df Destination pinecode: Set support level to 300 (#44469)
092aa17b95 Destination weaviate: set support level to 300 (#44470)
a9d21fbaf7 Destination snowflake cortex: Set support level to 300 (#44472)
2b1f42f51f Fix pagination in Aircall connector (#44437)
f0b9c5b45c Source Datadog: Update CDK version and dependencies, remove parameters and migrate to inline schemas (#44371)
8f43ca6954 gradle: fix annoying ksp error, bump CDK dependencies (#44473)
ec0c2fb190 fix(connector-insights): ignore CI report if it does not exist (#44429)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.19
4ba4dea0c3 docs: add setting email and password to the Quickstart documentation (#44435)
a240846fb9 docs: add SBOM url to metadata state in connector documentation (#44386)
9603c3c595 feat(Airbyte-ci): add command generate-erd-schema (#43310)
7ba3e2dabc Destination snowflake: pull in cdk update for refreshes bugfix (#42505)
a19827384e chore(python-cdk): remove Path not returned mypy warning (#44433)
6b902f5091 Destination Redshift: pull in cdk update for refreshes bugfix (#42506)
b20365a390 Destination bigquery: pull in cdk update for refreshes bugfix (#42504)
9eccb244e7 fix(source-zendesk-support): Stream Tags: use cursor based pagination (#44096)
8b6a91aa55 metadata-service[orchestrator]: set SBOM url in registry (#44381)
7db4145e54 metadata-service[lib]: add sbomurl to generated registry fields (#44379)
2618e2931b ๐ Source Braintre:: Adds timezone to timestamp in braintree connector (#43953)
6841dd63a6 docs: fix whitespace issue (#44390)
e46c078abd fix(live-tests): use connection-retriever 0.7.2 (#44436)
1ef0a423c6 Source freshsales: Migrate to manifest-only (#44149)
c2b16c1db6 Source reply-io: Migrate to manifest-only (#44407)
13b16c1e0f Source polygon-stock-api: Migrate to manifest-only (#44408)
ca95e6433f Source oura: Migrate to manifest-only (#44409)
99d3f8059e Source omnisend: Migrate to manifest-only (#44411)
0c82c4ab6c Source gainsight-px: Migrate to manifest-only (#44414)
9eaa52497d Source datascope: Migrate to manifest-only (#44416)
9aab305ad8 Source chartmogul: Migrate to manifest-only (#44418)
05f5689bc3 Source captain-data: Migrate to manifest-only (#44419)
8111afcad2 Source ashby: Migrate to manifest-only (#44420)
ea2ea60e39 Source clickup-api: Migrate to manifest-only (#44430)
2ef1a5a02a Fix for nullable top-level schemas (#44401)
9a9c5f43c5 Revert "docs: add setting email and password to the Quickstart documentation" (#44434)
7a7af38ba5 docs: add setting email and password to the Quickstart documentation (#44432)
99f190308e Source ClickupApi: Add streams `timetracking,timetrackingtags,teamgoals,spacetags,teamcustomfields,listcustomfields,list_comments, Add error handlers, Parent stream flow correction, Update spec (#44180)
6b60095b1f Source Monday: Add Boards name toitemsstream (#44201)
6525eb47a1 .github: update CODEOWNERS with Bulk CDK paths (#44405)
8813e4c197 ๐ค Cut version 4.5.2 of source-declarative-manifest
3da00a8d0c ๐ค patch bump Python CDK to version 4.5.2
45d5198c06 [airbyte-cdk] refactor error handling in abstract source (#40571)
c67c5ba4e3 airbyte-ci: generate SBOM on publish (#44377)
5023ac9de2 source-basecamp contribution from natikgadzhi (#43952)
9d3bcd8225 ๐ Source Hubspot : Fix engagements streams associations configurations (#43381)
f05de59aa9 [source-microsoft-sharepoint] - Migrate to CDK v4.3.0 (#42983)
361dc4231b Bump aiohttp from 3.9.5 to 3.10.2 in /airbyte-ci/connectors/live-tests (#43709)
e3cc0225cd Destinations CDK: Correctly detect when real raw/final table is correct generation during truncate sync (#42503)
a7863a0e93 Update cdc.md (#44394)
efd76b79d0 docs: update with GH discussion (#44392)
526bdee712 ๐ Source tiktok-marketing: fix include deleted option (#44048)
db38025d0f ๐ Source Woocommerce: Bump CDK version to support RFR for Low-code sub streams (#44388)
23e7b1af75 fix(source-s3): update dependencies (#44380)
78e0ec18cf fix(source-microsoft-sharepoint): update dependencies (#44382)
deeab884b6 ๐ค Cut version 4.5.1 of source-declarative-manifest
c47eb60b20 ๐ค patch bump Python CDK to version 4.5.1
7b2e0be012 ๐ CDK (Low-Code): Add RFR for Sub-streams (Low-code) (#42974)
d29e154716 docs: Hubspot streamlabels` (#44177)
70d452bbf0 ๐ source-amazon-seller-partner: run up-to-date pipeline 2024-08-17
66bc7c59d9 ๐ source-sendinblue: run up-to-date pipeline 2024-08-17
e3379ccdd7 ๐ source-bigcommerce: run up-to-date pipeline 2024-08-17
a392f0de38 ๐ source-amazon-ads: run up-to-date pipeline 2024-08-17
2d2c374160 ๐ source-snapchat-marketing: run up-to-date pipeline 2024-08-17
6454815862 ๐ source-aircall: run up-to-date pipeline 2024-08-17
3c4428b49a ๐ source-lemlist: run up-to-date pipeline 2024-08-17
1af9945d95 ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-08-17
e070d4b235 ๐ source-hubplanner: run up-to-date pipeline 2024-08-17
ad95e6d254 ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-08-17
28ce623543 ๐ source-lokalise: run up-to-date pipeline 2024-08-17
dfa857abd0 ๐ source-apify-dataset: run up-to-date pipeline 2024-08-17
3e6a26732a ๐ source-recharge: run up-to-date pipeline 2024-08-17
e61c8438c5 ๐ source-railz: run up-to-date pipeline 2024-08-17
89b78c548e ๐ source-gitlab: run up-to-date pipeline 2024-08-17
721a07519b ๐ source-the-guardian-api: run up-to-date pipeline 2024-08-17
5299c11dfb ๐ source-commercetools: run up-to-date pipeline 2024-08-17
b0975870fa ๐ source-recurly: run up-to-date pipeline 2024-08-17
5d4e6815cf ๐ source-auth0: run up-to-date pipeline 2024-08-17
21a73255d6 ๐ source-firebolt: run up-to-date pipeline 2024-08-17
35c1dcfa6e ๐ source-datascope: run up-to-date pipeline 2024-08-17
6b94285b76 ๐ source-zendesk-talk: run up-to-date pipeline 2024-08-17
5da10ffa50 ๐ destination-duckdb: run up-to-date pipeline 2024-08-17
e49676610d ๐ destination-weaviate: run up-to-date pipeline 2024-08-17
098cd8accf ๐ source-clazar: run up-to-date pipeline 2024-08-17
9e45193a59 ๐ source-kyve: run up-to-date pipeline 2024-08-17
317ec1d1a7 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-08-17
137072f074 ๐ source-linkedin-ads: run up-to-date pipeline 2024-08-17
e6f911ed1a ๐ source-faker: run up-to-date pipeline 2024-08-17
3abb69541a ๐ source-fullstory: run up-to-date pipeline 2024-08-17
da71b1a5c2 ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-08-17
80f6b94894 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-08-17
d045800c81 ๐ source-appsflyer: run up-to-date pipeline 2024-08-17
289c52968c ๐ source-github: run up-to-date pipeline 2024-08-17
fea81c58ab ๐ source-woocommerce: run up-to-date pipeline 2024-08-17
e3f871ea33 ๐ source-tplcentral: run up-to-date pipeline 2024-08-17
265e742284 ๐ source-chargify: run up-to-date pipeline 2024-08-17
e1d9809fb5 ๐ source-northpass-lms: run up-to-date pipeline 2024-08-17
b5271e686e ๐ source-pardot: run up-to-date pipeline 2024-08-17
49611dc6d9 ๐ source-sendgrid: run up-to-date pipeline 2024-08-17
f75640e36e ๐ source-facebook-pages: run up-to-date pipeline 2024-08-17
63fbb546f5 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-08-17
141dd54613 ๐ source-openweather: run up-to-date pipeline 2024-08-17
e8a3d7fc8d ๐ source-clickup-api: run up-to-date pipeline 2024-08-17
1596ae0f7f ๐ source-outreach: run up-to-date pipeline 2024-08-17
660790ec2b ๐ destination-firebolt: run up-to-date pipeline 2024-08-17
353e25122d ๐ source-callrail: run up-to-date pipeline 2024-08-17
7c5707f7c4 ๐ source-instatus: run up-to-date pipeline 2024-08-17
90e7b4864c ๐ destination-milvus: run up-to-date pipeline 2024-08-17
78f8693ea0 ๐ source-google-directory: run up-to-date pipeline 2024-08-17
f02675036b ๐ source-smartsheets: run up-to-date pipeline 2024-08-17
0d7c08f9a0 ๐ source-polygon-stock-api: run up-to-date pipeline 2024-08-17
c2de209e21 ๐ source-greenhouse: run up-to-date pipeline 2024-08-17
bd92fc6d02 ๐ source-ringcentral: run up-to-date pipeline 2024-08-17
05cff551eb ๐ source-gainsight-px: run up-to-date pipeline 2024-08-17
643ea8ec2b ๐ source-zoom: run up-to-date pipeline 2024-08-17
4dd196f9fb ๐ source-amplitude: run up-to-date pipeline 2024-08-17
4c9d181f92 ๐ source-jira: run up-to-date pipeline 2024-08-17
8d902f90e3 ๐ source-looker: run up-to-date pipeline 2024-08-17
42d2135f9b ๐ source-trustpilot: run up-to-date pipeline 2024-08-17
00c631010a ๐ source-yotpo: run up-to-date pipeline 2024-08-17
992fe995db ๐ source-todoist: run up-to-date pipeline 2024-08-17
49b506e04f ๐ source-freshcaller: run up-to-date pipeline 2024-08-17
7e41a9b586 ๐ source-rss: run up-to-date pipeline 2024-08-17
fb2b168e43 ๐ source-mailersend: run up-to-date pipeline 2024-08-17
c9856f7322 ๐ destination-google-sheets: run up-to-date pipeline 2024-08-17
62c4941e95 ๐ source-iterable: run up-to-date pipeline 2024-08-17
f55891b8bb ๐ source-commcare: run up-to-date pipeline 2024-08-17
0f4974a82a ๐ source-retently: run up-to-date pipeline 2024-08-17
e257bc0821 ๐ source-harvest: run up-to-date pipeline 2024-08-17
4e6b568b5b ๐ source-gutendex: run up-to-date pipeline 2024-08-17
ed2013826c ๐ source-chargebee: run up-to-date pipeline 2024-08-17
69c998c1d7 ๐ source-adjust: run up-to-date pipeline 2024-08-17
f3390d349c ๐ source-qualaroo: run up-to-date pipeline 2024-08-17
24fc7c56c1 ๐ source-fleetio: run up-to-date pipeline 2024-08-17
10e18e684b ๐ destination-xata: run up-to-date pipeline 2024-08-17
2c6a1cb3d4 ๐ source-oura: run up-to-date pipeline 2024-08-17
81a5c179d8 ๐ source-bamboo-hr: run up-to-date pipeline 2024-08-17
080cfb21e2 ๐ source-getlago: run up-to-date pipeline 2024-08-17
9d46a01243 ๐ source-mixpanel: run up-to-date pipeline 2024-08-17
5796710918 ๐ source-asana: run up-to-date pipeline 2024-08-17
f295b7e74b ๐ source-google-webfonts: run up-to-date pipeline 2024-08-17
552a405402 ๐ source-my-hours: run up-to-date pipeline 2024-08-17
88e0dbe8bd ๐ source-klaus-api: run up-to-date pipeline 2024-08-17
268c895cb9 ๐ source-quickbooks: run up-to-date pipeline 2024-08-17
7c564f3800 ๐ destination-cumulio: run up-to-date pipeline 2024-08-17
e9751c6cb3 ๐ source-reply-io: run up-to-date pipeline 2024-08-17
1dcf5dbf50 ๐ source-gcs: run up-to-date pipeline 2024-08-17
17cf47df4e ๐ source-file: run up-to-date pipeline 2024-08-17
7721cb0333 ๐ source-ashby: run up-to-date pipeline 2024-08-17
aa496c3b68 ๐ source-twitter: run up-to-date pipeline 2024-08-17
6a964336d1 ๐ source-rki-covid: run up-to-date pipeline 2024-08-17
95fbb1c83f ๐ source-yandex-metrica: run up-to-date pipeline 2024-08-17
c815854c7b ๐ destination-chroma: run up-to-date pipeline 2024-08-17
235aa4d59e ๐ destination-qdrant: run up-to-date pipeline 2024-08-17
11dd341548 ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-08-17
a025001847 ๐ source-zendesk-sell: run up-to-date pipeline 2024-08-17
1861dcb2c0 ๐ source-intercom: run up-to-date pipeline 2024-08-17
3cb5cf2c1d ๐ source-merge: run up-to-date pipeline 2024-08-17
7c18b65880 ๐ source-hibob: run up-to-date pipeline 2024-08-17
6472b63146 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-08-17
106b420aaa ๐ destination-databend: run up-to-date pipeline 2024-08-17
e22f749d5a ๐ source-salesloft: run up-to-date pipeline 2024-08-17
c1126fee52 ๐ destination-pinecone: run up-to-date pipeline 2024-08-17
7dd8574499 ๐ source-linnworks: run up-to-date pipeline 2024-08-17
9cb112b585 ๐ source-close-com: run up-to-date pipeline 2024-08-17
38d5aa8b16 ๐ source-coingecko-coins: run up-to-date pipeline 2024-08-17
bae9667a04 ๐ source-omnisend: run up-to-date pipeline 2024-08-17
cd6198c5af ๐ source-flexport: run up-to-date pipeline 2024-08-17
e0c034e587 ๐ source-postmarkapp: run up-to-date pipeline 2024-08-17
227bc510d5 ๐ destination-vectara: run up-to-date pipeline 2024-08-17
770e8d2d81 ๐ source-dremio: run up-to-date pipeline 2024-08-17
25c456932e ๐ source-qonto: run up-to-date pipeline 2024-08-17
b9920e3a87 ๐ source-datadog: run up-to-date pipeline 2024-08-17
b391efa03b ๐ source-n8n: run up-to-date pipeline 2024-08-17
17ce7c71fe ๐ source-typeform: run up-to-date pipeline 2024-08-17
e36ee20bc1 ๐ source-pipedrive: run up-to-date pipeline 2024-08-17
ed6e344d58 ๐ source-klaviyo: run up-to-date pipeline 2024-08-17
66079600ab ๐ source-shopify: run up-to-date pipeline 2024-08-17
332add6747 ๐ destination-astra: run up-to-date pipeline 2024-08-17
42177d675f ๐ source-gridly: run up-to-date pipeline 2024-08-17
77941cd4f7 ๐ source-apple-search-ads: run up-to-date pipeline 2024-08-17
ba36d5e852 ๐ source-mailchimp: run up-to-date pipeline 2024-08-17
5766364c27 ๐ source-zendesk-support: run up-to-date pipeline 2024-08-17
4cb9b834fc ๐ source-square: run up-to-date pipeline 2024-08-17
54ad0ff305 ๐ source-salesforce: run up-to-date pipeline 2024-08-17
608123e00b ๐ source-dixa: run up-to-date pipeline 2024-08-17
71a7de6003 ๐ source-fastbill: run up-to-date pipeline 2024-08-17
b6115832f1 ๐ source-orbit: run up-to-date pipeline 2024-08-17
9e208c551d ๐ source-hardcoded-records: run up-to-date pipeline 2024-08-17
1502f7f8b1 ๐ source-okta: run up-to-date pipeline 2024-08-17
1c429e30d8 ๐ source-onesignal: run up-to-date pipeline 2024-08-17
721c9f1332 ๐ source-zenloop: run up-to-date pipeline 2024-08-17
0bb21d9141 ๐ source-genesys: run up-to-date pipeline 2024-08-17
84a7e32078 ๐ destination-rabbitmq: run up-to-date pipeline 2024-08-17
7cb49c3682 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-08-17
6c8f6f3f24 ๐ source-appfollow: run up-to-date pipeline 2024-08-17
f5a237cbbd ๐ destination-typesense: run up-to-date pipeline 2024-08-17
f076fc31a6 ๐ source-captain-data: run up-to-date pipeline 2024-08-17
57b2a2832a ๐ destination-aws-datalake: run up-to-date pipeline 2024-08-17
e2c5cc866c ๐ source-chartmogul: run up-to-date pipeline 2024-08-17
7c7318eee9 ๐ source-surveymonkey: run up-to-date pipeline 2024-08-17
36b46ddce3 ๐ source-azure-table: run up-to-date pipeline 2024-08-17
dc0a3ec03d ๐ source-surveycto: run up-to-date pipeline 2024-08-17
df097db4d6 ๐ source-pinterest: run up-to-date pipeline 2024-08-17
d21a931aca ๐ source-webflow: run up-to-date pipeline 2024-08-17
8868951d7c ๐ source-pokeapi: run up-to-date pipeline 2024-08-17
41010cdb34 ๐ source-nytimes: run up-to-date pipeline 2024-08-17
d7a1669d12 ๐ source-posthog: run up-to-date pipeline 2024-08-17
30b7f6a58c ๐ source-outbrain-amplify: run up-to-date pipeline 2024-08-17
b3fc8f9c2d ๐ source-kyriba: run up-to-date pipeline 2024-08-17
fbc57cf6e2 ๐ source-convex: run up-to-date pipeline 2024-08-17
1dc3b45516 ๐ source-strava: run up-to-date pipeline 2024-08-17
e8f7bf5527 ๐ source-gnews: run up-to-date pipeline 2024-08-17
3e1f8feac4 ๐ source-unleash: run up-to-date pipeline 2024-08-17
327adc0f11 ๐ source-configcat: run up-to-date pipeline 2024-08-17
2258f7930d ๐ source-partnerstack: run up-to-date pipeline 2024-08-17
7c3dddbb92 ๐ source-younium: run up-to-date pipeline 2024-08-17
6c4f8a937d ๐ destination-timeplus: run up-to-date pipeline 2024-08-17
319c3294b7 Source hubspot: fix unit testand CAT (#44197)
3f0f6d574f ๐ค Cut version 4.5.0 of source-declarative-manifest
5901e9e9e9 ๐ค minor bump Python CDK to version 4.5.0
ebeac7d99e Bugfix: patch source-declarative-manifest for manifest-only connectors (#44196)
26065107f8 fix(source-declarative-manifest): use absolute path to manifest.yaml (#44195)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.18
fca0460030 [airbyte-cdk] tech-debt Remove support for parsing legacy state message format (#43459) 96847e413d feat(source-gcs): Enable all file types for GCS (#44015) 0d45fc2d8a docs: add a section on resource usage and running over http to the quickstart. (#44190) 383f0b1037 Docs: update connector test documentation (#44126) f86b1caa90 Live tests: surface --should-read-with-state to GHAs (#44173) cdedd93b56 [source-postgres] fix on final state (#44119) b5c27ebf8a ๐ค Cut version 4.4.2 of source-declarative-manifest c7cdaaec9e ๐ค patch bump Python CDK to version 4.4.2 f87b73430f docs: fix n8n typo (#44176) 1065562e31 Airbyte CDK: move deprecated decorator (#44023) 92716362c5 airbyte-ci: ignore third party connectors on publish (#44025) 21ca432e4a Source senseforce: Migrate to manifest-only (#44073) 3a0c541796 Source secoda: Migrate to manifest-only (#44074) 6a378b499b Source rocket-chat: Migrate to manifest-only (#44076) 12cbe820a8 Source plausible: Migrate to manifest-only (#44085) d26bc47771 Source plaid: Migrate to manifest-only (#44086) bb49428970 Source pivotal-tracker: Migrate to manifest-only (#44087) 413ca9cbdc Source pendo: Migrate to manifest-only (#44100) 29ef9a0e7e Source paystack: Migrate to manifest-only (#44101) f60e3cbdda Source opsgenie: Migrate to manifest-only (#44105) 096fa015a6 Source open-exchange-rates: Migrate to manifest-only (#44108) a130d65aad Source newsdata: Migrate to manifest-only (#44113) 8be3c9fd2e Source news-api: Migrate to manifest-only (#44114) 5ea58aa032 Source nasa: Migrate to manifest-only (#44115) 89c7627f9e Source microsoft-teams: Migrate to manifest-only (#44116) 1bfc3ff2e0 Source metabase: Migrate to manifest-only (#44127) ccfb30fe59 Source mailjet-sms: Migrate to manifest-only (#44128) 6f47961228 Source mailjet-mail: Migrate to manifest-only (#44129) 6f5dad9866 Source mailgun: Migrate to manifest-only (#44130) 8a1b0a00b9 Source mailerlite: Migrate to manifest-only (#44131) 9319cfcd29 Source linkedin-pages: Migrate to manifest-only (#44132) d5501e7526 Source lever-hiring: Migrate to manifest-only (#44133) 3e96bf93a3 Source launchdarkly: Migrate to manifest-only (#44135) bfe8cf4eda Source klarna: Migrate to manifest-only (#44136) 48ad7e4ac6 Source k6-cloud: Migrate to manifest-only (#44137) 751a1833b2 Source ip2whois: Migrate to manifest-only (#44138) f9ecc22b92 Source intruder: Migrate to manifest-only (#44139) 5b3f6e6e48 Source insightly: Migrate to manifest-only (#44140) 4f57bc3f38 Source hellobaton: Migrate to manifest-only (#44142) b6cded0868 Source google-pagespeed-insights: Migrate to manifest-only (#44143) 913d2c0622 Source gong: Migrate to manifest-only (#44144) 5bcc3aa9f0 Source gocardless: Migrate to manifest-only (#44145) ddcf796961 Source glassfrog: Migrate to manifest-only (#44146) ecc5b80b35 Source freshservice: Migrate to manifest-only (#44148) d601ef0324 Source exchange-rates: Migrate to manifest-only (#44150) e80783b7c3 Source everhour: Migrate to manifest-only (#44151) e143ff73cb Source emailoctopus: Migrate to manifest-only (#44152) e5036c039f Source drift: Migrate to manifest-only (#44153) 94a83d9ff2 Source dockerhub: Migrate to manifest-only (#44155) 3b9cb393ef Source delighted: Migrate to manifest-only (#44156) 9239745592 Source customer-io: Migrate to manifest-only (#44158) aeae90245d Source copper: Migrate to manifest-only (#44159) 095742a9a1 Source convertkit: Migrate to manifest-only (#44161) caa4977a49 Source confluence: Migrate to manifest-only (#44162) e507a5e22f Source coinmarketcap: Migrate to manifest-only (#44163) cab26dc961 Source coin-api: Migrate to manifest-only (#44164) 017b4bcbd5 Source coda: Migrate to manifest-only (#44165) a6298190a5 Source clockify: Migrate to manifest-only (#44166) a0c3227a71 refactor(source-microsoft-sharepoint): removed drive name field from setup guide (#44051) 4de70b36d4 feat(source-gcs): Upgrade GCS CDK dependency to v4 (#44070)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.17
cc6c6a4292 Source PostHog: Fix events stream pagination (#44016) 6704217e14 airbyte-ci: improve error handling in live tests (#44118) c31dab84e9 [source-postgres] Reenable cat test (#44121) ea919ce5cb Update bigquery.md (#44120)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.16
573e8f797d โจSource US Census - Migrate Python CDK to Low-code CDK (#43521)
167403cc6c Source serpstat: Migrate to manifest-only (#44067)
7c3a332901 Source sap-fieldglass: Migrate to manifest-only (#44075)
32a035278f Source recruitee: Migrate to manifest-only (#44079)
fc81e3a14f Source recreation: Migrate to manifest-only (#44080)
4974f6e54d Source rd-station-marketing: Migrate to manifest-only (#44081)
7048f184f3 Source pypi: Migrate to manifest-only (#44082)
9d09361f3a Source primetric: Migrate to manifest-only (#44083)
31296ce19a Source pexels-api: Migrate to manifest-only (#44097)
48d294c370 Source persistiq: Migrate to manifest-only (#44098)
dad1977e5d chore(source-woocommerce): migrate woocommerce integration tests to use new mocking utils (#44037)
731ae13369 Source visma-economic: Migrate to manifest-only (#44052)
b8af18ba30 Source vantage: Migrate to manifest-only (#44053)
c52c2b4e0c Source tyntec-sms: Migrate to manifest-only (#44054)
b5ac82ece3 Source tvmaze-schedule: Migrate to manifest-only (#44055)
60b7ba2622 Source toggl: Migrate to manifest-only (#44056)
2fab479467 Source tmdb: Migrate to manifest-only (#44057)
157d2f4371 Source tempo: Migrate to manifest-only (#44058)
2c19c49f68 Source survey-sparrow: Migrate to manifest-only (#44059)
b7f8e2cf2b Source statuspage: Migrate to manifest-only (#44061)
92ec51404e Source sonar-cloud: Migrate to manifest-only (#44063)
589663289a Source smartengage: Migrate to manifest-only (#44064)
3f21d90b95 Source smaily: Migrate to manifest-only (#44065)
7a8c48a57d Source shortio: Migrate to manifest-only (#44066)
c0ad1862af [source-zendesk-support] - Update cursor_field for TicketMetrics stream to be generated_timestamp (#43446)
34c76fbc55 โจ Source Okta: Authentication with private key (OAuth 2.0) support (#43382)
a7a9688315 refactor(source-mixpanel): migrate to CDK v3 (#41969)
42f7d56a47 Source workable: Migrate to manifest-only (#44044)
f3ca2b4867 Source whisky-hunter: Migrate to manifest-only (#44045)
b73f80ea81 Source waiteraid: Migrate to manifest-only (#44047)
4565c96a8f Source vitally: Migrate to manifest-only (#44049)
782ce3feb0 Source aha: Migrate to manifest-only (#44042)
0cfdf7ea4f Revert "Temporarily disable required reviews on Community manifest-only connectors" (#44050)
cba3ccd534 Destination S3: Deferred deletes on sync success in OVERWRITE (#42579)
325525dd9e refactor(source-sftp-bulk) bump CDK version to v4 (#44028)
d4322c7460 Source weatherstack: Migrate to manifest-only (#44046)
9330801506 Temporarily disable required reviews on Community manifest-only connectors (#44004)
34f58fab6d Destination databricks: Remove user/pass auth (#40712)
adc5f19b63 metadata-service [orchestrator]: fix typo preventing correct stale metadata detection (#44029)
403ec13aef ๐ค Cut version 4.4.1 of source-declarative-manifest
2dffb04b6a ๐ค patch bump Python CDK to version 4.4.1
198f83e269 feat(python-sources): add unit integration testing utilities for simplification (#43338)
ed44c093b3 [source-mysql] Upgrade Debezium and mysql connector to 2.7.1.Final (#44013)
a0eb14eff6 destination-redshift: new 'tables' option group (#44020)
e9a37d45ac S3 Dest emits V2 fields and captures failures (#42409)
ba881951f4 feat(qacheck): enable checking connector docs structure via qa check (#39326)
fc35c03aa4 fix(connectors docs): updated connectors to follow standard template (#39328)
6cf3e8337d feat(source-amazon-seller-partner): rate limits for fatal status (#42052)
7ce2ff1594 ๐ค Cut version 4.4.0 of source-declarative-manifest
3959f4488d ๐ค minor bump Python CDK to version 4.4.0
aaaf12e055 [file-based cdk] add excel file type support (#43346)
7bb7a74129 extract-jdbc: throw ConfigErrorException on cursor NULL value (#44009)
c9b3490548 airbyte-ci: improve installer version switching behavior (#43963)
9e4ff9e6b9 bulk-cdk-toolkit-extract-jdbc: cosmetic changes (#44007)
75e0adf878 bulk-cdk-toolkit-extract-jdbc: remove cursor from WHERE clause in initial syncs (#44011)
42c9bc1a01 airbyte-ci: ignore archived connectors on up-to-date and don't fail publish when no connector is selected (#43970)
9d1a6fe208 metadata-service [orchestrator]: get commit last modified timestamp (#44014)
0a59d35e42 metadata-service [orchestrator]: ignore archived connectors from github (#44008)
e4623e8a3c ๐ Source google-analytics-data-api: fix max time (#43929)
476bdea375 docs: update authentication documentation with cookie secure and same-site instructions (#43994)
0701fff7f6 docs: using standard tools for interacting with airbyte installed by abctl (#44002)
8c6e94cc94 docs: Rate limits, Applications, schema management and API docs (#43938)
d3a9abbecd ๐ Source Jira: returns configerror after low-code migration without reset (#39558)
1961fe44f1 โจ Source Facebook Marketing: Add erdUrl to the registry (#43987)
4c4a105273 S3 Destination: Descreased thread allocation & memory ratio for AsyncConsumer (#43714)
b775298725 Add erdurl to registry in metadata service (#43971)
62483b05d2 source-declarative-manifest: clean 4.3.3 cut (#43968)
061bde726c [skip ci] destination-meilisearch: revert to 1.0.3 (#43979)
367d238c00 source-declarative-manifest: clean 4.3.2 cut (#43967)
1c2eab7360 airbyte-ci: avoid transient publish to PyPi failures (#42034)
601c3c455c Rename registries to registryOverrides in connector metadata (#43757)
c0e6489c77 metadata-service: rename registries to registryOverrides (#43754)
d8ced0f33b airbyte-ci: ignore source-declarative-manifest in up-to-date (#43969)
2b20ce1125 ๐ค Cut version 4.3.3 of source-declarative-manifest
89c475e318 ๐ค patch bump Python CDK to version 4.3.3
61c07e8bf6 feat(airbyte-cdk): Have better fallback error message on HTTP error (#43399)
f2b2a638ff ๐ source-iterable: run up-to-date pipeline 2024-08-12
2ac5d322fd ๐ source-zendesk-support: run up-to-date pipeline 2024-08-12
02ca846c18 ๐ source-gainsight-px: run up-to-date pipeline 2024-08-12
2d828caac8 ๐ source-freshsales: run up-to-date pipeline 2024-08-12
08c20d8ba6 ๐ source-coinmarketcap: run up-to-date pipeline 2024-08-12
04bc6a3e66 ๐ destination-weaviate: run up-to-date pipeline 2024-08-12
368cb1e920 ๐ source-nasa: run up-to-date pipeline 2024-08-12
5ad8fa45a4 ๐ source-news-api: run up-to-date pipeline 2024-08-12
e3ffc53eb2 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-08-12
8dc4fb8773 ๐ source-salesloft: run up-to-date pipeline 2024-08-12
71fc23abc9 ๐ source-coingecko-coins: run up-to-date pipeline 2024-08-12
8503075dff ๐ source-apple-search-ads: run up-to-date pipeline 2024-08-12
e96e73f945 ๐ source-square: run up-to-date pipeline 2024-08-12
b4c5e858d9 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-08-12
fbc31b2e2a ๐ source-lokalise: run up-to-date pipeline 2024-08-12
4b7f5c4089 ๐ source-flexport: run up-to-date pipeline 2024-08-12
2791da5ba4 ๐ source-captain-data: run up-to-date pipeline 2024-08-12
a379305615 ๐ source-serpstat: run up-to-date pipeline 2024-08-12
01282e8dae ๐ source-google-sheets: run up-to-date pipeline 2024-08-12
4f7ba58d17 ๐ source-gnews: run up-to-date pipeline 2024-08-12
41b04b3847 ๐ source-mailgun: run up-to-date pipeline 2024-08-12
c04ba77ade ๐ source-gutendex: run up-to-date pipeline 2024-08-12
3c2d667c8b ๐ source-younium: run up-to-date pipeline 2024-08-12
c52fd8384b ๐ source-todoist: run up-to-date pipeline 2024-08-12
69d4b7fd6e ๐ source-fleetio: run up-to-date pipeline 2024-08-12
739a46fa9a ๐ source-mailersend: run up-to-date pipeline 2024-08-12
b80b8fc4c5 ๐ source-google-analytics-v4-service-account-only: run up-to-date pipeline 2024-08-12
b84ce815e3 ๐ source-appfollow: run up-to-date pipeline 2024-08-12
449c4d4526 ๐ destination-pinecone: run up-to-date pipeline 2024-08-12
e229c439e7 BULK CDK License - ELv2 (#43951)
421c7b34b1 [Source-Postgres] : Add invalid replication slot config error (#43945)
1535cad37f bulk-cdk: reorganize source structure (#43937)
8ab89d3b5c ๐ Airbyte-ci: Track deletions when generating pull request (#43934)
6edefbee9a destination-redshift - remove docs about standard inserts (#43935)
eb9168cf9e ๐ source-omnisend: run up-to-date pipeline 2024-08-12
c43c566de7 ๐ source-facebook-pages: run up-to-date pipeline 2024-08-12
ed44d4b601 ๐ source-plausible: run up-to-date pipeline 2024-08-12
9fc733f24f ๐ source-salesforce: run up-to-date pipeline 2024-08-12
3452767674 ๐ source-gcs: run up-to-date pipeline 2024-08-12
0f1c463efc ๐ destination-chroma: run up-to-date pipeline 2024-08-12
0850bde27e ๐ source-openweather: run up-to-date pipeline 2024-08-12
7d5aaa4f15 ๐ source-persistiq: run up-to-date pipeline 2024-08-12
8755a7e4be ๐ source-partnerstack: run up-to-date pipeline 2024-08-12
9b341a7250 ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-08-12
7d0cbe509a ๐ source-datadog: run up-to-date pipeline 2024-08-12
a1cd3a6f53 ๐ source-bing-ads: run up-to-date pipeline 2024-08-12
f58f07fd25 ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-08-12
1d416701e9 ๐ destination-qdrant: run up-to-date pipeline 2024-08-12
37f393f232 ๐ source-auth0: run up-to-date pipeline 2024-08-12
aedc1c8b3a ๐ source-instatus: run up-to-date pipeline 2024-08-12
539996b458 ๐ source-aha: run up-to-date pipeline 2024-08-12
f07b553586 ๐ source-github: run up-to-date pipeline 2024-08-12
cbc7a19b78 ๐ source-sendgrid: run up-to-date pipeline 2024-08-12
bbde18334b ๐ source-mailchimp: run up-to-date pipeline 2024-08-12
d416c9e913 ๐ source-faker: run up-to-date pipeline 2024-08-12
27fe57cd1e ๐ destination-duckdb: run up-to-date pipeline 2024-08-12
02742e794c ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-08-12
2fd1210014 ๐ source-surveymonkey: run up-to-date pipeline 2024-08-12
36a421cf04 ๐ source-pokeapi: run up-to-date pipeline 2024-08-12
22cc1f51c6 ๐ source-exchange-rates: run up-to-date pipeline 2024-08-12
834977a53a ๐ source-public-apis: run up-to-date pipeline 2024-08-12
80cde08bfc ๐ source-datascope: run up-to-date pipeline 2024-08-12
95ec755dbe ๐ source-workable: run up-to-date pipeline 2024-08-12
47bc13f9d5 ๐ source-qonto: run up-to-date pipeline 2024-08-12
865fdd3df2 ๐ source-onesignal: run up-to-date pipeline 2024-08-12
f3259c1997 ๐ source-clazar: run up-to-date pipeline 2024-08-12
c2b5e88517 ๐ source-commercetools: run up-to-date pipeline 2024-08-12
4cdaf58385 ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-08-12
c4625358de ๐ source-microsoft-teams: run up-to-date pipeline 2024-08-12
146051da02 ๐ source-qualaroo: run up-to-date pipeline 2024-08-12
e9be17330c ๐ source-firebolt: run up-to-date pipeline 2024-08-12
4c10c8be87 ๐ source-chargify: run up-to-date pipeline 2024-08-12
13fc7f3769 ๐ destination-milvus: run up-to-date pipeline 2024-08-12
04a9c02d22 ๐ source-merge: run up-to-date pipeline 2024-08-12
9b4b58c202 ๐ source-hellobaton: run up-to-date pipeline 2024-08-12
399cff6a8c ๐ source-ashby: run up-to-date pipeline 2024-08-12
5e12b48dc2 ๐ source-fullstory: run up-to-date pipeline 2024-08-12
bd6b53802c ๐ source-vantage: run up-to-date pipeline 2024-08-12
ae553d9d86 ๐ source-dremio: run up-to-date pipeline 2024-08-12
3fb1cb082e ๐ source-woocommerce: run up-to-date pipeline 2024-08-12
6cb3e8ad33 ๐ source-oura: run up-to-date pipeline 2024-08-12
cac04ef9d4 ๐ source-waiteraid: run up-to-date pipeline 2024-08-12
2829dd9d26 ๐ source-outreach: run up-to-date pipeline 2024-08-12
170551dd59 ๐ source-launchdarkly: run up-to-date pipeline 2024-08-12
8db6b73951 ๐ source-intruder: run up-to-date pipeline 2024-08-12
1e507cd5ab ๐ source-whisky-hunter: run up-to-date pipeline 2024-08-12
75872c1eae ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-08-12
9e3094f291 ๐ source-callrail: run up-to-date pipeline 2024-08-12
4c5b3c1f53 ๐ source-declarative-manifest: run up-to-date pipeline 2024-08-12
2a1d222a61 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-08-12
3f090e2007 ๐ source-getlago: run up-to-date pipeline 2024-08-12
e8025eb7c8 ๐ source-railz: run up-to-date pipeline 2024-08-12
6a3051f735 ๐ source-zendesk-sell: run up-to-date pipeline 2024-08-12
f8532df079 ๐ source-convertkit: run up-to-date pipeline 2024-08-12
74c43b3ad6 ๐ source-goldcast: run up-to-date pipeline 2024-08-12
25cea2e2e1 ๐ source-klaviyo: run up-to-date pipeline 2024-08-12
29841671ad ๐ source-asana: run up-to-date pipeline 2024-08-12
9c91b6def9 ๐ source-paystack: run up-to-date pipeline 2024-08-12
f5a5d4764c ๐ source-recruitee: run up-to-date pipeline 2024-08-12
1d46234f26 ๐ destination-astra: run up-to-date pipeline 2024-08-12
281f03dd5d ๐ source-twitter: run up-to-date pipeline 2024-08-12
a1e7c6b651 ๐ source-mailjet-mail: run up-to-date pipeline 2024-08-12
23e174f8d1 ๐ source-tmdb: run up-to-date pipeline 2024-08-12
6bb481c299 ๐ source-pexels-api: run up-to-date pipeline 2024-08-12
ea8033e092 ๐ source-reply-io: run up-to-date pipeline 2024-08-12
fa3e9a78fd ๐ source-trustpilot: run up-to-date pipeline 2024-08-12
9f469a94b9 ๐ source-okta: run up-to-date pipeline 2024-08-12
a8e36d594d ๐ destination-aws-datalake: run up-to-date pipeline 2024-08-12
e151c2921c ๐ source-hardcoded-records: run up-to-date pipeline 2024-08-12
9292d86023 ๐ source-adjust: run up-to-date pipeline 2024-08-12
9b65b88c4a ๐ source-quickbooks: run up-to-date pipeline 2024-08-12
d7fdb45359 ๐ source-ringcentral: run up-to-date pipeline 2024-08-12
58039abfc2 ๐ source-my-hours: run up-to-date pipeline 2024-08-12
1086ccbf61 ๐ source-shopify: run up-to-date pipeline 2024-08-12
5ea9a4c9a6 ๐ destination-meilisearch: run up-to-date pipeline 2024-08-12
24583da9c0 ๐ source-recharge: run up-to-date pipeline 2024-08-12
5c8c306b6d ๐ source-pinterest: run up-to-date pipeline 2024-08-12
640667b1f6 ๐ source-mailerlite: run up-to-date pipeline 2024-08-12
4428180d26 ๐ source-gocardless: run up-to-date pipeline 2024-08-12
51a9e6ea0e ๐ source-klaus-api: run up-to-date pipeline 2024-08-12
b5a229688f ๐ source-tempo: run up-to-date pipeline 2024-08-12
e6231b7286 ๐ source-clickup-api: run up-to-date pipeline 2024-08-12
a7e4b3ae40 ๐ source-chartmogul: run up-to-date pipeline 2024-08-12
4ffa6cab1f ๐ source-alpha-vantage: run up-to-date pipeline 2024-08-12
2defc3ac4c ๐ source-pivotal-tracker: run up-to-date pipeline 2024-08-12
bd7091d473 ๐ source-vitally: run up-to-date pipeline 2024-08-12
4bf22d6335 ๐ source-bamboo-hr: run up-to-date pipeline 2024-08-12
a0bdf17d13 ๐ source-shortio: run up-to-date pipeline 2024-08-12
e0b3fe4d71 ๐ source-hibob: run up-to-date pipeline 2024-08-12
a412cf2b2c ๐ destination-timeplus: run up-to-date pipeline 2024-08-12
5b2d0d0139 ๐ source-gitlab: run up-to-date pipeline 2024-08-12
37e753676a ๐ source-metabase: run up-to-date pipeline 2024-08-12
8b5836ea06 ๐ destination-vectara: run up-to-date pipeline 2024-08-12
245ed3737b ๐ source-toggl: run up-to-date pipeline 2024-08-12
c7773eb342 ๐ source-plaid: run up-to-date pipeline 2024-08-12
06cf10ed07 ๐ source-n8n: run up-to-date pipeline 2024-08-12
01dd094e29 ๐ source-secoda: run up-to-date pipeline 2024-08-12
f5d94f3436 ๐ source-senseforce: run up-to-date pipeline 2024-08-12
291209c5d7 ๐ source-statuspage: run up-to-date pipeline 2024-08-12
779df0f4c8 ๐ source-northpass-lms: run up-to-date pipeline 2024-08-12
fddf3ed514 ๐ source-s3: run up-to-date pipeline 2024-08-12
fea8a1f5ab ๐ source-configcat: run up-to-date pipeline 2024-08-12
044f542ea5 ๐ source-dixa: run up-to-date pipeline 2024-08-12
fe4735fdba ๐ source-smaily: run up-to-date pipeline 2024-08-12
d9854c4e1c ๐ source-looker: run up-to-date pipeline 2024-08-12
03806b1ee9 ๐ source-typeform: run up-to-date pipeline 2024-08-12
2431614621 ๐ source-amplitude: run up-to-date pipeline 2024-08-12
9d06a57c01 ๐ source-close-com: run up-to-date pipeline 2024-08-12
76b59f2b8e ๐ source-intercom: run up-to-date pipeline 2024-08-12
e0840bc8e0 ๐ source-google-ads: run up-to-date pipeline 2024-08-12
82cac15f08 ๐ source-rss: run up-to-date pipeline 2024-08-12
7304d53f86 ๐ source-rocket-chat: run up-to-date pipeline 2024-08-12
fa9df62180 ๐ source-jira: run up-to-date pipeline 2024-08-12
a9dcfdd6b7 ๐ source-pipedrive: run up-to-date pipeline 2024-08-12
73017f0331 ๐ source-customer-io: run up-to-date pipeline 2024-08-12
aa0bf5a84f ๐ source-coda: run up-to-date pipeline 2024-08-12
a44b7bf562 ๐ source-yotpo: run up-to-date pipeline 2024-08-12
891563f86f ๐ source-weatherstack: run up-to-date pipeline 2024-08-12
28bf6048d6 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-08-12
3edc408522 ๐ source-file: run up-to-date pipeline 2024-08-12
2064ba64d4 ๐ source-drift: run up-to-date pipeline 2024-08-12
49e027738b CDK Connectors Tests: Fix NotGitRepo error (#43394)
4d373926af fix(source-amazon-ads): fix download request for sponsoredproductsreportstream (#43354)
70b5501972 ๐ Source Snapchat-Marketing: Add the missing spend field for supported *_stats_* streams (#43826)
ea3a3c0301 airbyte-ci: do not send slack message on pre-release (#43724)
99b1814345 publish-connectors: add comment with link to PD (#43846)
3f5e0f2260 publish pipeline: send pager duty alert on worfklow failure (#43420)
963dae79dc docs: update stream statuses in docs (#43429)
2eaccd0043 metadata-service [orchestrator]: configurable publish grace period (#43723)
bc6bd50d39 airbyte-ci: ignore archived connectors (#43426)
597ccdcffc metadata-service [orchestrator]: publish "non stale" message to #connector-publish-updates (#43721)
6e5068cfdd connector publish pipeline: increase retry delay (#43719)
c90ba42690 fix: add email retrieval steps (#43716)
45a36a71d8 fix: improve --host documentation (#43715)
0f4d0e3fa5 auto-merge/up-to-date: change tokens (#43710)
ec1f80a88e ๐ source-amazon-ads: run up-to-date pipeline 2024-08-10
f9b7bd7a77 ๐ source-github: run up-to-date pipeline 2024-08-10
2242d0ade8 ๐ source-clockify: run up-to-date pipeline 2024-08-10
c0a461d55c ๐ source-datascope: run up-to-date pipeline 2024-08-10
a0fea02664 ๐ source-clickup-api: run up-to-date pipeline 2024-08-10
5eec9d1741 ๐ source-stripe: run up-to-date pipeline 2024-08-10
da20ce7aa8 ๐ source-pocket: run up-to-date pipeline 2024-08-10
caeba8f61c ๐ source-gainsight-px: run up-to-date pipeline 2024-08-10
fae8476ea5 ๐ source-shopify: run up-to-date pipeline 2024-08-10
d64177f960 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-08-10
7fd5213140 ๐ destination-xata: run up-to-date pipeline 2024-08-10
ec8d977193 ๐ source-harvest: run up-to-date pipeline 2024-08-10
c3d456c175 ๐ source-paystack: run up-to-date pipeline 2024-08-10
704f1dabd4 ๐ source-hellobaton: run up-to-date pipeline 2024-08-10
11861cbc8a ๐ source-tempo: run up-to-date pipeline 2024-08-10
2f3015cbb8 ๐ source-bamboo-hr: run up-to-date pipeline 2024-08-10
761c31754f ๐ source-onesignal: run up-to-date pipeline 2024-08-10
5c44d884bd ๐ source-jina-ai-reader: run up-to-date pipeline 2024-08-10
c80742e876 ๐ source-pardot: run up-to-date pipeline 2024-08-10
390cf7e4a8 ๐ source-recurly: run up-to-date pipeline 2024-08-10
4c56f1d4e8 ๐ source-amplitude: run up-to-date pipeline 2024-08-10
8e77e052ad ๐ source-dixa: run up-to-date pipeline 2024-08-10
b0df7c1b80 ๐ source-younium: run up-to-date pipeline 2024-08-10
ae4270ede7 ๐ source-tplcentral: run up-to-date pipeline 2024-08-10
672de7c0f4 ๐ source-facebook-pages: run up-to-date pipeline 2024-08-10
01b8945acc ๐ source-surveycto: run up-to-date pipeline 2024-08-10
c6d9f5f8a3 ๐ source-google-directory: run up-to-date pipeline 2024-08-10
1b94448954 ๐ source-gong: run up-to-date pipeline 2024-08-10
a8a5415384 ๐ source-aircall: run up-to-date pipeline 2024-08-10
358d788a6c ๐ source-mailerlite: run up-to-date pipeline 2024-08-10
635ae37846 ๐ source-northpass-lms: run up-to-date pipeline 2024-08-10
2216cc748e ๐ source-toggl: run up-to-date pipeline 2024-08-10
9283d05f38 ๐ source-rd-station-marketing: run up-to-date pipeline 2024-08-10
382664bb0f ๐ source-woocommerce: run up-to-date pipeline 2024-08-10
6c69bfc855 ๐ source-posthog: run up-to-date pipeline 2024-08-10
8bd834b6c8 ๐ destination-typesense: run up-to-date pipeline 2024-08-10
3690df6180 ๐ source-auth0: run up-to-date pipeline 2024-08-10
45296bbc3f ๐ source-ashby: run up-to-date pipeline 2024-08-10
310120dea1 ๐ source-adjust: run up-to-date pipeline 2024-08-10
3e87880f94 ๐ source-k6-cloud: run up-to-date pipeline 2024-08-10
014a82e2ee ๐ destination-vectara: run up-to-date pipeline 2024-08-10
6e1a913ed5 ๐ source-instatus: run up-to-date pipeline 2024-08-10
e01ece3bb2 ๐ source-typeform: run up-to-date pipeline 2024-08-10
54a0e1cd98 ๐ destination-aws-datalake: run up-to-date pipeline 2024-08-10
80e16c353c ๐ source-square: run up-to-date pipeline 2024-08-10
d8bbcd2a75 ๐ source-n8n: run up-to-date pipeline 2024-08-10
4b220d351f ๐ source-intercom: run up-to-date pipeline 2024-08-10
1ccf7e4b4e ๐ source-mailgun: run up-to-date pipeline 2024-08-10
72edbc181d ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-08-10
fa3d8c0aa3 ๐ source-convertkit: run up-to-date pipeline 2024-08-10
b66252a4cc ๐ source-looker: run up-to-date pipeline 2024-08-10
9f9c8799c1 ๐ source-vitally: run up-to-date pipeline 2024-08-10
e44ff55491 ๐ source-pivotal-tracker: run up-to-date pipeline 2024-08-10
a3eca5372f ๐ source-coin-api: run up-to-date pipeline 2024-08-10
6c57d6a785 ๐ source-recruitee: run up-to-date pipeline 2024-08-10
d8b666a9ac ๐ source-twitter: run up-to-date pipeline 2024-08-10
c35755993f ๐ source-serpstat: run up-to-date pipeline 2024-08-10
613b2eaafe ๐ source-hubplanner: run up-to-date pipeline 2024-08-10
3449e07353 ๐ source-gcs: run up-to-date pipeline 2024-08-10
32f1b5a4ab ๐ source-customer-io: run up-to-date pipeline 2024-08-10
eff1b2f192 ๐ source-apple-search-ads: run up-to-date pipeline 2024-08-10
7530699fdd ๐ source-fastbill: run up-to-date pipeline 2024-08-10
4adddc0e5d ๐ source-coda: run up-to-date pipeline 2024-08-10
02d9ab7ac0 ๐ source-newsdata: run up-to-date pipeline 2024-08-10
ee51c271ab ๐ source-my-hours: run up-to-date pipeline 2024-08-10
f9ee0a97d1 ๐ source-hibob: run up-to-date pipeline 2024-08-10
a1c0307e86 ๐ source-workable: run up-to-date pipeline 2024-08-10
8dcc0122c1 ๐ source-goldcast: run up-to-date pipeline 2024-08-10
6ef2263cb6 ๐ source-smartengage: run up-to-date pipeline 2024-08-10
b7d9d5c102 ๐ source-salesloft: run up-to-date pipeline 2024-08-10
26e051fa6c ๐ source-statuspage: run up-to-date pipeline 2024-08-10
383c5fc009 ๐ source-polygon-stock-api: run up-to-date pipeline 2024-08-10
bd336403e5 ๐ source-iterable: run up-to-date pipeline 2024-08-10
3d0f92dbbe ๐ destination-qdrant: run up-to-date pipeline 2024-08-10
dea152109b ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-08-10
3ae8a7d513 ๐ source-captain-data: run up-to-date pipeline 2024-08-10
2281a29d7c ๐ source-asana: run up-to-date pipeline 2024-08-10
67032f7bc1 ๐ source-fleetio: run up-to-date pipeline 2024-08-10
75c60064fb ๐ source-firebolt: run up-to-date pipeline 2024-08-10
c0aeb2a225 ๐ destination-duckdb: run up-to-date pipeline 2024-08-10
c19fc873d5 ๐ source-coingecko-coins: run up-to-date pipeline 2024-08-10
f7f93e9b11 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-08-10
caf40a2efd ๐ source-snapchat-marketing: run up-to-date pipeline 2024-08-10
7fc0ee99c3 ๐ source-the-guardian-api: run up-to-date pipeline 2024-08-10
7e0a60a197 ๐ source-railz: run up-to-date pipeline 2024-08-10
3a7ea5d58a ๐ source-jira: run up-to-date pipeline 2024-08-10
f79de06b88 ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-08-10
8fb7ce6581 ๐ source-google-sheets: run up-to-date pipeline 2024-08-10
bdf3dd4b92 ๐ source-freshservice: run up-to-date pipeline 2024-08-10
859335ad04 ๐ source-kyriba: run up-to-date pipeline 2024-08-10
3e4aeac41e ๐ source-microsoft-teams: run up-to-date pipeline 2024-08-10
54ea298b98 ๐ source-klarna: run up-to-date pipeline 2024-08-10
efaedef89c ๐ source-tyntec-sms: run up-to-date pipeline 2024-08-10
002f146ec1 ๐ source-google-webfonts: run up-to-date pipeline 2024-08-10
483fcc8bb0 ๐ source-whisky-hunter: run up-to-date pipeline 2024-08-10
571c1767b2 ๐ source-mailchimp: run up-to-date pipeline 2024-08-10
87eb4ece57 ๐ source-datadog: run up-to-date pipeline 2024-08-10
0c83dbbeb5 ๐ source-aha: run up-to-date pipeline 2024-08-10
65e5f07326 ๐ source-rki-covid: run up-to-date pipeline 2024-08-10
a12d368ac5 ๐ source-zendesk-talk: run up-to-date pipeline 2024-08-10
125b6cc550 ๐ source-retently: run up-to-date pipeline 2024-08-10
89d5c88fba ๐ source-linkedin-pages: run up-to-date pipeline 2024-08-10
9b10d30111 ๐ source-everhour: run up-to-date pipeline 2024-08-10
16c7a078cc ๐ source-gutendex: run up-to-date pipeline 2024-08-10
27a90dbc6f ๐ source-quickbooks: run up-to-date pipeline 2024-08-10
2ebf22e3c3 ๐ source-mailersend: run up-to-date pipeline 2024-08-10
ee87d89a07 ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-08-10
42b82053a3 ๐ source-us-census: run up-to-date pipeline 2024-08-10
a160716f27 ๐ source-convex: run up-to-date pipeline 2024-08-10
6f9aae9ab6 ๐ source-waiteraid: run up-to-date pipeline 2024-08-10
5eb122b6a5 ๐ source-sonar-cloud: run up-to-date pipeline 2024-08-10
d13a514eb7 ๐ source-faker: run up-to-date pipeline 2024-08-10
c4496d8984 ๐ source-mailjet-mail: run up-to-date pipeline 2024-08-10
b876796307 ๐ source-appsflyer: run up-to-date pipeline 2024-08-10
a951b4b58e ๐ source-confluence: run up-to-date pipeline 2024-08-10
4f97c16b38 ๐ source-close-com: run up-to-date pipeline 2024-08-10
ee18780ef3 ๐ source-mixpanel: run up-to-date pipeline 2024-08-10
f62ecafa6d ๐ source-pokeapi: run up-to-date pipeline 2024-08-10
b9c750d05e ๐ source-nytimes: run up-to-date pipeline 2024-08-10
6523465362 ๐ source-zoom: run up-to-date pipeline 2024-08-10
ea76407e7d ๐ source-opsgenie: run up-to-date pipeline 2024-08-10
d830448b09 ๐ source-emailoctopus: run up-to-date pipeline 2024-08-10
df2316f7f7 ๐ source-omnisend: run up-to-date pipeline 2024-08-10
80d906ea18 ๐ source-open-exchange-rates: run up-to-date pipeline 2024-08-10
8ee083fad2 ๐ source-delighted: run up-to-date pipeline 2024-08-10
4aa7236ebc ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-08-10
6929cc2ce7 ๐ source-qonto: run up-to-date pipeline 2024-08-10
007638b064 ๐ source-lemlist: run up-to-date pipeline 2024-08-10
4985217569 ๐ source-launchdarkly: run up-to-date pipeline 2024-08-10
30dd97dc6c ๐ source-strava: run up-to-date pipeline 2024-08-10
63376c8540 ๐ source-news-api: run up-to-date pipeline 2024-08-10
36e4ba0210 ๐ source-commcare: run up-to-date pipeline 2024-08-10
885b67ba93 ๐ source-bing-ads: run up-to-date pipeline 2024-08-10
6d63b82f8f ๐ source-postmarkapp: run up-to-date pipeline 2024-08-10
1bdabd8c93 ๐ source-pendo: run up-to-date pipeline 2024-08-10
2118450162 ๐ source-mailjet-sms: run up-to-date pipeline 2024-08-10
ee6d3688b3 ๐ source-greenhouse: run up-to-date pipeline 2024-08-10
4e047dbb6e ๐ source-configcat: run up-to-date pipeline 2024-08-10
c69169a3db ๐ destination-astra: run up-to-date pipeline 2024-08-10
f491da3833 ๐ destination-weaviate: run up-to-date pipeline 2024-08-10
57cf291d79 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-08-10
9fcff32766 ๐ source-orb: run up-to-date pipeline 2024-08-10
c8b480576d ๐ source-shortio: run up-to-date pipeline 2024-08-10
942a7ed171 ๐ destination-google-sheets: run up-to-date pipeline 2024-08-10
c890274541 ๐ source-linnworks: run up-to-date pipeline 2024-08-10
a8a729ff2f ๐ source-outbrain-amplify: run up-to-date pipeline 2024-08-10
9a932566f3 ๐ source-alpha-vantage: run up-to-date pipeline 2024-08-10
a69856bf59 ๐ source-apify-dataset: run up-to-date pipeline 2024-08-10
dd878438a2 ๐ source-dremio: run up-to-date pipeline 2024-08-10
aa49abed02 ๐ source-unleash: run up-to-date pipeline 2024-08-10
fb7690f295 ๐ source-zendesk-sell: run up-to-date pipeline 2024-08-10
53e0c2e231 ๐ destination-databend: run up-to-date pipeline 2024-08-10
b9d57bb8f2 ๐ source-chargify: run up-to-date pipeline 2024-08-10
4840b21672 ๐ source-klaviyo: run up-to-date pipeline 2024-08-10
314b9db412 ๐ source-zendesk-support: run up-to-date pipeline 2024-08-10
2940fc4cd3 ๐ source-weatherstack: run up-to-date pipeline 2024-08-10
114ee0e9a8 ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-08-10
893c274ca8 ๐ source-trustpilot: run up-to-date pipeline 2024-08-10
1f616b80c8 ๐ destination-milvus: run up-to-date pipeline 2024-08-10
bad9f472b1 ๐ source-webflow: run up-to-date pipeline 2024-08-10
4c738474b7 ๐ source-recreation: run up-to-date pipeline 2024-08-10
e6a65e08ff ๐ destination-rabbitmq: run up-to-date pipeline 2024-08-10
faea90eb78 ๐ source-drift: run up-to-date pipeline 2024-08-10
9aa5740ec1 ๐ source-nasa: run up-to-date pipeline 2024-08-10
d4e27fdccb ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-08-10
8aae9001fd ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-08-10
590963394d ๐ source-google-ads: run up-to-date pipeline 2024-08-10
595c72ee03 ๐ source-linkedin-ads: run up-to-date pipeline 2024-08-10
1796e6aabb ๐ source-bigcommerce: run up-to-date pipeline 2024-08-10
891fde4b69 ๐ source-secoda: run up-to-date pipeline 2024-08-10
f786d80b55 ๐ source-public-apis: run up-to-date pipeline 2024-08-10
4107807007 ๐ source-oura: run up-to-date pipeline 2024-08-10
30aee32ce6 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-08-10
83a67d71f4 ๐ source-sendgrid: run up-to-date pipeline 2024-08-10
aa90bb3692 ๐ source-declarative-manifest: run up-to-date pipeline 2024-08-10
3eea06ea70 ๐ source-exchange-rates: run up-to-date pipeline 2024-08-10
2d03324bb9 ๐ source-chargebee: run up-to-date pipeline 2024-08-10
02fcb561df ๐ source-pinterest: run up-to-date pipeline 2024-08-10
bd8be12baa ๐ source-pypi: run up-to-date pipeline 2024-08-10
3b54b843ca ๐ source-ip2whois: run up-to-date pipeline 2024-08-10
2f48502001 ๐ source-hardcoded-records: run up-to-date pipeline 2024-08-10
470a99d401 ๐ source-insightly: run up-to-date pipeline 2024-08-10
5b70413e6c ๐ source-zenloop: run up-to-date pipeline 2024-08-10
fddbe70894 ๐ source-outreach: run up-to-date pipeline 2024-08-10
04b9ab2dc0 ๐ source-rocket-chat: run up-to-date pipeline 2024-08-10
c403329e38 ๐ source-tmdb: run up-to-date pipeline 2024-08-10
6a183774cd ๐ source-genesys: run up-to-date pipeline 2024-08-10
01bfe20731 ๐ source-survey-sparrow: run up-to-date pipeline 2024-08-10
de840d127a ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-08-10
e6028454f1 ๐ source-sendinblue: run up-to-date pipeline 2024-08-10
850173ff32 ๐ source-getlago: run up-to-date pipeline 2024-08-10
1cf1d5db5b ๐ source-persistiq: run up-to-date pipeline 2024-08-10
6298c7fd29 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-08-10
60db353e6f ๐ source-yotpo: run up-to-date pipeline 2024-08-10
17db3d5fa1 ๐ source-gnews: run up-to-date pipeline 2024-08-10
4e167fc119 ๐ source-chartmogul: run up-to-date pipeline 2024-08-10
c7ce908bd0 ๐ source-merge: run up-to-date pipeline 2024-08-10
d6bd4301fb ๐ source-ringcentral: run up-to-date pipeline 2024-08-10
6ddaf77b87 ๐ source-plaid: run up-to-date pipeline 2024-08-10
47c0e70da0 ๐ source-smaily: run up-to-date pipeline 2024-08-10
b04d861956 ๐ source-intruder: run up-to-date pipeline 2024-08-10
f49fbfd243 ๐ source-braintree: run up-to-date pipeline 2024-08-10
558a14a812 ๐ source-s3: run up-to-date pipeline 2024-08-10
3932fc2262 ๐ source-gridly: run up-to-date pipeline 2024-08-10
96f9766d29 ๐ source-todoist: run up-to-date pipeline 2024-08-10
2c85ae32b6 ๐ source-dockerhub: run up-to-date pipeline 2024-08-10
da4d138378 ๐ source-kyve: run up-to-date pipeline 2024-08-10
ad895d7945 ๐ source-okta: run up-to-date pipeline 2024-08-10
80466031a5 ๐ source-salesforce: run up-to-date pipeline 2024-08-10
242af3eec6 ๐ source-copper: run up-to-date pipeline 2024-08-10
d020ac8235 ๐ source-file: run up-to-date pipeline 2024-08-10
cb9c097ab2 ๐ source-glassfrog: run up-to-date pipeline 2024-08-10
293ccd0111 ๐ source-azure-table: run up-to-date pipeline 2024-08-10
6e01893772 ๐ source-freshsales: run up-to-date pipeline 2024-08-10
ef119cc21d ๐ source-pipedrive: run up-to-date pipeline 2024-08-10
e1a3bac600 ๐ source-plausible: run up-to-date pipeline 2024-08-10
4ff0dc94dd ๐ source-appfollow: run up-to-date pipeline 2024-08-10
947e4f30fb ๐ destination-firebolt: run up-to-date pipeline 2024-08-10
2afeeec5bb ๐ source-qualaroo: run up-to-date pipeline 2024-08-10
c8d45a5399 ๐ source-coinmarketcap: run up-to-date pipeline 2024-08-10
07410141a4 ๐ source-metabase: run up-to-date pipeline 2024-08-10
e3c7b8e643 ๐ source-smartsheets: run up-to-date pipeline 2024-08-10
8d1885da03 ๐ source-rss: run up-to-date pipeline 2024-08-10
4dc4bdcdc8 ๐ source-fullstory: run up-to-date pipeline 2024-08-10
36945c927c ๐ source-klaus-api: run up-to-date pipeline 2024-08-10
0aec16dc5c ๐ source-visma-economic: run up-to-date pipeline 2024-08-10
0fa81ee547 ๐ source-freshcaller: run up-to-date pipeline 2024-08-10
b323ff1199 ๐ source-partnerstack: run up-to-date pipeline 2024-08-10
bf32df3730 ๐ source-yandex-metrica: run up-to-date pipeline 2024-08-10
c94701c95b ๐ source-vantage: run up-to-date pipeline 2024-08-10
356f13c18f ๐ destination-cumulio: run up-to-date pipeline 2024-08-10
44aafc9608 ๐ source-reply-io: run up-to-date pipeline 2024-08-10
d0b10b012c ๐ source-orbit: run up-to-date pipeline 2024-08-10
e7a07b60fa ๐ source-surveymonkey: run up-to-date pipeline 2024-08-10
d0f7fce7fd ๐ source-lokalise: run up-to-date pipeline 2024-08-10
c87e974313 ๐ destination-pinecone: run up-to-date pipeline 2024-08-10
4d1eb095d1 ๐ destination-chroma: run up-to-date pipeline 2024-08-10
2bcd1ca42b ๐ source-recharge: run up-to-date pipeline 2024-08-10
e6c25f09c1 ๐ source-senseforce: run up-to-date pipeline 2024-08-10
8ffa8aecce ๐ source-callrail: run up-to-date pipeline 2024-08-10
2ee17ea525 ๐ source-gocardless: run up-to-date pipeline 2024-08-10
2a15fbd578 destination-snowflake: remove contention on state table (#43440)
f8b559e00c Create partner-certified-destinations.md (#43347)
37c8ec7a6a Source Timely: Migrate to manifest-only (#43368)
067a93fb6f Source Workramp: Migrate to manifest-only (#43451)
2dcbb2b986 Source Wrike: Migrate to manifest-only (#43449)
4119f82c28 Source Zapier Supported Storage: Migrate to manifest-only (#43447)
632ef0221a Source Babelforce: Migrate to manifest-only (#43439)
6aa57d4e3d Source SpaceX API: Migrate to manifest-only (#43431)
b4f7a90b33 fix changed_file indentation in airbyte-ci pull-request (#43433)
02d0201b09 connectors-insights: fix generation for non manifest connector (#43430)
a324031221 destination-snowflake: bump cdk (#43332)
97bf23b629 Import Optional type for bump version command (#43442)
a4544c106f [Source-postgres] : Adopt latest CDK (#43418)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.15
2aaf33e679 โจ [source-github] Bump cdk version and enable RFR for all non-incremental streams (#42966)
871d5b3c26 โจSource Amplitude: Add Events List Stream (#43400)
32c45a9182 Create record obfuscator and use it in live tests (#43318)
eb74cba528 feat(bump-version): bump-version support for explicit version (#42970)
148dccda4f connector-insight: update lockfile (#43422)
8401103edb metadata-service[orchestrator]: change success slack message for stale metadata detection (#43419)
6a6e54b87b metadata-service [orchestrator]: improve stale metadata detection (#42962)
b43b1111a8 [cdk] : More logging for count mismatch (#43410)
599b5697b3 Document Full Refresh Overwrite Deduped (#43413)
91cfd893ab feat(connectors-qa): support manifest-only connectors (#43377)
6006a4f234 bulk-cdk: complete README (#43391)
a16cc58fbb bulk-cdk: DiscoverOperation supports isResumable (#43406)
55c94f9a16 improve(docs): clarify gcs crednetials configuration for helm chart (#43385)
9d2c99a7f4 Source stripe: update release information (#43392)
33eddee08f ๐ Source stripe: fix case where stream wont have a state attribute and needs to resolve getupdatedstate and upgrade CDK 4 (remove availability strategy) (#43302)
64c3870c96 airbyte-ci: fix format cli usage in airbyte-enterprise (#43386)
99a33cb903 โจSource Weatherstack - Migrate Python CDK to Low-code CDK (#43298)
8037c937bd chore(airbyte-ci): deps update (#42583)
188fd0cc9f ๐Source Outreach: Fix HTTP 404 during cursor pagination (#43350)
d8c5a93c8f destination-postgres: bump CDK (#43331)
634c4941c2 cdk-java make TypingDedupingTest aware of column name overrides (#43330)
52130f5449 cdk-java move the generationId handling to its own class (#43329)
c74bce43ba bulk-cdk-core-extract: fix catalog schema bug (#43369)
7cab6a2aa7 Destination Snowflake: SqlGenerator class cleanup (#43348)
2c5d5080cf .github: fix bulk cdk publish workflow trigger (#43372)
0bf02cfd53 bulk-cdk: re-export boms, clean up github workflow (#43371)
65144128db Add airbyte-ci command: migrate-to-manifest-only (#42576)
160b248d87 fix(source-linkedin-ads): revert migration to low code (#43359)
359833011c gradle,.github: add bulk cdk publish workflow (#43361)
6a63ffa189 docs: Connection Timeline (#43339)
961149568a [destination-postgres/postgres-strict-encrypt] bump up CDK for postgres destination to use error translation framework (#43363)
85762c302d airbyte-ci: trigger test on doc change (#42046)
fd7fa002fd Source google-analytics-data-api: upgrade cdk 3 (#42841)
223717a517 ๐ New Source: Northpass LMS (#43319)
4d7eed256a ๐ New Source: Hibob (#43336)
97d822f820 [cdk, source-mysql/postgres/mssql/mongodb-v2] log record count to state message (#42869)
7ab66a8734 feat(source-woocommerce): Update CDK dependency to v4 (#43323)
529c18f748 Workerv2 docs updates (#43340)
bc01248978 source-plausible new config setting for self hosted plausible instance. (#43048)
4bcf36c80a ๐ Source Shopify: fix customer journey summary field schema type (#43326)
ca97b2fe70 docs: Add plain-text info (#42967)
aa8c125e7c docs: Update SFTP-bulk (#42989)
ed12124828 chore(airbyte-ci/baseimages): bump baseimages dependencies (#42581)
1e35057658 chore(airbyte-ci/connectors_qa): bump connectors-qa deps (#42582)
856ad468c2 feat(connector-insights): track manifest usage of $parameters and custom component classes (#43036)
7b65691400 fix(airbyte-ci): cleanup unused / empty schema directories after inlining schemas to manifests (#43297)
889cb65e21 Center MongoDb connector icon (#42549)
cadb023e71 [destination-convex] Switch json() to text in error handling (#42585)
df9a5f4b24 Update s3-troubleshooting.md (#42940)
97a529d76b โจ source-clazar: updated the AWS analytics schema for opportunities table (#42851)
487e0adbab [destination-typesense] Connect to typesense with HA #42866 (#42868)
e6a98e15f5 ๐ Source Shopify: Fix FAILED scenario for BULK streams, fixed deleted events STATE collision (#42973)
91ac3bb27d ๐ค Cut version 4.3.2 of source-declarative-manifest
96b5b24d86 ๐ค patch bump Python CDK to version 4.3.2
f8dfb52af9 fix(python-cdk): Ensure at least one element returned by decoder (#43043)
8f42de9c37 [source-mongodb-v2] : Implement WASS algorithm (#42561)
bebe5fd2af ๐ destination-astra: run up-to-date pipeline 2024-08-03
a2355ce566 ๐ source-goldcast: run up-to-date pipeline 2024-08-03
126cc0563d ๐ source-file: run up-to-date pipeline 2024-08-03
d07adc0a83 ๐ source-looker: run up-to-date pipeline 2024-08-03
4b5468b1c0 ๐ source-zendesk-support: run up-to-date pipeline 2024-08-03
731ef52841 ๐ source-exchange-rates: run up-to-date pipeline 2024-08-03
a1381af6af ๐ source-gridly: run up-to-date pipeline 2024-08-03
2a9311ecdb ๐ source-onesignal: run up-to-date pipeline 2024-08-03
5543fc96df ๐ source-omnisend: run up-to-date pipeline 2024-08-03
d6b7da874c ๐ source-partnerstack: run up-to-date pipeline 2024-08-03
c10b684a1e ๐ source-the-guardian-api: run up-to-date pipeline 2024-08-03
b2c17e3c95 ๐ source-tiktok-marketing: run up-to-date pipeline 2024-08-03
a8b4a7599a ๐ source-vantage: run up-to-date pipeline 2024-08-03
10f8ffe469 ๐ source-lemlist: run up-to-date pipeline 2024-08-03
367e47cbb6 ๐ source-salesloft: run up-to-date pipeline 2024-08-03
f4cb5b89f3 ๐ source-quickbooks: run up-to-date pipeline 2024-08-03
d0d719b0d7 ๐ source-confluence: run up-to-date pipeline 2024-08-03
1e57f15e66 ๐ source-woocommerce: run up-to-date pipeline 2024-08-03
255d6108cf ๐ source-adjust: run up-to-date pipeline 2024-08-03
9e8b2ffdbf ๐ source-pipedrive: run up-to-date pipeline 2024-08-03
cf0675cb85 ๐ source-pexels-api: run up-to-date pipeline 2024-08-03
9e703da65d ๐ source-gitlab: run up-to-date pipeline 2024-08-03
fef2bd827b ๐ source-kyve: run up-to-date pipeline 2024-08-03
72b756850d ๐ source-younium: run up-to-date pipeline 2024-08-03
0ec7785072 ๐ source-pagerduty: run up-to-date pipeline 2024-08-03
8a04a1ec00 ๐ source-polygon-stock-api: run up-to-date pipeline 2024-08-03
aa796df4ff ๐ source-toggl: run up-to-date pipeline 2024-08-03
ef018559db ๐ destination-google-sheets: run up-to-date pipeline 2024-08-03
b45f0bc18b ๐ source-google-search-console: run up-to-date pipeline 2024-08-03
8372443039 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-08-03
49c92f4c6d ๐ source-emailoctopus: run up-to-date pipeline 2024-08-03
2224ca71d2 ๐ source-rki-covid: run up-to-date pipeline 2024-08-03
5237b4d9fa ๐ source-apify-dataset: run up-to-date pipeline 2024-08-03
69f1f6f565 ๐ source-yandex-metrica: run up-to-date pipeline 2024-08-03
e222f3b4f1 ๐ source-rss: run up-to-date pipeline 2024-08-03
1922c87f87 ๐ source-merge: run up-to-date pipeline 2024-08-03
0a369ac94f ๐ source-serpstat: run up-to-date pipeline 2024-08-03
8c18e003c6 ๐ source-k6-cloud: run up-to-date pipeline 2024-08-03
0b29d4d04f ๐ destination-rabbitmq: run up-to-date pipeline 2024-08-03
c7cea1b95f ๐ source-asana: run up-to-date pipeline 2024-08-03
e4169abe04 ๐ source-ashby: run up-to-date pipeline 2024-08-03
524450c7ee ๐ source-chargebee: run up-to-date pipeline 2024-08-03
36a05424d2 ๐ source-hubplanner: run up-to-date pipeline 2024-08-03
0ede8f341a ๐ source-s3: run up-to-date pipeline 2024-08-03
1834fb7dc7 ๐ destination-weaviate: run up-to-date pipeline 2024-08-03
1e4e8e7622 ๐ source-rd-station-marketing: run up-to-date pipeline 2024-08-03
8720e70a36 ๐ source-mailersend: run up-to-date pipeline 2024-08-03
bf5403690a ๐ source-linkedin-ads: run up-to-date pipeline 2024-08-03
ecb3e947ba ๐ source-dixa: run up-to-date pipeline 2024-08-03
feceae8b64 ๐ source-google-directory: run up-to-date pipeline 2024-08-03
45a26dfa9d ๐ source-whisky-hunter: run up-to-date pipeline 2024-08-03
79b7b57053 ๐ source-coin-api: run up-to-date pipeline 2024-08-03
9e0b9f70d7 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-08-03
830c5c4106 ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-08-03
ea83d7f866 ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-08-03
c4978192a5 ๐ source-tplcentral: run up-to-date pipeline 2024-08-03
46ea6a2be9 ๐ source-news-api: run up-to-date pipeline 2024-08-03
f7b13e16b9 ๐ source-secoda: run up-to-date pipeline 2024-08-03
62df199fe3 ๐ source-mailgun: run up-to-date pipeline 2024-08-03
30f92f168e ๐ source-getlago: run up-to-date pipeline 2024-08-03
985e81319b ๐ source-coda: run up-to-date pipeline 2024-08-03
fcc934e9da ๐ source-aircall: run up-to-date pipeline 2024-08-03
9a8e8611c1 ๐ source-faker: run up-to-date pipeline 2024-08-03
455d366a32 ๐ source-fleetio: run up-to-date pipeline 2024-08-03
c05815a604 ๐ source-persistiq: run up-to-date pipeline 2024-08-03
27f3795fdb ๐ source-paystack: run up-to-date pipeline 2024-08-03
029617f589 ๐ source-surveymonkey: run up-to-date pipeline 2024-08-03
be81ed79e5 ๐ source-smartsheets: run up-to-date pipeline 2024-08-03
7ddb3b4940 ๐ source-recreation: run up-to-date pipeline 2024-08-03
f4837f6b32 ๐ source-square: run up-to-date pipeline 2024-08-03
31d79ac5a5 ๐ destination-milvus: run up-to-date pipeline 2024-08-03
3292a2ec95 ๐ source-fastbill: run up-to-date pipeline 2024-08-03
53620a299e ๐ source-coingecko-coins: run up-to-date pipeline 2024-08-03
a9db182942 ๐ source-pendo: run up-to-date pipeline 2024-08-03
d26f905f41 ๐ source-twitter: run up-to-date pipeline 2024-08-03
f05ff37d9c ๐ source-copper: run up-to-date pipeline 2024-08-03
f8f4f4e8e1 ๐ source-drift: run up-to-date pipeline 2024-08-03
0260571b8d ๐ source-open-exchange-rates: run up-to-date pipeline 2024-08-03
0c02cec3ff ๐ source-lokalise: run up-to-date pipeline 2024-08-03
10b7c2ca75 ๐ source-unleash: run up-to-date pipeline 2024-08-03
17d09de0b3 ๐ source-harvest: run up-to-date pipeline 2024-08-03
2a6f17930f ๐ source-bigcommerce: run up-to-date pipeline 2024-08-03
38e923277b ๐ source-jina-ai-reader: run up-to-date pipeline 2024-08-03
22f1e17c23 ๐ source-my-hours: run up-to-date pipeline 2024-08-03
09373c600c ๐ source-outreach: run up-to-date pipeline 2024-08-03
17b2be081c ๐ source-flexport: run up-to-date pipeline 2024-08-03
9ab9d76b77 ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-08-03
bc94af93eb ๐ source-commercetools: run up-to-date pipeline 2024-08-03
24df7964ec ๐ source-twilio: run up-to-date pipeline 2024-08-03
89e550f23d ๐ destination-chroma: run up-to-date pipeline 2024-08-03
820c9a534c ๐ destination-pinecone: run up-to-date pipeline 2024-08-03
f63f7ab881 ๐ source-instatus: run up-to-date pipeline 2024-08-03
6c924e25c4 ๐ source-captain-data: run up-to-date pipeline 2024-08-03
4268acad63 ๐ source-pypi: run up-to-date pipeline 2024-08-03
b02187318b ๐ source-google-ads: run up-to-date pipeline 2024-08-03
7839a4ea04 ๐ destination-aws-datalake: run up-to-date pipeline 2024-08-03
085dd9e8d4 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-08-03
0b911ae038 ๐ source-datadog: run up-to-date pipeline 2024-08-03
c4a82acef6 ๐ source-iterable: run up-to-date pipeline 2024-08-03
b9cabd8a1e ๐ destination-firebolt: run up-to-date pipeline 2024-08-03
8ec0bce603 ๐ source-recurly: run up-to-date pipeline 2024-08-03
8033d7bd58 ๐ source-dockerhub: run up-to-date pipeline 2024-08-03
ed33e4024f ๐ source-workable: run up-to-date pipeline 2024-08-03
d8008f33d7 ๐ source-survey-sparrow: run up-to-date pipeline 2024-08-03
4bc08a4fde ๐ source-ringcentral: run up-to-date pipeline 2024-08-03
1e50379416 ๐ source-zoom: run up-to-date pipeline 2024-08-03
0eed7eb619 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-08-03
a1b181f6a7 ๐ destination-duckdb: run up-to-date pipeline 2024-08-03
208b04f6d1 ๐ source-tempo: run up-to-date pipeline 2024-08-03
4d2de37ca8 ๐ destination-vectara: run up-to-date pipeline 2024-08-03
e521ffc938 ๐ source-bamboo-hr: run up-to-date pipeline 2024-08-03
9a4c92e4c0 ๐ source-clazar: run up-to-date pipeline 2024-08-03
882f8344dd ๐ source-metabase: run up-to-date pipeline 2024-08-03
3daf44e75c ๐ source-rocket-chat: run up-to-date pipeline 2024-08-03
db0513d793 ๐ source-ip2whois: run up-to-date pipeline 2024-08-03
0ff9b2b593 ๐ source-qonto: run up-to-date pipeline 2024-08-03
cad1813a2f ๐ source-greenhouse: run up-to-date pipeline 2024-08-03
e787b1db4a ๐ source-mailjet-mail: run up-to-date pipeline 2024-08-03
f761ea9272 ๐ source-zendesk-sell: run up-to-date pipeline 2024-08-03
a18ec1fdc4 ๐ source-orb: run up-to-date pipeline 2024-08-03
00b3f37245 ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-08-03
97b6b76408 ๐ source-visma-economic: run up-to-date pipeline 2024-08-03
b4dd16563b ๐ source-convex: run up-to-date pipeline 2024-08-03
e33312f0aa ๐ source-shortio: run up-to-date pipeline 2024-08-03
a78f3473df ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-08-03
f216f00157 ๐ source-delighted: run up-to-date pipeline 2024-08-03
7febc85439 ๐ source-n8n: run up-to-date pipeline 2024-08-03
4fb92da8de ๐ source-recharge: run up-to-date pipeline 2024-08-03
eae6426809 ๐ source-harness: run up-to-date pipeline 2024-08-03
271940d175 ๐ source-callrail: run up-to-date pipeline 2024-08-03
d32e38634c ๐ source-snapchat-marketing: run up-to-date pipeline 2024-08-03
01ae24f0b4 ๐ source-smaily: run up-to-date pipeline 2024-08-03
5827aabf29 ๐ source-spacex-api: run up-to-date pipeline 2024-08-03
cbf29ff212 ๐ source-weatherstack: run up-to-date pipeline 2024-08-03
c27d8454ca ๐ destination-cumulio: run up-to-date pipeline 2024-08-03
084bce1dfa ๐ source-mailjet-sms: run up-to-date pipeline 2024-08-03
c930c5fa01 ๐ source-retently: run up-to-date pipeline 2024-08-03
cfdb7875fc ๐ source-google-webfonts: run up-to-date pipeline 2024-08-03
83fa56f1ec ๐ source-mixpanel: run up-to-date pipeline 2024-08-03
7f8fe88f8b ๐ source-linnworks: run up-to-date pipeline 2024-08-03
cce89d8329 ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-08-03
2b1583010c ๐ source-customer-io: run up-to-date pipeline 2024-08-03
2788443f1f ๐ source-aha: run up-to-date pipeline 2024-08-03
8522282ba2 ๐ source-genesys: run up-to-date pipeline 2024-08-03
0bad4a2ca3 ๐ source-orbit: run up-to-date pipeline 2024-08-03
7f544e18aa ๐ source-vitally: run up-to-date pipeline 2024-08-03
8ea393efec ๐ source-surveycto: run up-to-date pipeline 2024-08-03
9f75341202 ๐ source-babelforce: run up-to-date pipeline 2024-08-03
19efb0cbab ๐ source-freshsales: run up-to-date pipeline 2024-08-03
f48263a94f ๐ source-commcare: run up-to-date pipeline 2024-08-03
5e61d6b984 ๐ source-apple-search-ads: run up-to-date pipeline 2024-08-03
c2962af319 ๐ source-jira: run up-to-date pipeline 2024-08-03
21716035f3 ๐ source-fullstory: run up-to-date pipeline 2024-08-03
8203831b02 ๐ source-yotpo: run up-to-date pipeline 2024-08-03
11b8e2dc6a ๐ source-qualaroo: run up-to-date pipeline 2024-08-03
79a209133a ๐ destination-xata: run up-to-date pipeline 2024-08-03
10b2f0eb74 ๐ source-dremio: run up-to-date pipeline 2024-08-03
60070de671 ๐ source-public-apis: run up-to-date pipeline 2024-08-03
3e45392b58 ๐ source-zendesk-talk: run up-to-date pipeline 2024-08-03
d8718d74fe ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-08-03
f7a57beaed ๐ source-everhour: run up-to-date pipeline 2024-08-03
6718db3bd2 ๐ source-insightly: run up-to-date pipeline 2024-08-03
0926631564 ๐ source-workramp: run up-to-date pipeline 2024-08-03
c3e3709ba8 ๐ source-statuspage: run up-to-date pipeline 2024-08-03
7cc36ff4f7 ๐ source-todoist: run up-to-date pipeline 2024-08-03
7981bea1bd ๐ source-salesforce: run up-to-date pipeline 2024-08-03
0c32c9f0a7 ๐ source-typeform: run up-to-date pipeline 2024-08-03
6b579f7dfc ๐ source-trustpilot: run up-to-date pipeline 2024-08-03
971165ebde ๐ source-us-census: run up-to-date pipeline 2024-08-03
32d878c5de ๐ source-reply-io: run up-to-date pipeline 2024-08-03
768b79dad3 ๐ destination-timeplus: run up-to-date pipeline 2024-08-03
d40604f2cb ๐ source-openweather: run up-to-date pipeline 2024-08-03
e998211e3d ๐ destination-qdrant: run up-to-date pipeline 2024-08-03
208f06a29a ๐ source-mailerlite: run up-to-date pipeline 2024-08-03
65934c316b ๐ source-tyntec-sms: run up-to-date pipeline 2024-08-03
9e42d1675a ๐ source-chargify: run up-to-date pipeline 2024-08-03
3cca7d28ef ๐ source-pivotal-tracker: run up-to-date pipeline 2024-08-03
1542a34c1a ๐ source-facebook-pages: run up-to-date pipeline 2024-08-03
32e4c13452 ๐ source-braintree: run up-to-date pipeline 2024-08-03
d88e3afbeb ๐ source-timely: run up-to-date pipeline 2024-08-03
ffdcf753be ๐ source-coinmarketcap: run up-to-date pipeline 2024-08-03
f5fb888143 ๐ source-mailchimp: run up-to-date pipeline 2024-08-03
30e734b70b ๐ source-appsflyer: run up-to-date pipeline 2024-08-03
c015583c37 ๐ source-gocardless: run up-to-date pipeline 2024-08-03
d6542aa2d3 ๐ source-chartmogul: run up-to-date pipeline 2024-08-03
0658bec4b5 ๐ source-posthog: run up-to-date pipeline 2024-08-03
8718f1bd5b ๐ source-hellobaton: run up-to-date pipeline 2024-08-03
acdd6613e5 ๐ destination-databend: run up-to-date pipeline 2024-08-03
329d18e131 ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-08-03
158749bb53 ๐ source-gcs: run up-to-date pipeline 2024-08-03
06350329d1 ๐ source-convertkit: run up-to-date pipeline 2024-08-03
c294537782 ๐ source-freshcaller: run up-to-date pipeline 2024-08-03
bcb1509524 ๐ source-plaid: run up-to-date pipeline 2024-08-03
ffe846f338 ๐ source-webflow: run up-to-date pipeline 2024-08-03
e652db32b8 ๐ source-intruder: run up-to-date pipeline 2024-08-03
afb2f4a859 ๐ source-waiteraid: run up-to-date pipeline 2024-08-03
d3316954bc ๐ source-zenloop: run up-to-date pipeline 2024-08-03
a8d47e0e2b ๐ source-hardcoded-records: run up-to-date pipeline 2024-08-03
0100dd8efe ๐ source-bing-ads: run up-to-date pipeline 2024-08-03
b08aad6be5 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-08-03
d08de6d010 ๐ source-klaviyo: run up-to-date pipeline 2024-08-03
f5a4ecef6a ๐ source-opsgenie: run up-to-date pipeline 2024-08-03
a2474a5d35 ๐ source-sonar-cloud: run up-to-date pipeline 2024-08-03
cdcffe8326 ๐ source-auth0: run up-to-date pipeline 2024-08-03
14d740d7f1 ๐ source-microsoft-teams: run up-to-date pipeline 2024-08-03
189d37caa1 ๐ source-plausible: run up-to-date pipeline 2024-08-03
ea7d602bc8 ๐ source-sendinblue: run up-to-date pipeline 2024-08-03
02ff5f1b3e ๐ source-freshservice: run up-to-date pipeline 2024-08-03
0c0dc7a55d ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-08-03
6f535d15b3 ๐ source-kyriba: run up-to-date pipeline 2024-08-03
049c6e10eb ๐ source-nytimes: run up-to-date pipeline 2024-08-03
a7259e6299 ๐ source-gutendex: run up-to-date pipeline 2024-08-03
903e912c12 ๐ source-tmdb: run up-to-date pipeline 2024-08-03
98290fef61 ๐ source-wrike: run up-to-date pipeline 2024-08-03
ff191f3456 ๐ source-glassfrog: run up-to-date pipeline 2024-08-03
f3808f5d0f ๐ source-pokeapi: run up-to-date pipeline 2024-08-03
c8230c9e90 ๐ source-gnews: run up-to-date pipeline 2024-08-03
de4862183a ๐ source-recruitee: run up-to-date pipeline 2024-08-03
7ebeb18c3b ๐ source-postmarkapp: run up-to-date pipeline 2024-08-03
469c0737d0 ๐ source-klarna: run up-to-date pipeline 2024-08-03
dba0d72be1 ๐ source-amplitude: run up-to-date pipeline 2024-08-03
7f7aa1b3a3 ๐ source-firebolt: run up-to-date pipeline 2024-08-03
1fbc78a3e2 ๐ source-sendgrid: run up-to-date pipeline 2024-08-03
356c4a63b2 ๐ source-launchdarkly: run up-to-date pipeline 2024-08-03
e61126d79b ๐ source-newsdata: run up-to-date pipeline 2024-08-03
c3aecfe41f ๐ source-configcat: run up-to-date pipeline 2024-08-03
239e263109 ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-08-03
69bdd00960 ๐ source-senseforce: run up-to-date pipeline 2024-08-03
e42f89bdf7 ๐ source-gong: run up-to-date pipeline 2024-08-03
6a238cfefa ๐ source-intercom: run up-to-date pipeline 2024-08-03
e13fc50a35 ๐ source-declarative-manifest: run up-to-date pipeline 2024-08-03
90c9b6413c ๐ destination-amazon-sqs: run up-to-date pipeline 2024-08-03
1872e72ce6 ๐ source-okta: run up-to-date pipeline 2024-08-03
4424ae4bf8 ๐ source-pinterest: run up-to-date pipeline 2024-08-03
6502f61dbf ๐ source-linkedin-pages: run up-to-date pipeline 2024-08-03
690505c62f ๐ destination-typesense: run up-to-date pipeline 2024-08-03
994c9a745f ๐ source-strava: run up-to-date pipeline 2024-08-03
4e680c59bd ๐ source-klaus-api: run up-to-date pipeline 2024-08-03
70d138a666 ๐ source-alpha-vantage: run up-to-date pipeline 2024-08-03
17737cae63 ๐ source-oura: run up-to-date pipeline 2024-08-03
97572a739e ๐ source-railz: run up-to-date pipeline 2024-08-03
660f3c9d8d ๐ source-google-sheets: run up-to-date pipeline 2024-08-03
dc3cb9b32e ๐ source-pardot: run up-to-date pipeline 2024-08-03
35946238d9 ๐ source-azure-table: run up-to-date pipeline 2024-08-03
b68e0f9a73 ๐ source-appfollow: run up-to-date pipeline 2024-08-03
f0d780e29a ๐ source-smartengage: run up-to-date pipeline 2024-08-03
af24dba33a ๐ source-nasa: run up-to-date pipeline 2024-08-03
99415af973 ๐ source-close-com: run up-to-date pipeline 2024-08-03
6fd9f08b9a ๐ค Cut version 4.3.1 of source-declarative-manifest
7010c90ed1 ๐ค patch bump Python CDK to version 4.3.1
a43b44d776 [RFR for API Sources] fix issue where full refresh state is passed by regression tester (#42986)
8b46896593 fix(source-zenefits): don't publish manifest-only connector on pypi (#43022)
eb95cd579e fix(source-activecampaign): disable pypi in metadata (#43021)
8529d675bc metadata-service [orchestrator]: fix unit tests (#42961)
12465f2e11 Source Zenefits: Migrate to Manifest Only (#42950)
3be2e97d87 Source Activecampaign: Migrate to Manifest-Only (#42987)
018c538c31 fix: use python 3.10 to generate connector builder update CDK pr (#42988)
c384426917 pin app-version; add deprecation message (#42980)
bdf1498909 [source-recharge, source-zendesk-support, source-google-sheets] - Migrate to CDK v4.3.0 (#42975)
602767a6f8 fix(source-google-ads): fix attribute error on check connection (#42971)
0d9c69b5ab docs: update the security document to link to the Authentication page and remove reference to docker compose (#42955)
ab005c6465 [source-mssql/postgres/mysql] fix rfr losing stream state (#42550)
7e42e03de3 airbyte-ci: format should ignore airbyte-enterprise submodule (#42972)
2beabb1dab docs: update the upgrade docs. (#42956)
6e76d699ad fix(cdk): source-declarative-manifest publish (#42969)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.14
9ef365ee56 airbyte-ci: retry publish on failure (#42959) 4e6fc426ed docs: July 2024 release notes (#42935) af25754ee7 Update dbt-cloud-integration.md (#42964) ead5e1a55b fix(source-google-ads): updated handling of 500 error (#42960) 465c1fd80d ๐ค Cut version 4.3.0 of source-declarative-manifest 77924bba27 ๐ค minor bump Python CDK to version 4.3.0 90f7e401c0 perf(airbyte-cdk): performance enhancement:: add PrintBuffer (#42568) c9065404c4 airbyte-ci: always couple selection of strict-encrypt variants (e vice versa) (#42903) cc003ed353 metadata-service: validate that the dockerImageTag is not decremented (#42878) 24cf9677a4 airbyte-ci: run live tests against connection listed in metadata (#42574) 7e9fbc54c5 attempt to fix mssql (#42943) 2320f7892b S3 Destination Uses Async Framework (#42405) 970715d9dc ๐ค Cut version 4.2.0 of source-declarative-manifest 1684870f22 refactor[source-linkedin-ads]: migrate to low-code (#38314) 8ceb01a1db ๐ค minor bump Python CDK to version 4.2.0 197cb810b0 [RFR for API Sources] Add SubstreamResumableFullRefreshCursor to the Python CDK (#42429) 57a2623283 add final teardown in postgres CAT test (#42916) 1f16e03409 [source-amplitude] - Migrate to CDK v4.1.0 (#42565) bc36dd2052 Source file: Fix error on zipped files (#39909) 6da294fc91 feat: make woocommerce builder-compatible and upgrade cdk (#42551) 35458f4508 BigQueryDestination: Added a copy operation to validate copy permissions in the check function (#42511) ae4d65e692 Destination Databricks: Implement refreshes (#40692) 96d1f19f72 docs: refactor the developing locally page around abctl (#42496) ac93212d6f ๐ง Source Klaviyo: Remove BackoffStrategy custom implementation (#42891) 83d6ce850a ๐ Source Pinterest: returns config_error after low-code migration without reset (#39559) 269f22e245 ๐Source Trustpilot: Fix refresh token URL (#42855) 6ae8fec1a5 [source-snapchat-marketing] - Migrate to CDK v4.1.0 (#42010) 54c1315037 โจSource Looker - Migrate Python CDK to Low-code CDK (#37464) c8b95c7a3a destination-postgres: add refreshes (#42540)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.13
78efcfe735 [source-gitlab] - Migrate to CDK v4.1.0 (#42920)
df1cad1102 cdk-java: add tests for interrupted refreshes (#42514)
2b6b9a8e99 [source-google-ads] - Migrate to CDK v4.1.0 (#42544)
4685e86d78 [source-bing-ads] - Migrate to CDK v4.1.0 (#42548)
697eb863f8 docs: add workloads blog post. (#42918)
3978a6b699 docs: add the authentication docs and update the quickstart to show how to get a password. (#42915)
3d80d3235b CATs: do teardown outside of the session (#42874)
e35153b044 auto-request reviewers for builder contributions (#42881)
f90d9f114d ๐ source-dynamodb: fix incorrect type check for incremental read (#41936)
9ec978efae feat(source-stripe): Expands discounts and tax rates in stripe invoice stream (from: @aasimsani) (#41985)
b471a7ccf0 Update metadata.yaml for all sources with sandbox connections (#42577)
b7cbad0b1d airbyte-ci: use a new cache volume for docker cache (#42905)
609bc60b7a ๐ค Cut version 4.1.0 of source-declarative-manifest
68dc0eb841 ๐ค minor bump Python CDK to version 4.1.0
36a6f35a61 feat(airbyte-cdk) Align BackoffStrategy interfaces to take attemptcount as a full-fledโฆ (#42889)
130f62a20e ๐ [source-klaviyo] Add config option disablefetchingpredictiveanalytics to prevent 503 Service Unavailable errors (#42895)
8e77f63f40 โจ Source Paystack: add reference field to Transfers stream (#42901)
2fdb3d8c2a Enterprise Connector Viz Improvements + Workday Start (#42884)
243c8f2d18 feat(cat): add manifest.yaml spec support (#42879)
d971aa6bb7 ๐ง Source Zendesk Support: Update BackoffStrategy interface (#42892)
aa5d6dd6b3 docs: worker v2 public docs. (#42873)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.12
4abd782a8b โจ Source Asana: add task and target data to stories compact stream (#42856)
624eb79135 fix(source-declarative-manifest): allow Python 3.10 (#42871)
c9f45a0b85 airbyte-ci: add connectionOptions to metadata.yaml, for use by live tests (#42860)
be5e9747b1 Enterprise Connector Docs (#42564)
1d24db9b29 ๐ค patch bump Python CDK to version 4.0.2
9a1520bd58 feat(airbyte-cdk) Add ability to stop stream when retry-after is greater than a duration (#42865)
e4833f6ecc airbyte-ci: send publish failures to a dedicated slack channel (#42849)
ba73d5cf83 docs(airbyte-cdk): clarified CHANGELOG entry on 4.0.0 python requiremโฆ (#42870)
cd3ab87f0a docs: fix doc problem with the secret key name. (#42554)
224db75b22 [source-postgres] CAT test for CDC postgres (#42107)
546a724f0c ๐ Source Braintre: Corrects pagination issues by adding page size to yml (#42848)
d34d7e627a [source-postgres/mssql/mysql] use the latest CDK to use the latest fix of error translation (#42852)
da2ac1c7bd ๐ค patch bump Python CDK to version 4.0.1
5c1fe7a0c4 CATs: fix client config path (#42580)
12bbbbe1c9 [cdk] Fix checkErrorType to not miss airbyte native config and transient error exceptions (#42839)
749ddd3a1e airbyte-ci: add validation before live test runs (#42463)
7a41aebf0d ๐ bug(Airbyte CDK): fix case where stream wont have a state attribute and needs to resolve getupdatedstate (#42083)
b4bda3befb โจ Source Instagram: add new fields for streams StoryInsights and MediaInsights (#41937)
04739c5a56 feat(source-hardcoded-records): bump CDK version (#42850)
34f532843a ๐ Source Shopify: fixed store redirection, add bulk checkpointing (#42095)
4dc4200552 fix(source-intercom) raise config error on Active subscription needed error, transient error for Companies stream (#42094)
4628a2c2a3 ๐ค major bump Python CDK to version 4.0.0
f5bea19647 perf(airbyte-cdk): performance enhancement (#42441)
5a4d887c4d ๐ค Cut version 3.9.6 of source-declarative-manifest
a60f94600d ๐ค patch bump Python CDK to version 3.9.6
328be4b565 fix(airbyte-cdk): fix declarative schema refs (#42844)
b34d531bac ๐Source XKCD: Fix metadata digest (#42834)
632c4a5bc4 ๐ source-trustpilot: run up-to-date pipeline 2024-07-27
d24846eac1 ๐ source-yandex-metrica: run up-to-date pipeline 2024-07-27
bfe55beead ๐ source-pipedrive: run up-to-date pipeline 2024-07-27
ef102ee5b6 ๐ source-survey-sparrow: run up-to-date pipeline 2024-07-27
5fb4508146 ๐ source-appfollow: run up-to-date pipeline 2024-07-27
dbe0a5a56d ๐ source-orbit: run up-to-date pipeline 2024-07-27
241e0420f9 ๐ source-mixpanel: run up-to-date pipeline 2024-07-27
54b297c097 ๐ destination-databend: run up-to-date pipeline 2024-07-27
d942a2527e ๐ source-chartmogul: run up-to-date pipeline 2024-07-27
5ec9082646 ๐ source-n8n: run up-to-date pipeline 2024-07-27
ddae711703 ๐ source-ringcentral: run up-to-date pipeline 2024-07-27
db80814f3f ๐ source-nasa: run up-to-date pipeline 2024-07-27
4010d0cf99 ๐ source-twilio: run up-to-date pipeline 2024-07-27
8e5bba3067 ๐ destination-pinecone: run up-to-date pipeline 2024-07-27
8a34c615ed ๐ source-us-census: run up-to-date pipeline 2024-07-27
2237b13adc ๐ source-statuspage: run up-to-date pipeline 2024-07-27
d09695dc70 ๐ source-alpha-vantage: run up-to-date pipeline 2024-07-27
ad296419fd ๐ source-unleash: run up-to-date pipeline 2024-07-27
bd5f6581ed ๐ source-coin-api: run up-to-date pipeline 2024-07-27
d1ec060f66 ๐ source-launchdarkly: run up-to-date pipeline 2024-07-27
3c3e5f521c ๐ source-gitlab: run up-to-date pipeline 2024-07-27
7a4e66ebe9 ๐ source-surveycto: run up-to-date pipeline 2024-07-27
efaaf85b30 ๐ source-pinterest: run up-to-date pipeline 2024-07-27
19d0796a72 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-07-27
d7526918c1 ๐ source-recruitee: run up-to-date pipeline 2024-07-27
093dc0c6ab ๐ destination-typesense: run up-to-date pipeline 2024-07-27
7ee338fab1 ๐ source-vitally: run up-to-date pipeline 2024-07-27
b96678efee ๐ source-linnworks: run up-to-date pipeline 2024-07-27
4b32972525 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-07-27
17bd6bb913 ๐ source-yotpo: run up-to-date pipeline 2024-07-27
0fb581e402 ๐ source-ip2whois: run up-to-date pipeline 2024-07-27
241cce1c5b ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-07-27
cb6fa62c45 ๐ source-mailjet-mail: run up-to-date pipeline 2024-07-27
64c5ecca87 ๐ source-gong: run up-to-date pipeline 2024-07-27
61bd5a8a86 ๐ source-google-directory: run up-to-date pipeline 2024-07-27
8275413119 ๐ source-goldcast: run up-to-date pipeline 2024-07-27
784b33bfab ๐ source-clazar: run up-to-date pipeline 2024-07-27
1e41fc83ec ๐ source-amplitude: run up-to-date pipeline 2024-07-27
8cc69abb0d ๐ source-callrail: run up-to-date pipeline 2024-07-27
9e851c9e5b ๐ destination-qdrant: run up-to-date pipeline 2024-07-27
c87dbcd2fc ๐ source-flexport: run up-to-date pipeline 2024-07-27
0cd5aef7a4 ๐ source-qonto: run up-to-date pipeline 2024-07-27
fd58e4e1d8 ๐ source-stripe: run up-to-date pipeline 2024-07-27
5ce6f7f649 ๐ source-drift: run up-to-date pipeline 2024-07-27
77d7e2c4bc ๐ source-coingecko-coins: run up-to-date pipeline 2024-07-27
587bfb0d71 ๐ source-chargebee: run up-to-date pipeline 2024-07-27
75cc6c32a5 ๐ source-apify-dataset: run up-to-date pipeline 2024-07-27
b4327efe95 ๐ destination-chroma: run up-to-date pipeline 2024-07-27
5c42737306 ๐ destination-weaviate: run up-to-date pipeline 2024-07-27
a3b84db9e6 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-07-27
891ebcc090 ๐ source-customer-io: run up-to-date pipeline 2024-07-27
b00ea8b64f ๐ source-smartsheets: run up-to-date pipeline 2024-07-27
384519c5aa ๐ source-babelforce: run up-to-date pipeline 2024-07-27
429ff95530 ๐ source-gnews: run up-to-date pipeline 2024-07-27
0463854ad2 ๐ source-timely: run up-to-date pipeline 2024-07-27
109a432861 ๐ source-glassfrog: run up-to-date pipeline 2024-07-27
25e4dddf70 ๐ source-woocommerce: run up-to-date pipeline 2024-07-27
0f5cf55cf9 ๐ source-square: run up-to-date pipeline 2024-07-27
f46ecff0c6 ๐ source-close-com: run up-to-date pipeline 2024-07-27
deac1f3957 ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-07-27
69aaba3f60 ๐ source-rocket-chat: run up-to-date pipeline 2024-07-27
8d61d42b2d ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-07-27
6d191dc800 ๐ source-convertkit: run up-to-date pipeline 2024-07-27
9b2fadbfe6 ๐ source-lokalise: run up-to-date pipeline 2024-07-27
983ae3650a ๐ source-merge: run up-to-date pipeline 2024-07-27
8d4a01d3e2 ๐ source-webflow: run up-to-date pipeline 2024-07-27
272403be5d ๐ source-clickup-api: run up-to-date pipeline 2024-07-27
fb99a8bf77 ๐ source-postmarkapp: run up-to-date pipeline 2024-07-27
87e205255e ๐ source-pardot: run up-to-date pipeline 2024-07-27
31fd0058d9 ๐ source-opsgenie: run up-to-date pipeline 2024-07-27
8a07f475af ๐ source-sonar-cloud: run up-to-date pipeline 2024-07-27
14f0b0712e ๐ source-zoom: run up-to-date pipeline 2024-07-27
17b61a671b ๐ source-iterable: run up-to-date pipeline 2024-07-27
28f6a1e30c ๐ source-intercom: run up-to-date pipeline 2024-07-27
b749eee4e9 ๐ source-paystack: run up-to-date pipeline 2024-07-27
36ccb7de6c ๐ source-open-exchange-rates: run up-to-date pipeline 2024-07-27
f4680b4386 ๐ destination-xata: run up-to-date pipeline 2024-07-27
b3445fc817 ๐ source-ashby: run up-to-date pipeline 2024-07-27
c6b0a0f880 ๐ source-apple-search-ads: run up-to-date pipeline 2024-07-27
7bb4e1c0d0 ๐ source-persistiq: run up-to-date pipeline 2024-07-27
c921849c2b ๐ source-freshservice: run up-to-date pipeline 2024-07-27
e9c8b0b4a5 ๐ source-klaviyo: run up-to-date pipeline 2024-07-27
bb90e24ebd ๐ source-rd-station-marketing: run up-to-date pipeline 2024-07-27
81a61f6606 ๐ source-quickbooks: run up-to-date pipeline 2024-07-27
fbbd70b946 ๐ source-zenloop: run up-to-date pipeline 2024-07-27
0f5dca44e6 ๐ source-zenefits: run up-to-date pipeline 2024-07-27
e62e76d403 ๐ source-zendesk-talk: run up-to-date pipeline 2024-07-27
04841c3f41 ๐ source-dremio: run up-to-date pipeline 2024-07-27
0e5df72e7d ๐ source-weatherstack: run up-to-date pipeline 2024-07-27
89cbd6f97b ๐ source-commercetools: run up-to-date pipeline 2024-07-27
42e0825b8d ๐ source-railz: run up-to-date pipeline 2024-07-27
eb56c4f384 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-07-27
b7254bc7a0 ๐ source-freshcaller: run up-to-date pipeline 2024-07-27
acd69dfb15 ๐ source-activecampaign: run up-to-date pipeline 2024-07-27
adda90e8af ๐ source-hellobaton: run up-to-date pipeline 2024-07-27
8fdfafd2d4 ๐ source-dixa: run up-to-date pipeline 2024-07-27
50798d6a93 ๐ source-snapchat-marketing: run up-to-date pipeline 2024-07-27
efb2b6c66a ๐ source-appsflyer: run up-to-date pipeline 2024-07-27
349250bbd7 ๐ source-faker: run up-to-date pipeline 2024-07-27
487e3f4c2a ๐ source-mailchimp: run up-to-date pipeline 2024-07-27
f9be8faee2 ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-07-27
8e0083ddb2 ๐ source-salesforce: run up-to-date pipeline 2024-07-27
81530393db ๐ source-plaid: run up-to-date pipeline 2024-07-27
28800c39ce ๐ source-rss: run up-to-date pipeline 2024-07-27
88b21f89bf ๐ source-hubspot: run up-to-date pipeline 2024-07-27
de14771231 ๐ source-tyntec-sms: run up-to-date pipeline 2024-07-27
49eb97adcc ๐ source-smartengage: run up-to-date pipeline 2024-07-27
d8ea3fc155 ๐ source-microsoft-teams: run up-to-date pipeline 2024-07-27
6e83ac1835 ๐ source-hubplanner: run up-to-date pipeline 2024-07-27
ff8c7d4714 ๐ source-gcs: run up-to-date pipeline 2024-07-27
3120eee348 ๐ source-fullstory: run up-to-date pipeline 2024-07-27
432f70a1b6 ๐ source-fleetio: run up-to-date pipeline 2024-07-27
810d0e577f ๐ source-everhour: run up-to-date pipeline 2024-07-27
66fc91b21c ๐ source-serpstat: run up-to-date pipeline 2024-07-27
765250f0fd ๐ source-adjust: run up-to-date pipeline 2024-07-27
f406891d53 ๐ source-confluence: run up-to-date pipeline 2024-07-27
9a1bbea889 ๐ source-mailersend: run up-to-date pipeline 2024-07-27
0844ab7ae8 ๐ source-gutendex: run up-to-date pipeline 2024-07-27
f994439e9d ๐ source-configcat: run up-to-date pipeline 2024-07-27
f1f20b9a96 ๐ destination-firebolt: run up-to-date pipeline 2024-07-27
5e5bb2a859 ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-07-27
7a4994ca70 ๐ destination-vectara: run up-to-date pipeline 2024-07-27
1e5c6a1cf7 ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-07-27
d7e79d5667 ๐ source-rki-covid: run up-to-date pipeline 2024-07-27
935b7711fc ๐ source-retently: run up-to-date pipeline 2024-07-27
304f859240 ๐ source-recreation: run up-to-date pipeline 2024-07-27
e6a9008db1 ๐ source-copper: run up-to-date pipeline 2024-07-27
20663d6e6b ๐ source-intruder: run up-to-date pipeline 2024-07-27
0d2b06312a ๐ source-younium: run up-to-date pipeline 2024-07-27
e9fec7ce0b ๐ source-pagerduty: run up-to-date pipeline 2024-07-27
92b38c3b66 ๐ source-google-ads: run up-to-date pipeline 2024-07-27
436bf9ac59 ๐ source-dockerhub: run up-to-date pipeline 2024-07-27
5372187942 ๐ source-mailgun: run up-to-date pipeline 2024-07-27
9cd824bce2 ๐ source-captain-data: run up-to-date pipeline 2024-07-27
7a4dd85869 ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-07-27
e67ae8db7e ๐ source-declarative-manifest: run up-to-date pipeline 2024-07-27
fffd44dad4 ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-07-27
2e96a2d385 ๐ source-instagram: run up-to-date pipeline 2024-07-27
6e2ddd5dab ๐ source-fastbill: run up-to-date pipeline 2024-07-27
991e4dd144 ๐ source-recharge: run up-to-date pipeline 2024-07-27
96c4a42dcb ๐ source-instatus: run up-to-date pipeline 2024-07-27
7d826aaad0 ๐ source-tplcentral: run up-to-date pipeline 2024-07-27
eab4d9b072 ๐ source-typeform: run up-to-date pipeline 2024-07-27
469ca0d255 ๐ source-getlago: run up-to-date pipeline 2024-07-27
7ecbd58164 ๐ source-linkedin-ads: run up-to-date pipeline 2024-07-27
e87fc7fc2f ๐ source-sendgrid: run up-to-date pipeline 2024-07-27
7de8494647 ๐ source-qualaroo: run up-to-date pipeline 2024-07-27
f4ac0ec042 ๐ source-openweather: run up-to-date pipeline 2024-07-27
7969627994 ๐ source-gainsight-px: run up-to-date pipeline 2024-07-27
cbc0da1f7d ๐ source-nytimes: run up-to-date pipeline 2024-07-27
ed15befae1 ๐ source-azure-table: run up-to-date pipeline 2024-07-27
86d4216c10 ๐ source-harness: run up-to-date pipeline 2024-07-27
d93e873705 ๐ source-kyve: run up-to-date pipeline 2024-07-27
cf0fa6c121 ๐ source-aha: run up-to-date pipeline 2024-07-27
f9c600f034 ๐ source-pokeapi: run up-to-date pipeline 2024-07-27
93ad6cfcbe ๐ source-okta: run up-to-date pipeline 2024-07-27
d1b1930d13 ๐ source-sendinblue: run up-to-date pipeline 2024-07-27
2ee0d5caa9 ๐ source-coda: run up-to-date pipeline 2024-07-27
c6c89af8a0 ๐ source-aircall: run up-to-date pipeline 2024-07-27
a2a08a799e ๐ source-freshsales: run up-to-date pipeline 2024-07-27
3b101f4cf9 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-07-27
102dfa5729 ๐ source-mailjet-sms: run up-to-date pipeline 2024-07-27
4e9ce2deda ๐ source-commcare: run up-to-date pipeline 2024-07-27
25305e320b ๐ source-vantage: run up-to-date pipeline 2024-07-27
946337bdf2 ๐ source-shortio: run up-to-date pipeline 2024-07-27
26a715d92a ๐ source-convex: run up-to-date pipeline 2024-07-27
f43c6e24c1 ๐ source-surveymonkey: run up-to-date pipeline 2024-07-27
4a89578b8b ๐ destination-duckdb: run up-to-date pipeline 2024-07-27
aa894cdd55 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-07-27
b620b4c0eb ๐ source-toggl: run up-to-date pipeline 2024-07-27
d9c54a50ec ๐ source-sap-fieldglass: run up-to-date pipeline 2024-07-27
7d363435db ๐ source-mailerlite: run up-to-date pipeline 2024-07-27
817c5308b1 ๐ destination-rabbitmq: run up-to-date pipeline 2024-07-27
d27965d9dd ๐ source-todoist: run up-to-date pipeline 2024-07-27
3c17e9f68e ๐ destination-timeplus: run up-to-date pipeline 2024-07-27
f58b34bd10 ๐ source-waiteraid: run up-to-date pipeline 2024-07-27
613c71631f ๐ source-senseforce: run up-to-date pipeline 2024-07-27
ed98b36547 ๐ source-chargify: run up-to-date pipeline 2024-07-27
4a33fd0ce7 ๐ source-coinmarketcap: run up-to-date pipeline 2024-07-27
4d96807507 ๐ source-pexels-api: run up-to-date pipeline 2024-07-27
40d3cbf5e9 ๐ source-lemlist: run up-to-date pipeline 2024-07-27
b4581fcd5c ๐ source-posthog: run up-to-date pipeline 2024-07-27
3eab1b5736 ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-07-27
ebef4eda93 ๐ source-polygon-stock-api: run up-to-date pipeline 2024-07-27
2a660eb4d2 ๐ source-workable: run up-to-date pipeline 2024-07-27
8593dd0ee8 ๐ source-bigcommerce: run up-to-date pipeline 2024-07-27
03f0d59a36 ๐ source-google-webfonts: run up-to-date pipeline 2024-07-27
f51dd7e0a7 ๐ source-pocket: run up-to-date pipeline 2024-07-27
89cb0776a0 ๐ source-datadog: run up-to-date pipeline 2024-07-27
fad6f9ee7c ๐ source-smaily: run up-to-date pipeline 2024-07-27
0fc029dd49 ๐ source-tempo: run up-to-date pipeline 2024-07-27
53a632707e ๐ source-bamboo-hr: run up-to-date pipeline 2024-07-27
dab90121d7 ๐ destination-cumulio: run up-to-date pipeline 2024-07-27
efee57ada7 ๐ source-linkedin-pages: run up-to-date pipeline 2024-07-27
46c0eb447d ๐ source-newsdata: run up-to-date pipeline 2024-07-27
b9551ea367 ๐ source-pivotal-tracker: run up-to-date pipeline 2024-07-27
affb0bb1e6 ๐ source-insightly: run up-to-date pipeline 2024-07-27
b34cb3fe89 ๐ source-google-search-console: run up-to-date pipeline 2024-07-27
e585a94e59 ๐ source-facebook-pages: run up-to-date pipeline 2024-07-27
21dd4d0bd9 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-07-27
c4f993fb75 ๐ source-k6-cloud: run up-to-date pipeline 2024-07-27
736c70cb80 ๐ source-pypi: run up-to-date pipeline 2024-07-27
5e73992f5b ๐ source-pendo: run up-to-date pipeline 2024-07-27
af4c25a997 ๐ source-spacex-api: run up-to-date pipeline 2024-07-27
6a0f1f72a9 ๐ source-plausible: run up-to-date pipeline 2024-07-27
bd33a342d5 ๐ source-auth0: run up-to-date pipeline 2024-07-27
a07ffd97be ๐ destination-amazon-sqs: run up-to-date pipeline 2024-07-27
eaa56eec98 ๐ source-braintree: run up-to-date pipeline 2024-07-27
3c2acb0f88 ๐ source-genesys: run up-to-date pipeline 2024-07-27
c1bb7d44ff ๐ source-metabase: run up-to-date pipeline 2024-07-27
71263256db ๐ source-emailoctopus: run up-to-date pipeline 2024-07-27
fe9cb73883 ๐ source-salesloft: run up-to-date pipeline 2024-07-27
7582a20123 ๐ source-asana: run up-to-date pipeline 2024-07-27
e1ef0cf13f ๐ source-jira: run up-to-date pipeline 2024-07-27
6186c2b647 ๐ source-zendesk-sell: run up-to-date pipeline 2024-07-27
a4482dff3d ๐ source-wrike: run up-to-date pipeline 2024-07-27
ce2d2fc3e0 ๐ destination-astra: run up-to-date pipeline 2024-07-27
a3763463bf ๐ source-shopify: run up-to-date pipeline 2024-07-27
93ad05d559 ๐ source-whisky-hunter: run up-to-date pipeline 2024-07-27
caad0bb078 ๐ source-visma-economic: run up-to-date pipeline 2024-07-27
18d2f6d3c6 ๐ source-my-hours: run up-to-date pipeline 2024-07-27
7194983467 ๐ source-gocardless: run up-to-date pipeline 2024-07-27
55ee568aba ๐ source-tmdb: run up-to-date pipeline 2024-07-27
f263ce77a0 ๐ source-bing-ads: run up-to-date pipeline 2024-07-27
c03bb6e370 ๐ source-klaus-api: run up-to-date pipeline 2024-07-27
281efc8739 ๐ source-s3: run up-to-date pipeline 2024-07-27
b290ea696b ๐ source-public-apis: run up-to-date pipeline 2024-07-27
8ff08ca091 ๐ source-greenhouse: run up-to-date pipeline 2024-07-27
e3839bccf1 ๐ source-klarna: run up-to-date pipeline 2024-07-27
9f5c93d66c ๐ destination-google-sheets: run up-to-date pipeline 2024-07-27
b09aa68653 ๐ source-news-api: run up-to-date pipeline 2024-07-27
fe8fb242d3 ๐ destination-aws-datalake: run up-to-date pipeline 2024-07-27
1259b0dca2 ๐ destination-milvus: run up-to-date pipeline 2024-07-27
0a944e5d64 ๐ source-delighted: run up-to-date pipeline 2024-07-27
6f246286fe ๐ source-kyriba: run up-to-date pipeline 2024-07-27
ceb9189ff6 ๐ source-google-sheets: run up-to-date pipeline 2024-07-27
753df4c81d ๐ source-reply-io: run up-to-date pipeline 2024-07-27
aff3beb84d ๐ source-hardcoded-records: run up-to-date pipeline 2024-07-27
51446b2b3d ๐ source-secoda: run up-to-date pipeline 2024-07-27
3d525fc187 ๐ source-twitter: run up-to-date pipeline 2024-07-27
73549cca55 ๐ source-harvest: run up-to-date pipeline 2024-07-27
033666bded ๐ source-datascope: run up-to-date pipeline 2024-07-27
a7fb873ba6 โจSource XKCD: Migrate Python CDK to Low code (#42479)
8c3eda1321 Update oss-quickstart.md (#42569)
2c243218d1 fix(source-qualaroo): updated manifest with proper params (#42539)
27c7310fde โจSource Trustpilot: Migrate Python CDK to Low-code CDK (#36955)
9e8e6670b3 โจSource Recurly: migrate to low-code (#40729)
370a0ac1e7 ๐ค Cut version 3.9.5 of source-declarative-manifest
0bed48fe75 ๐ค patch bump Python CDK to version 3.9.5
9537394887 [airbyte-cdk] Update HttpClient to return correct error message in case of FAIL/IGNORE (#42512)
26e4905be5 chore: add display-name to enterprise implementation guide (#42570)
44e854e0d2 Source facebook-marketing: add friendly messages and tests (#42562)
046c4b7bf6 feat(source-hardcoded-records): add new source (#42434)
dd5ba2471e live-test: update connection-retriever to 0.7.1 (#42555)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.11
7fb98fd07a ๐ค Cut version 3.9.4 of source-declarative-manifest
57e29f59c7 ๐ค patch bump Python CDK to version 3.9.4
583eb842fc CATs: add final teardown option (#42517)
813ad995f6 feat(python-cdk): add description to declarative source schema (#42392)
37f6ee432b docs: fix trailing commas on the S3 policy document. (#42510)
6de1cf1e24 docs: add GCP policies. (#42492)
9b6cd03e73 airbyte-ci: Update upgrade-cdk command for python connectors (#42437)
6112783199 fix(source-zendesk-support) update error message (#42519)
0a304a9e20 โจ Source Mixpanel: add page size to configuration to increase sync speed (#41976)
198c77373c [source-microsoft-sharepoint] - Migrate to CDK v3.5.3 (#42008)
71aac2a44e Do not auto-resolve publish failures in Instatus (#42500)
a2dd7385b3 chore(python): gitignore .ruff_cache (#42129)
cb90cbe561 docs: add version after which connector secrets are deleted. (#42515)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.10
5787132d5d โจ Source Asana: add task data to stories schema (#42488)
3a674ad517 ๐ค Cut version 3.9.3 of source-declarative-manifest
c6c342c2a8 ๐ค patch bump Python CDK to version 3.9.3
38fe6ae11b [source-klaviyo] - Update to CDK v3.9.0 (#42121)
8bf87e807b [source-postgres]Non CDC CAT test for postgres (#41650)
16f4bc7711 [airbyte-cdk] add name property to httpclient for convience (#42508)
d3a98a60ff airbyte-ci: send regression test status to GHA (#42077)
90f52e8f2f fix(source-slack): Fix MRO error for IncrementalMessageStream (#42485)
5b0429469e ๐ bug(Source zendesk): update record id as CAT is failing (#42455)
559394bebb GH Actions: update mypy version (#42489)
fa1cd5d35c ๐ค Cut version 3.9.2 of source-declarative-manifest
fe26d44718 ๐ค patch bump Python CDK to version 3.9.2
a066968ff5 fix[low-code] follow up #38829 (#42475)
81cd8f2005 [cdk] handle null message inside exception (#42417)
faae5491e5 destination-postgres: bump version to 2.2.1 (#42470)
034150c13d destination-postgres: republish 2.0.15 (#42469)
e29aea82be Live tests: add logging when regression test approval is required (#42466)
8ca9d22113 Destination postgres: hard revert refreshes (#42460)
effe4f9a76 Source Iterable: add unittest for OOM stream (#42449)
8f6422486d โจ Source BambooHR - Add Time Off Request Streams (#41443)
63c7d5ccc8 ๐ค Cut version 3.9.1 of source-declarative-manifest
e9b655eedc ๐ค patch bump Python CDK to version 3.9.1
f5e5a9768b fix(airbyte-cdk): fix OOM on predicate for streamable responses (#42448)
846a3f4fc9 ๐ source-google-sheets: correctly fails syncs when rate limit has been reached (#41993)
49e0cf3443 [source-dynamo] filter sort key from primary key detection (#42433)
8b0da8bfd7 ๐ Source Strava: fix start date format in manifest (#42131)
b656d6e830 docs: document how Airbyte works with Secrets. (#42422)
1ac98ac06d Destination postgres: remove supports refreshes (#42457)
af0394150f [WASS] : Remove final transient error emitter iterators (#42421)
65ebd46bb7 CATs: only export /integrationtests (#42426)
47e74a80d9 Destination redshift: also drop cascade on the raw table if necessary (#42445)
2a6d6e8a5f Discard op code m change events (#42431)
4cadb340b9 [source-postgres/mssql] Hide the "initial load timeout in hours" field by default in UI for postgres and mssql (#42411)
1d8e5b2bed ๐ docs: open details section when linking items on it (#42402)
5056e67826 refactor!(airbyte-cdk): deprecate availability strategy (#42039)
250c02dbab null safety in debezium to airbyte message generation (#41622)
9daa5ce607 docs: add a section to the quickstart that shows how to uninstall abctl. (#42427)
0bbb10d6de docs: add a section to the quickstart document that describes how to use the values.yaml file (#42428)
14bfd1458f Destination postgres: pin back but better (#42424)
9953cf3b39 Destination postgres: rollback (#42420)
aa45c81019 [p0 - source-zendesk-support] - Rollback to connector v2.6.10 (#42418)
d2ae38209f source-mongo: Warn (vs fail) on different _id types in collection (#39145)
3d53fb38a0 destination-postgres: close streams in PostgresSqlOperations.isOtherGenerationIdInTable (#42415)
6c07b5fd95 destination-bigquery: batched standard inserts is default loading mode (#42407)
83cc5bcf6b docs: Add :oss namespace to platform commands (#42413)
f984452f9e live tests: docs update (#42408)
63ebef314f source-singlestore: set useLocalCdk=false (#42033)
d1230df58e airbyte-ci: skip regression test approval requirement on forks (#42410)
34e4fe0134 destination-postgres: implement refreshes (#41954)
45410b462c cdk-java: fix RecordDiffer (#42117)
cb17e603b1 cdk-java: bump postgresql version (#42017)
12bf6b8681 cdk-java: wait until after table migration before creating the WriteConfig objects (#42015)
b1b51902ff CDK-java: adding a generationId to SqlOperations.truncateTableQuery (#41953)
0c8b3dd010 cdk-java: add fields to WriteConfig (#41952)
d99aaccc67 java-cdk: remove the nullable on ParsedCatalog in JdbcBufferedConsumerFactory (#41951)
af28105efa [source-mssql/mysql/postgres] Fix and cleanup oc map (#42024)
9697fa7161 cdk-java: remove (Serial)StagingConsumerFactory (#41950)
c452498de5 [source-dynamo] change dynamo primary key to use key schema (#42398)
bc0b9b9d4a fix(source-iterable): fix OOM errors (#41983)
6eb1b223a7 fix(source-zendesk-support) raise config error on 403/404 status codes (#42100)
03c57ea472 [source-postgres, source-mysql] Translating top opaque and unfriendly error messages (#42087)
000dc477cf [WASS] : Enhancements in logging & analytics (#42122)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.9
e83badc3ff ๐ source-railz: run up-to-date pipeline 2024-07-20
9fc21c9172 ๐ source-getlago: run up-to-date pipeline 2024-07-20
50d7973ecb ๐ source-microsoft-teams: run up-to-date pipeline 2024-07-20
122f9117bd ๐ source-glassfrog: run up-to-date pipeline 2024-07-20
8c47420f45 ๐ source-vitally: run up-to-date pipeline 2024-07-20
5e038526f3 ๐ source-plausible: run up-to-date pipeline 2024-07-20
4aeb38ad9e ๐ source-clickup-api: run up-to-date pipeline 2024-07-20
44fcf63a91 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-07-20
0994b1254a ๐ source-captain-data: run up-to-date pipeline 2024-07-20
72e6b98e57 ๐ source-tplcentral: run up-to-date pipeline 2024-07-20
1d845f72ba ๐ source-rss: run up-to-date pipeline 2024-07-20
8b12c350a6 ๐ source-retently: run up-to-date pipeline 2024-07-20
5e50a71bac ๐ source-intruder: run up-to-date pipeline 2024-07-20
ba88dbf632 ๐ source-google-search-console: run up-to-date pipeline 2024-07-20
a0e82f465b ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-07-20
c56d342788 ๐ source-asana: run up-to-date pipeline 2024-07-20
3891527301 ๐ source-sendinblue: run up-to-date pipeline 2024-07-20
a973c1643e ๐ destination-typesense: run up-to-date pipeline 2024-07-20
3075f50a6d ๐ source-qonto: run up-to-date pipeline 2024-07-20
2778bae47d ๐ source-zendesk-sell: run up-to-date pipeline 2024-07-20
cc4c4866a9 ๐ source-gong: run up-to-date pipeline 2024-07-20
1d5211f106 ๐ source-shopify: run up-to-date pipeline 2024-07-20
b446afd27f ๐ source-posthog: run up-to-date pipeline 2024-07-20
4c17836533 ๐ source-lemlist: run up-to-date pipeline 2024-07-20
27c617fb35 ๐ source-zenefits: run up-to-date pipeline 2024-07-20
607396db4f ๐ source-sap-fieldglass: run up-to-date pipeline 2024-07-20
be406bb87f ๐ source-adjust: run up-to-date pipeline 2024-07-20
39fc6a3f37 ๐ source-dixa: run up-to-date pipeline 2024-07-20
3176e809b7 ๐ source-woocommerce: run up-to-date pipeline 2024-07-20
69905c0224 ๐ source-younium: run up-to-date pipeline 2024-07-20
0b48889aa8 ๐ source-firebolt: run up-to-date pipeline 2024-07-20
c083d63572 ๐ destination-chroma: run up-to-date pipeline 2024-07-20
c90c3bef5a ๐ source-mailjet-sms: run up-to-date pipeline 2024-07-20
d605c0baec ๐ source-nasa: run up-to-date pipeline 2024-07-20
210d90505c ๐ destination-databend: run up-to-date pipeline 2024-07-20
d5759b8b80 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-07-20
0b9daf9d3a ๐ source-salesforce: run up-to-date pipeline 2024-07-20
972f3cc741 ๐ source-emailoctopus: run up-to-date pipeline 2024-07-20
3bd3ce16bd ๐ destination-vectara: run up-to-date pipeline 2024-07-20
4446960a7e ๐ source-alpha-vantage: run up-to-date pipeline 2024-07-20
25e28fd9b6 ๐ source-klaus-api: run up-to-date pipeline 2024-07-20
2e02fd942f ๐ source-auth0: run up-to-date pipeline 2024-07-20
910a0e10d2 ๐ source-gridly: run up-to-date pipeline 2024-07-20
a2c6f5bd1b ๐ destination-aws-datalake: run up-to-date pipeline 2024-07-20
8547fb1201 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-07-20
0663afc138 ๐ source-us-census: run up-to-date pipeline 2024-07-20
af0d8f35f5 ๐ source-twilio: run up-to-date pipeline 2024-07-20
07a1b8b4cb ๐ source-tempo: run up-to-date pipeline 2024-07-20
b593e71862 ๐ source-fastbill: run up-to-date pipeline 2024-07-20
c30b54eee4 ๐ source-pokeapi: run up-to-date pipeline 2024-07-20
ba9b0fce6c ๐ source-visma-economic: run up-to-date pipeline 2024-07-20
ac0479ef84 ๐ source-gainsight-px: run up-to-date pipeline 2024-07-20
4731c2a57a ๐ source-typeform: run up-to-date pipeline 2024-07-20
caf890752b ๐ source-commcare: run up-to-date pipeline 2024-07-20
1ed973d6b1 ๐ source-klaviyo: run up-to-date pipeline 2024-07-20
179bd0f0cf ๐ source-dremio: run up-to-date pipeline 2024-07-20
c75b0de61c ๐ source-rd-station-marketing: run up-to-date pipeline 2024-07-20
765b45ebd4 ๐ source-drift: run up-to-date pipeline 2024-07-20
5afcf1389b ๐ source-secoda: run up-to-date pipeline 2024-07-20
39dcdf2577 ๐ source-postmarkapp: run up-to-date pipeline 2024-07-20
9beefa882f ๐ source-google-directory: run up-to-date pipeline 2024-07-20
a7980453cd ๐ source-bigcommerce: run up-to-date pipeline 2024-07-20
7824234d07 ๐ source-opsgenie: run up-to-date pipeline 2024-07-20
367c293463 ๐ source-smartengage: run up-to-date pipeline 2024-07-20
431f8baeef ๐ source-everhour: run up-to-date pipeline 2024-07-20
c6d72e90c5 ๐ source-freshcaller: run up-to-date pipeline 2024-07-20
4774786028 ๐ source-clockify: run up-to-date pipeline 2024-07-20
8e0e6ebcc1 ๐ source-orb: run up-to-date pipeline 2024-07-20
99ccd80ba9 ๐ source-pivotal-tracker: run up-to-date pipeline 2024-07-20
c6baefb6ee ๐ source-bamboo-hr: run up-to-date pipeline 2024-07-20
f77d2f7b8f ๐ source-todoist: run up-to-date pipeline 2024-07-20
e48335e20a ๐ source-workramp: run up-to-date pipeline 2024-07-20
fc7238d586 ๐ source-insightly: run up-to-date pipeline 2024-07-20
07110594c4 ๐ source-pexels-api: run up-to-date pipeline 2024-07-20
7c116c4a3b ๐ source-s3: run up-to-date pipeline 2024-07-20
63d1b2ac33 ๐ source-recurly: run up-to-date pipeline 2024-07-20
cab57f392b ๐ source-waiteraid: run up-to-date pipeline 2024-07-20
410daaf30b ๐ source-instatus: run up-to-date pipeline 2024-07-20
956c771d33 ๐ source-tyntec-sms: run up-to-date pipeline 2024-07-20
404949f065 ๐ source-pypi: run up-to-date pipeline 2024-07-20
2c90a5bd80 ๐ destination-firebolt: run up-to-date pipeline 2024-07-20
a35064d102 ๐ source-zoom: run up-to-date pipeline 2024-07-20
f63ab5ec01 ๐ destination-milvus: run up-to-date pipeline 2024-07-20
421954a6c1 ๐ source-serpstat: run up-to-date pipeline 2024-07-20
743c966070 ๐ source-zenloop: run up-to-date pipeline 2024-07-20
e4e66cf830 ๐ source-ip2whois: run up-to-date pipeline 2024-07-20
d867ac1300 ๐ source-unleash: run up-to-date pipeline 2024-07-20
be23907cc6 ๐ source-linkedin-pages: run up-to-date pipeline 2024-07-20
0c96911524 ๐ source-customer-io: run up-to-date pipeline 2024-07-20
3a55d0efee ๐ source-ashby: run up-to-date pipeline 2024-07-20
e84b8454bd ๐ source-harness: run up-to-date pipeline 2024-07-20
299b03f3c2 ๐ destination-rabbitmq: run up-to-date pipeline 2024-07-20
2030a2bd1b ๐ source-gocardless: run up-to-date pipeline 2024-07-20
7a63abaf95 ๐ source-convex: run up-to-date pipeline 2024-07-20
5ba5b56430 ๐ source-apple-search-ads: run up-to-date pipeline 2024-07-20
1554f1e2b2 ๐ source-square: run up-to-date pipeline 2024-07-20
2469b5aaf0 ๐ source-smaily: run up-to-date pipeline 2024-07-20
f956f3df14 ๐ source-iterable: run up-to-date pipeline 2024-07-20
00bdf81201 ๐ source-callrail: run up-to-date pipeline 2024-07-20
db2b468ef3 ๐ source-plaid: run up-to-date pipeline 2024-07-20
ad52bda925 ๐ source-jira: run up-to-date pipeline 2024-07-20
b8774bc390 ๐ source-hellobaton: run up-to-date pipeline 2024-07-20
dd33c1dab4 ๐ destination-duckdb: run up-to-date pipeline 2024-07-20
346d37570d ๐ source-nytimes: run up-to-date pipeline 2024-07-20
5b122fda2c ๐ source-linnworks: run up-to-date pipeline 2024-07-20
0bd650b6c1 ๐ source-pendo: run up-to-date pipeline 2024-07-20
d5b8646b0d ๐ source-goldcast: run up-to-date pipeline 2024-07-20
e468111f48 ๐ source-coin-api: run up-to-date pipeline 2024-07-20
de494d2156 ๐ source-babelforce: run up-to-date pipeline 2024-07-20
6c60ea4ffd ๐ source-greenhouse: run up-to-date pipeline 2024-07-20
bcc6c95633 ๐ source-mailgun: run up-to-date pipeline 2024-07-20
1e71a34684 ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-07-20
3f4929b357 ๐ destination-pinecone: run up-to-date pipeline 2024-07-20
1de2f32200 ๐ source-toggl: run up-to-date pipeline 2024-07-20
869606bc6a ๐ source-mailjet-mail: run up-to-date pipeline 2024-07-20
1ab0ad259f ๐ source-reply-io: run up-to-date pipeline 2024-07-20
a4b3b70f11 ๐ source-senseforce: run up-to-date pipeline 2024-07-20
07a9f5591c ๐ source-n8n: run up-to-date pipeline 2024-07-20
b7045da631 ๐ source-k6-cloud: run up-to-date pipeline 2024-07-20
050fb1bac3 ๐ source-recreation: run up-to-date pipeline 2024-07-20
3587c9269b ๐ destination-astra: run up-to-date pipeline 2024-07-20
ea28cbaaa3 ๐ source-timely: run up-to-date pipeline 2024-07-20
c54e0d3af7 ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-07-20
022d358581 ๐ source-outreach: run up-to-date pipeline 2024-07-20
ed2f8b446b ๐ source-facebook-pages: run up-to-date pipeline 2024-07-20
aa4f5ce4c3 ๐ source-hubplanner: run up-to-date pipeline 2024-07-20
32e505f27e ๐ source-tmdb: run up-to-date pipeline 2024-07-20
c308af2623 ๐ source-salesloft: run up-to-date pipeline 2024-07-20
7e14e04ae6 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-07-20
17d5fa0657 ๐ source-spacex-api: run up-to-date pipeline 2024-07-20
1b3697a659 ๐ source-intercom: run up-to-date pipeline 2024-07-20
76fd46c67f ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-07-20
d181789e94 ๐ source-hubspot: run up-to-date pipeline 2024-07-20
92ff440bfd ๐ source-dockerhub: run up-to-date pipeline 2024-07-20
6de76377ad ๐ source-copper: run up-to-date pipeline 2024-07-20
206b4f6488 ๐ source-pagerduty: run up-to-date pipeline 2024-07-20
1215948305 ๐ source-recruitee: run up-to-date pipeline 2024-07-20
db06e44c5c ๐ source-datascope: run up-to-date pipeline 2024-07-20
264a3a0879 ๐ source-twitter: run up-to-date pipeline 2024-07-20
d3c4bace32 ๐ source-vantage: run up-to-date pipeline 2024-07-20
6cb485d097 ๐ source-delighted: run up-to-date pipeline 2024-07-20
41af8614c7 ๐ source-mailersend: run up-to-date pipeline 2024-07-20
ce4646a8b3 ๐ source-azure-table: run up-to-date pipeline 2024-07-20
193b4f46a8 ๐ source-yotpo: run up-to-date pipeline 2024-07-20
08a11fd311 ๐ source-klarna: run up-to-date pipeline 2024-07-20
a4746415d8 ๐ source-freshsales: run up-to-date pipeline 2024-07-20
55dbeb2c0e ๐ source-gutendex: run up-to-date pipeline 2024-07-20
202fd88bf3 ๐ source-kyve: run up-to-date pipeline 2024-07-20
3c54b00ffb ๐ source-weatherstack: run up-to-date pipeline 2024-07-20
9d93ec4585 ๐ destination-cumulio: run up-to-date pipeline 2024-07-20
5c6998b367 ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-07-20
e193a4a968 ๐ destination-weaviate: run up-to-date pipeline 2024-07-20
8e288dd438 ๐ source-okta: run up-to-date pipeline 2024-07-20
399b70b4c5 ๐ source-news-api: run up-to-date pipeline 2024-07-20
c8463713f1 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-07-20
965696ab50 ๐ source-shortio: run up-to-date pipeline 2024-07-20
e7195031e2 ๐ source-kyriba: run up-to-date pipeline 2024-07-20
8c06b20d3a ๐ source-workable: run up-to-date pipeline 2024-07-20
952b0382fe ๐ source-linkedin-ads: run up-to-date pipeline 2024-07-20
20875770d7 ๐ source-wrike: run up-to-date pipeline 2024-07-20
6aa68cd588 ๐ source-onesignal: run up-to-date pipeline 2024-07-20
5dc8c841e5 ๐ source-ringcentral: run up-to-date pipeline 2024-07-20
3640ee863a ๐ source-gitlab: run up-to-date pipeline 2024-07-20
160fa5cdcf ๐ source-chargebee: run up-to-date pipeline 2024-07-20
f7cc493c34 ๐ source-webflow: run up-to-date pipeline 2024-07-20
1bb7990ef8 ๐ source-fullstory: run up-to-date pipeline 2024-07-20
72b608a930 ๐ source-chargify: run up-to-date pipeline 2024-07-20
ea6c54621a ๐ source-rocket-chat: run up-to-date pipeline 2024-07-20
dc298cb338 ๐ source-amplitude: run up-to-date pipeline 2024-07-20
0af8759fbe ๐ source-pardot: run up-to-date pipeline 2024-07-20
068ebf3a81 ๐ source-stripe: run up-to-date pipeline 2024-07-20
df3feccda4 ๐ source-aha: run up-to-date pipeline 2024-07-20
52f6037374 ๐ source-lokalise: run up-to-date pipeline 2024-07-20
07104fb5ef ๐ source-surveymonkey: run up-to-date pipeline 2024-07-20
12ffae0dd8 ๐ source-surveycto: run up-to-date pipeline 2024-07-20
6877199fa6 ๐ source-sendgrid: run up-to-date pipeline 2024-07-20
a1ea8b9e5b ๐ source-sonar-cloud: run up-to-date pipeline 2024-07-20
6175c25101 ๐ source-gcs: run up-to-date pipeline 2024-07-20
169df7593f ๐ source-merge: run up-to-date pipeline 2024-07-20
7171044af5 ๐ source-metabase: run up-to-date pipeline 2024-07-20
9115a11e86 ๐ source-clazar: run up-to-date pipeline 2024-07-20
318eb33fe2 ๐ source-the-guardian-api: run up-to-date pipeline 2024-07-20
ea071496d5 ๐ source-polygon-stock-api: run up-to-date pipeline 2024-07-20
ec49dc290b ๐ source-close-com: run up-to-date pipeline 2024-07-20
c071ffa8ad ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-07-20
c7e23c514a ๐ source-qualaroo: run up-to-date pipeline 2024-07-20
f612a50b73 ๐ source-appsflyer: run up-to-date pipeline 2024-07-20
e90eedf725 ๐ source-paystack: run up-to-date pipeline 2024-07-20
05f8fe28c0 ๐ source-statuspage: run up-to-date pipeline 2024-07-20
8d010922e1 ๐ source-omnisend: run up-to-date pipeline 2024-07-20
a87eaa3d00 ๐ source-harvest: run up-to-date pipeline 2024-07-20
1826e7890f ๐ source-declarative-manifest: run up-to-date pipeline 2024-07-20
9ea3e392cf ๐ source-zendesk-talk: run up-to-date pipeline 2024-07-20
3a2658a1a6 ๐ source-configcat: run up-to-date pipeline 2024-07-20
ca9015a3ca ๐ source-commercetools: run up-to-date pipeline 2024-07-20
9be3820487 ๐ source-coinmarketcap: run up-to-date pipeline 2024-07-20
a92fa7d3bb ๐ source-confluence: run up-to-date pipeline 2024-07-20
738f459e81 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-07-20
4d8055ab25 ๐ source-coingecko-coins: run up-to-date pipeline 2024-07-20
254c9c0398 ๐ source-recharge: run up-to-date pipeline 2024-07-20
cd805159ae ๐ source-activecampaign: run up-to-date pipeline 2024-07-20
3f833f5586 ๐ source-partnerstack: run up-to-date pipeline 2024-07-20
87654fdb81 ๐ source-google-ads: run up-to-date pipeline 2024-07-20
5f95b70012 ๐ source-gnews: run up-to-date pipeline 2024-07-20
7cf325ddf5 ๐ source-datadog: run up-to-date pipeline 2024-07-20
f459ca5774 ๐ source-github: run up-to-date pipeline 2024-07-20
405b746f0e ๐ source-pinterest: run up-to-date pipeline 2024-07-20
f3d9d9f027 ๐ source-whisky-hunter: run up-to-date pipeline 2024-07-20
f5f2c87350 ๐ source-instagram: run up-to-date pipeline 2024-07-20
3bbe78df69 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-07-20
4c6b1c107e ๐ source-exchange-rates: run up-to-date pipeline 2024-07-20
a9b164c104 ๐ source-chartmogul: run up-to-date pipeline 2024-07-20
d388df7d53 ๐ source-my-hours: run up-to-date pipeline 2024-07-20
b2eb2e9cc2 ๐ source-coda: run up-to-date pipeline 2024-07-20
82e6c825aa ๐ source-open-exchange-rates: run up-to-date pipeline 2024-07-20
9f872a6c6c ๐ source-strava: run up-to-date pipeline 2024-07-20
4e6ff83c7f ๐ destination-timeplus: run up-to-date pipeline 2024-07-20
12b11d8876 ๐ destination-xata: run up-to-date pipeline 2024-07-20
ec934d7637 ๐ source-oura: run up-to-date pipeline 2024-07-20
731c229c51 ๐ source-aircall: run up-to-date pipeline 2024-07-20
3b57b482ee ๐ source-quickbooks: run up-to-date pipeline 2024-07-20
2b61c25b71 ๐ source-smartsheets: run up-to-date pipeline 2024-07-20
4b87a4ff8d ๐ source-bing-ads: run up-to-date pipeline 2024-07-20
4ccdd11d29 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-07-20
bfd561177e ๐ source-mailerlite: run up-to-date pipeline 2024-07-20
073b34ebb1 ๐ source-convertkit: run up-to-date pipeline 2024-07-20
5aa9b11095 ๐ source-apify-dataset: run up-to-date pipeline 2024-07-20
f3c78f60c4 ๐ source-google-webfonts: run up-to-date pipeline 2024-07-20
8ee6f6cbc8 ๐ source-snapchat-marketing: run up-to-date pipeline 2024-07-20
705d946450 ๐ source-faker: run up-to-date pipeline 2024-07-20
a07ffc645c ๐ destination-google-sheets: run up-to-date pipeline 2024-07-20
09904c33a5 ๐ source-launchdarkly: run up-to-date pipeline 2024-07-20
b0cb2af7bd ๐ source-genesys: run up-to-date pipeline 2024-07-20
70dfd49d04 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-07-20
ab2f5b0aac ๐ source-braintree: run up-to-date pipeline 2024-07-20
9f0852f92d ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-07-20
e1002fd6f7 ๐ source-persistiq: run up-to-date pipeline 2024-07-20
852180adc1 ๐ source-tiktok-marketing: run up-to-date pipeline 2024-07-20
132fa19599 ๐ source-google-sheets: run up-to-date pipeline 2024-07-20
5c79dc8900 ๐ source-rki-covid: run up-to-date pipeline 2024-07-20
4c951714d3 ๐ source-newsdata: run up-to-date pipeline 2024-07-20
7554f221fb ๐ source-public-apis: run up-to-date pipeline 2024-07-20
5a09171d95 ๐ source-xkcd: run up-to-date pipeline 2024-07-20
cfbc1b32e6 ๐ source-mailchimp: run up-to-date pipeline 2024-07-20
9477a90991 ๐ source-freshservice: run up-to-date pipeline 2024-07-20
850d4341d8 ๐ source-fleetio: run up-to-date pipeline 2024-07-20
f8203b48d0 ๐ destination-qdrant: run up-to-date pipeline 2024-07-20
2c79288bb7 ๐ source-pocket: run up-to-date pipeline 2024-07-20
e79d28e43d ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-07-20
4526750e16 ๐ source-openweather: run up-to-date pipeline 2024-07-20
8f4107f0cf ๐ source-flexport: run up-to-date pipeline 2024-07-20
db1f3e72e5 ๐ Source Railz: fix Python MRO bug (#42130)
823d36bbc2 docs: worker V2 enterprise docs. (#42106)
8b3eae54c4 Update doc for always run discover for cloud (#42053)
6bfcb7e598 [source-google-sheets] - Migrate to CDK v3.9.0 (#42071)
c7a1213508 [source-postgres] Disable incremental sync for view in Postgres xmin replication mode (#42108)
bbf8d37b48 [source-recharge] - Migrate to CDK v3.7.0 (#42076)
7c57409198 [source-google-search-console] - Migrate to CDK v1.8.0 (#42073)
e53b8e245b Toggle useLocalCdk = false (#42120)
72b7ae6200 Cleanup an unused route in the SME ingress config. (#42116)
fec6dadd40 Rename scope for contact_lists to an available one (#42113)
39176d0d02 ๐ Source Braintree: Adds pagination to braintree streams (#42096)
5ae6916fce live-test: update connnection-retriever (#42112)
425a6d8add ๐ค Cut version 3.9.0 of source-declarative-manifest
5c14d8a9f3 ๐ค minor bump Python CDK to version 3.9.0
3cfe199b6b feat(airbyte-cdk): add new Decoders: JsonlDecoder and IterableDecoder (#38829)
5dfa15d0c5 โจSource Dremio: Make Connector Compatible with Builder (#38692)
d327ec4960 refactor(source-github): migrate to CDK v3 (#41677)
eb90e1c938 ๐ค Cut version 3.8.2 of source-declarative-manifest
381e5f9f03 ๐ค patch bump Python CDK to version 3.8.2
da51b20a88 [low-code cdk]: fix overwrite for default backoff strategy (#42048)
5b0d056f2a feat(destination-snowflake): Update host regex to allow connecting to LocalStack Snowflake (#41940)
bb4df149f6 feat(docs): oauth refresh token updater (#41555)
4cde012114 [source-tiktok-marketing] - Migrate to CDK v3.5.3 (#42005)
f4ae8e48b4 docs(postgres): fix initial time and heartbeat links (#40716)
9ee742f798 [source-microsoft-sharepoint] - Migrate to CDK v2.4.0 (#42007)
6672bfd4fd ๐ค Cut version 3.8.1 of source-declarative-manifest
1621e8c41b ๐ค patch bump Python CDK to version 3.8.1
ad67ccbda6 [airbyte-cdk]: follow up for #41333 (#42029)
7e38768fcd โจ source-clazar: removed redundant columns from streams, added documentation for analytics (#41657)
4a62f996ef fix(source-ashby): fix typo in applications connector (#42028)
3cbd292154 ๐ค Cut version 3.8.0 of source-declarative-manifest
6c9aec3e22 ๐ค minor bump Python CDK to version 3.8.0
b2d53f552d [RFR for Python Sources] Make it easier for Python sources to automatically use RFR for eligible streams (#39450)
4417769038 [cdk, source-postgres, source-mysql] a new error handling and translation framework (#40208)
824b79c6f0 [source-gitlab] - Migrate to CDK v2.4.0 (#42085)
376b26414e Catherine/cats running not required (#42082)
5cb0bfafa1 [source-trello] - Migrate to CDK v3.5.3 (#42019)
be40552511 [source-airtable] - Updates CDK to ^3 (#41160)
7ccce80472 docs: cleanup the ingress docs for OSS. (#42049)
508638fcb7 [Source-mysql] : Adopt latest CDK + WASS fixes (#42043)
8e9daf03bd [Source-mssql] : Adopt latest CDK (#42078)
38b74f5f13 [source-amplitude] - Migrate to CDK v1.8.0 (#42074)
1754d37af1 [source-recharge] - Migrate to CDK v2.4.0 (#42075)
8e5318044a [DB Sources] : Add analytics message to understand when WASS occurs (not just when we timeout) (#42068)
939bb2effb refactor(source-s3): migrate to CDK v3 (#41986)
354da60242 [source-klaviyo] fix events detailed stream perfomance for klaviyo (#40608)
9a75cee51a [source-recharge] - Migrate to CDK v1.8.0 (#42069)
195398d8f1 live tests: remove extra argument (#42067)
a3a6033342 fix(source-goldcast): fix headings in Goldcast source docs (#42065)
27d1437c4c [DB sources] : Add back Debezium heartbeat timeout error (#42055)
1c066738af docs: Update stripe-migrations.md (#42047)
c36d8e251e Source-mssql : Implement WASS algorithm (#41648)
cb68670d67 [Source-Postgres] : Implement WASS algorithm (#41649)
548c16cf1e Live/regression tests: add support for selecting from a subset of connections (#42044)
990d1e3269 [Java CDK] Fix java interop compilation issue in Config/TransientErrorException. (#41996)
95b10f1a68 airbyte-ci: do regression test status check on all PRs; skip on auto-merge (#42040)
9ac9e1a754 ๐ source-declarative-manifest: run up-to-date pipeline 2024-07-17
5390270f04 airbyte-ci: new step for skipping regression test approval (#42038)
f7688474fd airbyte-ci: send status check when skipped (#41676)
1f45a8515d source-declarative-manifest: make it pass QA checks (#42036)
c1ccff5544 ๐ค Cut version 3.7.0 of source-declarative-manifest
08694d07d5 ๐ค minor bump Python CDK to version 3.7.0
2bfb2264d9 refactor!(airbyte-cdk): remove availability strategy (#40682)
536e8e21c8 [source-snapchat-marketing] - Migrate to CDK v2.4.0 (#42009)
bc2e0edfc5 [source-tiktok-marketing] - Migrate to CDK 2.4.0 (#42004)
b572b1aa1c [source-gitlab] - Migrate to CDK v1.8.0 (#42021)
76fe0ad6df โจSource Workable: Make Connector Compatible with Builder (#38343)
3aa9d10716 โจSource Metabase: Make Connector Compatible with Builder (#38347)
4ae4e670e0 ๐ source-airtable: run up-to-date pipeline 2024-07-16
76aaddbeab ๐ source-linkedin-pages: run up-to-date pipeline 2024-07-13
3d420150b5 docs: convert deploying oss to a helm installation guide (#41974)
8a04aa5237 ๐ค Cut version 3.6.0 of source-declarative-manifest
f6ddcb13a8 ๐ค minor bump Python CDK to version 3.6.0
39b8e3da19 [airbyte-cdk] not exiting when rate limited (#41333)
a4c294f1cf Async Consumer accepts null default namespace (#42011)
3549ff03d9 Remove unnecessary + vulnerable zookeeper dependency (#42006)
d565838240 Audrey/feedback on doc items (#42000)
91c772c7b9 [source-slack] - Migrate to CDK v3.5.1 (#41994)
7a23e1f40f Audrey/abctl airbyte upgrade details (#41964)
a475fa9928 docs: add abctl download buttons with fallback with link to release page (#41975)
deacb50d77 [airbyte-cdk] update 3.4.0 changelog to reflect RFR bug fix that was released (#41963)
48e04131a0 ๐ค Cut version 3.5.3 of source-declarative-manifest
6ababc4a15 ๐ค patch bump Python CDK to version 3.5.3
91b290d372 ๐ค patch bump Python CDK to version 3.5.2
a49e779c59 feat(airbyte-cdk): add failuretype to HttpResponseFilter (raise config error in low-code) (#40676)
7e5644d53a [source-slack] - Update CDK to ^2 (2.4.0) (#41970)
d45ceadef0 live-tests: fix cert path for proxy binding (#41982)
79325e4163 live-tests: explicitely pass the control version to the connection retriever (#41949)
b7d7db69ee Destinations bigquery, snowflake, redshift: Don't hang forever on empty stream list; shorten error message on INCOMPLETE stream status (#41968)
b796525d58 ๐ bug(Source stripe): pin last version of connector updating state correctly (#41972)
f1f1d09773 โจSource ClickUp API: Make Connector Compatible with Builder (#38344)
84ee2a0470 โจSource Tempo: Make Connector Compatible with Builder (#38790)
0e1a075a2b โจSource Pexels API: Make Connector Compatible with Builder (#38930)
f688fac658 ๐ source-facebook-pages: run up-to-date pipeline 2024-07-13
8b289c5a88 ๐ source-strava: run up-to-date pipeline 2024-07-13
aa3426e7b5 Java CDK: Destinations emit shorter error message on failed stream status; allow setting internal message on transient trace messages (#41959)
853952752c [source-airtable] - Update CDK to ^2 (#41072)
a859a7d677 Java CDK: Fix CompletableFutures.allOf to handle empty list (#41680)
1aac2ba30b ๐ค Cut version 3.5.1 of source-declarative-manifest
f31b01f54c ๐ค patch bump Python CDK to version 3.5.1
ad9244ee68 ๐ (CDK) Remove use of 3.11 unions (#41967)
591d0630a0 destination-postgres: fix PostgresDestinationTest to use isDestinationV2=true (#40616)
7f17f270e7 bug(Source facebook-marketing): upgrade cdk to filter invalid fields (#41958)
5bf2eb6a2b destination-postgres: convert strict-encrypt tests to kotlin (#40564)
e1c1944e05 [source-postgres] add optional for all array schemabuilder (#41654)
c4e55c7e32 ๐ค Cut version 3.5.0 of source-declarative-manifest
82fe74e09d ๐ค minor bump Python CDK to version 3.5.0
51cacb3e92 ๐ bug(Airbyte CDK): clean invalid fields from configured catalog (#41678)
82fdd8718a docs: Minor wording edits (#41943)
4ad05cd7c5 Destination Databricks: Add generationid+syncid (#40689)
08203c7f0c โจSource TMDB: Make Connector Compatible with Builder (#39109)
311ea0bc22 ๐ bug(Source zendesk-suport): amend expected record id (#41939)
ddc60b0a45 ๐ source-exchange-rates: run up-to-date pipeline 2024-07-13
070c9b0009 ๐ source-braintree: run up-to-date pipeline 2024-07-13
5f042afe8b ๐ source-appfollow: run up-to-date pipeline 2024-07-13
dc0289f51e ๐ source-visma-economic: run up-to-date pipeline 2024-07-13
0fe3e66500 ๐ source-workramp: run up-to-date pipeline 2024-07-13
ffab1fb0fa ๐ source-tmdb: run up-to-date pipeline 2024-07-13
6eb13eadd2 ๐ source-google-sheets: run up-to-date pipeline 2024-07-13
09c27fe543 ๐ source-xkcd: run up-to-date pipeline 2024-07-13
6bde9e9b9b ๐ source-mailchimp: run up-to-date pipeline 2024-07-13
3e1082e440 ๐ source-iterable: run up-to-date pipeline 2024-07-13
1f828501bb ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-07-13
c082957e9c ๐ source-tempo: run up-to-date pipeline 2024-07-13
27425175b9 ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-07-13
3c3a3575ce ๐ destination-rabbitmq: run up-to-date pipeline 2024-07-13
349bf645c5 ๐ source-webflow: run up-to-date pipeline 2024-07-13
bcbb43f93d ๐ source-chargebee: run up-to-date pipeline 2024-07-13
59ba519c4a ๐ source-jina-ai-reader: run up-to-date pipeline 2024-07-13
f7edbddc48 ๐ source-clockify: run up-to-date pipeline 2024-07-13
b08785cbb3 ๐ source-paystack: run up-to-date pipeline 2024-07-13
a1e617c24d ๐ source-tiktok-marketing: run up-to-date pipeline 2024-07-13
c0d5a19de6 ๐ source-mailersend: run up-to-date pipeline 2024-07-13
95889ebf5a ๐ source-omnisend: run up-to-date pipeline 2024-07-13
5bd42e674b ๐ destination-astra: run up-to-date pipeline 2024-07-13
86cf67f05c ๐ source-salesloft: run up-to-date pipeline 2024-07-13
6f3e7fc8e4 ๐ source-launchdarkly: run up-to-date pipeline 2024-07-13
6e143d7703 ๐ source-surveymonkey: run up-to-date pipeline 2024-07-13
f2c06b9813 ๐ source-activecampaign: run up-to-date pipeline 2024-07-13
05fe3f1ad2 ๐ source-smartengage: run up-to-date pipeline 2024-07-13
315a220735 ๐ source-google-directory: run up-to-date pipeline 2024-07-13
fbcd7ec94c ๐ source-configcat: run up-to-date pipeline 2024-07-13
8b7790a0f6 ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-07-13
02f14c4242 ๐ source-coingecko-coins: run up-to-date pipeline 2024-07-13
74d3cf91a3 ๐ source-aircall: run up-to-date pipeline 2024-07-13
88a056935c ๐ source-freshsales: run up-to-date pipeline 2024-07-13
730288f8c7 ๐ source-linkedin-ads: run up-to-date pipeline 2024-07-13
2d1551d508 ๐ destination-cumulio: run up-to-date pipeline 2024-07-13
55d29197da ๐ source-intercom: run up-to-date pipeline 2024-07-13
fdc0201d85 ๐ source-freshservice: run up-to-date pipeline 2024-07-13
ea7d0f4b05 ๐ source-serpstat: run up-to-date pipeline 2024-07-13
3181a319ed ๐ source-persistiq: run up-to-date pipeline 2024-07-13
e0a1b2cd6a ๐ source-younium: run up-to-date pipeline 2024-07-13
48cbf9319d ๐ source-fleetio: run up-to-date pipeline 2024-07-13
6604b95470 ๐ source-zendesk-sell: run up-to-date pipeline 2024-07-13
4f2b89f381 ๐ source-orb: run up-to-date pipeline 2024-07-13
f06cdbe78e ๐ destination-google-sheets: run up-to-date pipeline 2024-07-13
723285de33 ๐ source-apple-search-ads: run up-to-date pipeline 2024-07-13
919310198f ๐ source-secoda: run up-to-date pipeline 2024-07-13
5f4f19e483 ๐ source-klaus-api: run up-to-date pipeline 2024-07-13
a309a8d380 ๐ source-pagerduty: run up-to-date pipeline 2024-07-13
7f34504608 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-07-13
6ea15ece27 ๐ source-zendesk-talk: run up-to-date pipeline 2024-07-13
98792772e4 ๐ source-babelforce: run up-to-date pipeline 2024-07-13
241a680c23 ๐ source-pipedrive: run up-to-date pipeline 2024-07-13
46f55cf84b ๐ source-plaid: run up-to-date pipeline 2024-07-13
78fa23b182 ๐ source-woocommerce: run up-to-date pipeline 2024-07-13
581d53ad13 ๐ source-facebook-marketing: run up-to-date pipeline 2024-07-13
d91cc5e710 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-07-13
7387fdf8ce ๐ source-google-search-console: run up-to-date pipeline 2024-07-13
54b9756df1 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-07-13
8ea344d36a ๐ source-toggl: run up-to-date pipeline 2024-07-13
47a0396b61 ๐ source-reply-io: run up-to-date pipeline 2024-07-13
3644fbf73f ๐ source-n8n: run up-to-date pipeline 2024-07-13
7643cff5c0 ๐ source-typeform: run up-to-date pipeline 2024-07-13
2e9f12945b ๐ source-tyntec-sms: run up-to-date pipeline 2024-07-13
9eaf237817 ๐ source-rss: run up-to-date pipeline 2024-07-13
e6f2aa482c ๐ source-convertkit: run up-to-date pipeline 2024-07-13
9da08769a6 ๐ source-surveycto: run up-to-date pipeline 2024-07-13
d2e160947e ๐ source-firebolt: run up-to-date pipeline 2024-07-13
825aa049e9 ๐ source-quickbooks: run up-to-date pipeline 2024-07-13
805b977b0f ๐ source-github: run up-to-date pipeline 2024-07-13
5cc207f8c1 ๐ source-insightly: run up-to-date pipeline 2024-07-13
d0dee0eb69 ๐ source-recharge: run up-to-date pipeline 2024-07-13
d79cb8b10d ๐ source-kyve: run up-to-date pipeline 2024-07-13
f9d4c887e6 ๐ source-public-apis: run up-to-date pipeline 2024-07-13
e7241b6ed8 ๐ source-captain-data: run up-to-date pipeline 2024-07-13
a5bba88188 ๐ source-salesforce: run up-to-date pipeline 2024-07-13
fe3917e2ea ๐ source-sendgrid: run up-to-date pipeline 2024-07-13
40d7d6e283 ๐ source-mixpanel: run up-to-date pipeline 2024-07-13
811ff98324 ๐ source-fastbill: run up-to-date pipeline 2024-07-13
b4b9651a26 ๐ source-okta: run up-to-date pipeline 2024-07-13
914a448c21 ๐ source-partnerstack: run up-to-date pipeline 2024-07-13
4e22a7e35b ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-07-13
e5d8af6ca0 ๐ source-clazar: run up-to-date pipeline 2024-07-13
1b8cdaf948 ๐ source-stripe: run up-to-date pipeline 2024-07-13
420c9e7261 ๐ source-google-webfonts: run up-to-date pipeline 2024-07-13
03cfaf793e ๐ source-pokeapi: run up-to-date pipeline 2024-07-13
b523bfb1ab ๐ source-coin-api: run up-to-date pipeline 2024-07-13
f3b08b8cef ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-07-13
5013b495bb ๐ source-pinterest: run up-to-date pipeline 2024-07-13
ac3f5e9401 ๐ source-hubspot: run up-to-date pipeline 2024-07-13
1750fd6506 ๐ source-amplitude: run up-to-date pipeline 2024-07-13
fb0d5fae53 ๐ source-gridly: run up-to-date pipeline 2024-07-13
5a78d2c1d2 ๐ source-pendo: run up-to-date pipeline 2024-07-13
571b92e2ad ๐ source-orbit: run up-to-date pipeline 2024-07-13
a40a0ae823 ๐ source-drift: run up-to-date pipeline 2024-07-13
4871e1523d ๐ source-pivotal-tracker: run up-to-date pipeline 2024-07-13
13d166a479 ๐ source-sonar-cloud: run up-to-date pipeline 2024-07-13
3958debfbe ๐ source-trello: run up-to-date pipeline 2024-07-13
239fbd187b ๐ source-open-exchange-rates: run up-to-date pipeline 2024-07-13
0dc4dd1236 ๐ source-nasa: run up-to-date pipeline 2024-07-13
37322bcb7d ๐ source-waiteraid: run up-to-date pipeline 2024-07-13
48757bee14 ๐ source-linnworks: run up-to-date pipeline 2024-07-13
2309372c08 ๐ source-instatus: run up-to-date pipeline 2024-07-13
8a05aecb48 ๐ source-bamboo-hr: run up-to-date pipeline 2024-07-13
9a5663e601 ๐ source-news-api: run up-to-date pipeline 2024-07-13
d9a788068f ๐ source-recreation: run up-to-date pipeline 2024-07-13
b18d98c2f6 ๐ source-datadog: run up-to-date pipeline 2024-07-13
6683c2cb2c ๐ source-instagram: run up-to-date pipeline 2024-07-13
92fee73dc1 ๐ source-onesignal: run up-to-date pipeline 2024-07-13
6ea951ad1d ๐ source-outreach: run up-to-date pipeline 2024-07-13
4bbeb0f28c ๐ source-greenhouse: run up-to-date pipeline 2024-07-13
197abca578 ๐ source-callrail: run up-to-date pipeline 2024-07-13
dad82f7642 ๐ destination-firebolt: run up-to-date pipeline 2024-07-13
f2a2441c7b ๐ source-whisky-hunter: run up-to-date pipeline 2024-07-13
eabe0fe45f ๐ source-newsdata: run up-to-date pipeline 2024-07-13
c193580c3d ๐ source-senseforce: run up-to-date pipeline 2024-07-13
0a6d23cdec ๐ destination-milvus: run up-to-date pipeline 2024-07-13
6bcf05a9a0 ๐ source-gong: run up-to-date pipeline 2024-07-13
8825ba1b5a ๐ destination-xata: run up-to-date pipeline 2024-07-13
bd8afadab0 ๐ source-wrike: run up-to-date pipeline 2024-07-13
16ce4f896c ๐ source-emailoctopus: run up-to-date pipeline 2024-07-13
b80a4a13c7 ๐ source-fullstory: run up-to-date pipeline 2024-07-13
35fe9a06f2 ๐ destination-databend: run up-to-date pipeline 2024-07-13
6320b66c05 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-07-13
a1245cbc9c ๐ destination-chroma: run up-to-date pipeline 2024-07-13
b6ec224c60 ๐ source-lokalise: run up-to-date pipeline 2024-07-13
1951a8fd4d ๐ source-mailjet-sms: run up-to-date pipeline 2024-07-13
9a2b92f3a4 ๐ source-dixa: run up-to-date pipeline 2024-07-13
ed271dba07 ๐ source-goldcast: run up-to-date pipeline 2024-07-13
01999fc3e9 ๐ source-sendinblue: run up-to-date pipeline 2024-07-13
226d519fdf ๐ source-customer-io: run up-to-date pipeline 2024-07-13
44bd03d8dd ๐ source-shopify: run up-to-date pipeline 2024-07-13
102bf0b1cf ๐ source-zenefits: run up-to-date pipeline 2024-07-13
0eb7cf02b0 ๐ source-chargify: run up-to-date pipeline 2024-07-13
4735b5cdf0 ๐ source-dremio: run up-to-date pipeline 2024-07-13
6057432601 ๐ source-zoom: run up-to-date pipeline 2024-07-13
069eb727ef ๐ source-openweather: run up-to-date pipeline 2024-07-13
6653b39995 ๐ source-yotpo: run up-to-date pipeline 2024-07-13
f4957fcb74 ๐ source-metabase: run up-to-date pipeline 2024-07-13
f8140206f4 ๐ source-vantage: run up-to-date pipeline 2024-07-13
edf780b69a ๐ source-ashby: run up-to-date pipeline 2024-07-13
2294b3b251 ๐ destination-aws-datalake: run up-to-date pipeline 2024-07-13
ec7d524245 ๐ source-postmarkapp: run up-to-date pipeline 2024-07-13
b2d8aa33a4 ๐ source-freshcaller: run up-to-date pipeline 2024-07-13
d9f4d87c8d ๐ source-intruder: run up-to-date pipeline 2024-07-13
d140ad2a21 ๐ source-posthog: run up-to-date pipeline 2024-07-13
4fbade5625 ๐ source-rki-covid: run up-to-date pipeline 2024-07-13
8bc5cab249 ๐ source-smartsheets: run up-to-date pipeline 2024-07-13
1afbf979f8 ๐ source-gocardless: run up-to-date pipeline 2024-07-13
f537d1977c ๐ source-gutendex: run up-to-date pipeline 2024-07-13
06f1525aeb ๐ source-statuspage: run up-to-date pipeline 2024-07-13
7baf19a090 ๐ destination-vectara: run up-to-date pipeline 2024-07-13
1c23871f20 ๐ source-qualaroo: run up-to-date pipeline 2024-07-13
3500e63147 ๐ source-appsflyer: run up-to-date pipeline 2024-07-13
9484bb849a ๐ source-gnews: run up-to-date pipeline 2024-07-13
b10d758d19 ๐ source-everhour: run up-to-date pipeline 2024-07-13
d5ddcad080 ๐ source-gitlab: run up-to-date pipeline 2024-07-13
91a317a5c8 ๐ source-recurly: run up-to-date pipeline 2024-07-13
a5c23fd6c9 ๐ source-datascope: run up-to-date pipeline 2024-07-13
e7d0a1b277 ๐ source-smaily: run up-to-date pipeline 2024-07-13
9c68f202d8 ๐ source-asana: run up-to-date pipeline 2024-07-13
4330cf7747 ๐ source-hubplanner: run up-to-date pipeline 2024-07-13
f32c983fd3 ๐ source-harvest: run up-to-date pipeline 2024-07-13
c699a960cc ๐ source-jira: run up-to-date pipeline 2024-07-13
5892f46d13 ๐ source-copper: run up-to-date pipeline 2024-07-13
8be1874d8f ๐ source-pypi: run up-to-date pipeline 2024-07-13
72973a8feb ๐ source-twilio: run up-to-date pipeline 2024-07-13
c97fc25443 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-07-13
5ed383636a ๐ source-alpha-vantage: run up-to-date pipeline 2024-07-13
f252d8ffef ๐ source-faker: run up-to-date pipeline 2024-07-13
3d5cd09c2b ๐ source-commercetools: run up-to-date pipeline 2024-07-13
ee6d4fca0a ๐ source-oura: run up-to-date pipeline 2024-07-13
ac5af4b797 ๐ source-harness: run up-to-date pipeline 2024-07-13
20bdbb3608 ๐ source-adjust: run up-to-date pipeline 2024-07-13
5e558b35e4 ๐ source-chartmogul: run up-to-date pipeline 2024-07-13
bd60f1dac3 ๐ source-snapchat-marketing: run up-to-date pipeline 2024-07-13
b32fabfbca ๐ source-coinmarketcap: run up-to-date pipeline 2024-07-13
9501bb6f1f ๐ source-confluence: run up-to-date pipeline 2024-07-13
278795f46c ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-07-13
0f50e7f737 ๐ source-mailerlite: run up-to-date pipeline 2024-07-13
694f0f10ff ๐ source-ip2whois: run up-to-date pipeline 2024-07-13
0544a75359 ๐ destination-timeplus: run up-to-date pipeline 2024-07-13
9d29c2939b ๐ source-merge: run up-to-date pipeline 2024-07-13
86dca2a793 ๐ source-slack: run up-to-date pipeline 2024-07-13
559d26c66f ๐ source-retently: run up-to-date pipeline 2024-07-13
bc66ac92d9 ๐ source-gcs: run up-to-date pipeline 2024-07-13
e4004c365f ๐ source-mailjet-mail: run up-to-date pipeline 2024-07-13
bff3a6f6d8 ๐ source-convex: run up-to-date pipeline 2024-07-13
a658122d43 ๐ source-outbrain-amplify: run up-to-date pipeline 2024-07-13
1e4bef8e14 ๐ source-unleash: run up-to-date pipeline 2024-07-13
8fb64e3137 ๐ source-k6-cloud: run up-to-date pipeline 2024-07-13
528c39fbb2 ๐ source-lemlist: run up-to-date pipeline 2024-07-13
2f040a660e ๐ source-amazon-seller-partner: run up-to-date pipeline 2024-07-13
a5835d45a1 ๐ source-klarna: run up-to-date pipeline 2024-07-13
96ef429541 ๐ source-bing-ads: run up-to-date pipeline 2024-07-13
3289a50742 ๐ source-amazon-ads: run up-to-date pipeline 2024-07-13
187a68d60e ๐ source-the-guardian-api: run up-to-date pipeline 2024-07-13
298fd799a7 ๐ source-rocket-chat: run up-to-date pipeline 2024-07-13
f58001210f ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-07-13
216632d03a ๐ destination-typesense: run up-to-date pipeline 2024-07-13
de2edb1db8 ๐ destination-duckdb: run up-to-date pipeline 2024-07-13
e327015537 ๐ source-bigcommerce: run up-to-date pipeline 2024-07-13
d3e6089aa5 ๐ source-qonto: run up-to-date pipeline 2024-07-13
bc7c52c5cb ๐ source-kyriba: run up-to-date pipeline 2024-07-13
80ea4e87fa ๐ source-pardot: run up-to-date pipeline 2024-07-13
c66961cd35 ๐ source-weatherstack: run up-to-date pipeline 2024-07-13
1c8f946cc4 ๐ source-hellobaton: run up-to-date pipeline 2024-07-13
3a6a619871 ๐ source-delighted: run up-to-date pipeline 2024-07-13
e3c8dd4a53 ๐ source-mailgun: run up-to-date pipeline 2024-07-13
99012c669b ๐ source-ringcentral: run up-to-date pipeline 2024-07-13
a5f1fd55ff ๐ source-coda: run up-to-date pipeline 2024-07-13
2a21c95e24 ๐ source-apify-dataset: run up-to-date pipeline 2024-07-13
396294fd1a ๐ source-tplcentral: run up-to-date pipeline 2024-07-13
9e712139f5 ๐ source-opsgenie: run up-to-date pipeline 2024-07-13
c2f1c1f08a ๐ source-close-com: run up-to-date pipeline 2024-07-13
154848cf2f ๐ source-polygon-stock-api: run up-to-date pipeline 2024-07-13
c969fffea2 ๐ source-rd-station-marketing: run up-to-date pipeline 2024-07-13
92a25aa9a3 ๐ source-auth0: run up-to-date pipeline 2024-07-13
74dcfde534 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-07-13
22a1b7ccb1 ๐ destination-pinecone: run up-to-date pipeline 2024-07-13
7ba45479af ๐ source-genesys: run up-to-date pipeline 2024-07-13
3a1ec814c3 ๐ source-klaviyo: run up-to-date pipeline 2024-07-13
45479a981e ๐ source-us-census: run up-to-date pipeline 2024-07-13
5174df4070 ๐ source-my-hours: run up-to-date pipeline 2024-07-13
82885ea666 ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-07-13
09bbc81400 ๐ source-commcare: run up-to-date pipeline 2024-07-13
9d6fd22616 ๐ source-dockerhub: run up-to-date pipeline 2024-07-13
62d89987ee ๐ source-spacex-api: run up-to-date pipeline 2024-07-13
941b234131 ๐ source-twitter: run up-to-date pipeline 2024-07-13
391678f238 ๐ source-google-ads: run up-to-date pipeline 2024-07-13
e8223c5b31 ๐ source-nytimes: run up-to-date pipeline 2024-07-13
5541db94b0 ๐ source-square: run up-to-date pipeline 2024-07-13
f9b9887b17 ๐ source-aha: run up-to-date pipeline 2024-07-13
38109d9738 ๐ source-todoist: run up-to-date pipeline 2024-07-13
e6991d9eb0 ๐ source-workable: run up-to-date pipeline 2024-07-13
3c8cf7eaf3 ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-07-13
72b9ad12aa ๐ destination-qdrant: run up-to-date pipeline 2024-07-13
eecd3402f5 ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-07-13
58313b4e42 ๐ source-timely: run up-to-date pipeline 2024-07-13
2043eb5477 ๐ source-zenloop: run up-to-date pipeline 2024-07-13
939ff3fece ๐ source-pocket: run up-to-date pipeline 2024-07-13
375a2a573a ๐ source-survey-sparrow: run up-to-date pipeline 2024-07-13
1d8da84491 ๐ source-yandex-metrica: run up-to-date pipeline 2024-07-13
9455b82375 ๐ source-flexport: run up-to-date pipeline 2024-07-13
07c5e5f3ec ๐ source-gainsight-px: run up-to-date pipeline 2024-07-13
e7c76319e1 ๐ source-azure-table: run up-to-date pipeline 2024-07-13
58a6e451ab ๐ source-recruitee: run up-to-date pipeline 2024-07-13
83c7134fa7 ๐ source-shortio: run up-to-date pipeline 2024-07-13
0d4f28d21d ๐ source-pexels-api: run up-to-date pipeline 2024-07-13
cead20eed5 ๐ source-s3: run up-to-date pipeline 2024-07-13
a7b9c35a7f ๐ destination-weaviate: run up-to-date pipeline 2024-07-13
a730d20c9f Documentation: call out that custom connectors MUST set AIRBYTEENTRYPOINT (#41679)
a518ee835c ๐ค Cut version 3.4.1 of source-declarative-manifest
d30560ec6a ๐ค patch bump Python CDK to version 3.4.1
e456bca099 ๐ [RFR for API Sources] Fix bug where checkpoint reader stops syncing too early if first partition is complete (#41658)
9ff9b29e93 chore: mention tooling team instead of extensibility on connector publishing alerts (#41655)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.8
d8a6f438a7 [Source-postgres] : Throw exception if there are any streams acively undergoing vacuum (#41651) 25d0030481 Destinations bigquery+snowflake: upgrade cdk (#41674) 26e824b542 airbyte-ci: only require regression test approval for certified python connectors (#41673) 355ac15a2e Destination Redshift: Implement refreshes (#40567) e07314cbe2 ๐ Source Facebook Marketing: pin version to 3.3.10 to avoid "Error code 100: (#100) Tried accessing nonexisting field" (#41672) 92f299de55 Update low-code-cdk-overview.md (#41338) 64faf690be Revert "[docs] add linux amd64 download button" (#41671) 402515e36d Rework the OSS deployment docs to center around Helm. (#39537) 28cf7ae1d7 [docs] add abctl download buttons (#41613)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.7
59572caa7d ๐ bug(Source facebook-marketing): remove unused discriminator from spec (#41644) bbe94ee844 Regression test manual approval workflow: update status check name (#41663) 6d9e639193 chore(destination-langchain): move destination-langchain to archive (#41612) 10a261489c java-cdk: better debezium logging (#41212) c97cdb0368 airbyte-ci: add and adopt AIRBYTEGITHUBREPO env var (#41642) 95d4218e8f Regression tests approval workflow: make permissions workflow-level (#41643) 954487839b Update youtube-analytics.md (#41631) 728be464c1 Regression tests approval workflow: add issues: write permission (#41641) 4b0ca48edc Regression tests approval workflow: add statuses: write permission (#41640) cd1682a4ec Fix /approve-regression-tests workflow (#41637) fdf3764a58 Regression tests: require manual approval for certified connectors (#41627) 310e6bd315 [Source-mysql] : Implement WASS algo (#38240) 68903b472e airbyte-ci: tweaks for cross-repo compatibility (#41541) 614acdb660 feat(pipelines) Add manifest only build (#39906) 2b428510c7 bug(source-close-com): add array type support to custom field types (#40515) ebae675f0a airbyte-ci: support cloning private git repo (#41623) 59dd53e005 bug(source-adjust): fix datetime format (#41055) 975a466d78 ๐ค Cut version 3.4.0 of source-declarative-manifest 8382098e54 ๐ค minor bump Python CDK to version 3.4.0 6c439a8859 [file-based cdk]: add config option to limit number of files for schema discover (#39317) 9e23b3f89b ๐ [airbyte-cdk] Fix bug where substreams depending on an RFR parent stream don't paginate or use existing state (#40671) 372aea7b11 doc: add Resumable Full Refresh documentation. (#41334) 552c95d32d ๐ source-shopify: run up-to-date pipeline 2024-07-10 933d418ef6 ๐ source-coingecko-coins: run up-to-date pipeline 2024-07-10 b21a2f811a ๐ source-okta: run up-to-date pipeline 2024-07-10 402e289edc ๐ destination-rabbitmq: run up-to-date pipeline 2024-07-10 89684c616c ๐ source-younium: run up-to-date pipeline 2024-07-10 db0ee03321 ๐ source-my-hours: run up-to-date pipeline 2024-07-10 e557e44c6c ๐ source-coda: run up-to-date pipeline 2024-07-10 c69650866f ๐ source-faker: run up-to-date pipeline 2024-07-10 6f0f61e707 ๐ source-google-directory: run up-to-date pipeline 2024-07-10 068868e600 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-07-10 762dd00673 ๐ source-gitlab: run up-to-date pipeline 2024-07-10 54c817edd1 ๐ source-metabase: run up-to-date pipeline 2024-07-10 d8d6245469 ๐ source-rki-covid: run up-to-date pipeline 2024-07-10 6599e26e1c ๐ source-whisky-hunter: run up-to-date pipeline 2024-07-10 aa7922fcf6 ๐ source-recharge: run up-to-date pipeline 2024-07-10 f1eeff3b77 ๐ source-fleetio: run up-to-date pipeline 2024-07-10 df8ef85499 ๐ source-stripe: run up-to-date pipeline 2024-07-10 0ff5e8088a ๐ source-twilio: run up-to-date pipeline 2024-07-10 e3d87b9be5 ๐ source-sonar-cloud: run up-to-date pipeline 2024-07-10 4b192dafcf ๐ source-clockify: run up-to-date pipeline 2024-07-10 4ac747ab5b ๐ destination-xata: run up-to-date pipeline 2024-07-10 de66bfb338 ๐ source-webflow: run up-to-date pipeline 2024-07-10 60aa435e7f ๐ source-klarna: run up-to-date pipeline 2024-07-10 f31baf6531 ๐ source-dixa: run up-to-date pipeline 2024-07-10 cda1ece41d ๐ source-slack: run up-to-date pipeline 2024-07-10 3abff94f08 ๐ source-zoom: run up-to-date pipeline 2024-07-10 8c8ed93c4d ๐ source-amazon-ads: run up-to-date pipeline 2024-07-10 0ec5d952d9 ๐ source-coin-api: run up-to-date pipeline 2024-07-10 88fa30da8c ๐ source-shortio: run up-to-date pipeline 2024-07-10 99dc68d16b ๐ source-outreach: run up-to-date pipeline 2024-07-10 eb73726341 ๐ source-us-census: run up-to-date pipeline 2024-07-10 c09d9d284c ๐ source-azure-table: run up-to-date pipeline 2024-07-10 e0062c8336 ๐ source-opsgenie: run up-to-date pipeline 2024-07-10 cb59ea3475 ๐ source-freshsales: run up-to-date pipeline 2024-07-10 e86fd496df ๐ destination-milvus: run up-to-date pipeline 2024-07-10 273e931fc7 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-07-10 d4acd03f57 ๐ source-reply-io: run up-to-date pipeline 2024-07-10 ea9b2d1d07 ๐ source-strava: run up-to-date pipeline 2024-07-10 ed472c079a ๐ source-recurly: run up-to-date pipeline 2024-07-10 16523179a5 ๐ source-pagerduty: run up-to-date pipeline 2024-07-10 abb2f651fe ๐ source-square: run up-to-date pipeline 2024-07-10 18bfd60447 ๐ source-s3: run up-to-date pipeline 2024-07-10 cc06ab0c14 ๐ destination-weaviate: run up-to-date pipeline 2024-07-10 e5f42529d0 ๐ source-the-guardian-api: run up-to-date pipeline 2024-07-10 4ab5a01b55 ๐ source-waiteraid: run up-to-date pipeline 2024-07-10 ad70caaa74 ๐ source-gutendex: run up-to-date pipeline 2024-07-10 ad9e74cdd9 ๐ source-babelforce: run up-to-date pipeline 2024-07-10 5c4eb5fcf8 ๐ source-toggl: run up-to-date pipeline 2024-07-10 b305543811 ๐ source-commcare: run up-to-date pipeline 2024-07-10 a8f1fd23f7 ๐ source-sendinblue: run up-to-date pipeline 2024-07-10 9513c3533c ๐ source-zenloop: run up-to-date pipeline 2024-07-10 e800b99c15 ๐ source-dockerhub: run up-to-date pipeline 2024-07-10 bd77812dab ๐ source-mailjet-sms: run up-to-date pipeline 2024-07-10 c11340006f ๐ source-linkedin-ads: run up-to-date pipeline 2024-07-10 c32ccf3806 ๐ source-rocket-chat: run up-to-date pipeline 2024-07-10 c794afde7f ๐ source-oura: run up-to-date pipeline 2024-07-10 592a954e76 ๐ destination-google-sheets: run up-to-date pipeline 2024-07-10 62f30ca9c8 ๐ destination-duckdb: run up-to-date pipeline 2024-07-10 826e7a0793 ๐ source-getlago: run up-to-date pipeline 2024-07-10 4bb5de5399 ๐ source-workable: run up-to-date pipeline 2024-07-10 5c1f6b9ed7 ๐ source-rd-station-marketing: run up-to-date pipeline 2024-07-10 ef8f7df09d ๐ source-flexport: run up-to-date pipeline 2024-07-10 4ec00fc6a0 ๐ source-google-ads: run up-to-date pipeline 2024-07-10 d767038553 ๐ source-salesforce: run up-to-date pipeline 2024-07-10 1de6df854d ๐ destination-qdrant: run up-to-date pipeline 2024-07-10 a2dad54e97 ๐ source-sendgrid: run up-to-date pipeline 2024-07-10 6666fa2277 ๐ source-salesloft: run up-to-date pipeline 2024-07-10 ace79d9ad7 ๐ source-recreation: run up-to-date pipeline 2024-07-10 6609d29716 ๐ source-everhour: run up-to-date pipeline 2024-07-10 ecf0f2a470 ๐ source-zenefits: run up-to-date pipeline 2024-07-10 253559052d ๐ source-amplitude: run up-to-date pipeline 2024-07-10 c34f41b62f ๐ source-hellobaton: run up-to-date pipeline 2024-07-10 2a1b5ae3d3 ๐ source-bigcommerce: run up-to-date pipeline 2024-07-10 6e82da090e ๐ source-qonto: run up-to-date pipeline 2024-07-10 4b31c516fe ๐ source-facebook-pages: run up-to-date pipeline 2024-07-10 349b46ed47 ๐ source-zendesk-sell: run up-to-date pipeline 2024-07-10 ea4af158ba ๐ source-nasa: run up-to-date pipeline 2024-07-10 75ab0ef011 ๐ source-apple-search-ads: run up-to-date pipeline 2024-07-10 0185d378ba ๐ source-snapchat-marketing: run up-to-date pipeline 2024-07-10 f877cdf5b9 ๐ source-klaviyo: run up-to-date pipeline 2024-07-10 7ebdc4c84b ๐ source-instatus: run up-to-date pipeline 2024-07-10 f30247cf70 ๐ source-serpstat: run up-to-date pipeline 2024-07-10 5a3eb8c7c4 ๐ source-callrail: run up-to-date pipeline 2024-07-10 300eb40672 ๐ source-freshcaller: run up-to-date pipeline 2024-07-10 a365788636 ๐ source-delighted: run up-to-date pipeline 2024-07-10 89d32482d5 ๐ source-unleash: run up-to-date pipeline 2024-07-10 7940eb29fe ๐ source-survey-sparrow: run up-to-date pipeline 2024-07-10 af50458fc9 ๐ source-mailersend: run up-to-date pipeline 2024-07-10 ff8d4132e1 ๐ source-hubspot: run up-to-date pipeline 2024-07-10 77b2f8de07 ๐ source-gocardless: run up-to-date pipeline 2024-07-10 da8bef41fa ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-07-10 f4b1bac26f ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-07-10 9fedcd4a3c ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-07-10 8c8d39ea9d ๐ source-postmarkapp: run up-to-date pipeline 2024-07-10 f4775c786a ๐ source-pardot: run up-to-date pipeline 2024-07-10 9d8a0afaba ๐ source-weatherstack: run up-to-date pipeline 2024-07-10 88c6a67474 ๐ source-newsdata: run up-to-date pipeline 2024-07-10 5f0936ade5 ๐ source-aha: run up-to-date pipeline 2024-07-10 17e2d6b6fc ๐ source-spacex-api: run up-to-date pipeline 2024-07-10 e3300989c9 ๐ source-rss: run up-to-date pipeline 2024-07-10 afedc50ed4 ๐ source-merge: run up-to-date pipeline 2024-07-10 e4aa479c9f ๐ source-asana: run up-to-date pipeline 2024-07-10 f63983b5ff ๐ source-outbrain-amplify: run up-to-date pipeline 2024-07-10 cf12f31d44 ๐ source-firebolt: run up-to-date pipeline 2024-07-10 607955c3c3 ๐ source-open-exchange-rates: run up-to-date pipeline 2024-07-10 7cb91cdedb ๐ source-activecampaign: run up-to-date pipeline 2024-07-10 64b3c7a0ea ๐ source-dremio: run up-to-date pipeline 2024-07-10 f86b8128b1 ๐ source-smaily: run up-to-date pipeline 2024-07-10 5d870d2ded ๐ source-nytimes: run up-to-date pipeline 2024-07-10 59d4b99c42 ๐ source-woocommerce: run up-to-date pipeline 2024-07-10 0f3a4ed437 ๐ source-mailgun: run up-to-date pipeline 2024-07-10 7e3ed21c31 ๐ source-captain-data: run up-to-date pipeline 2024-07-10 a6cb3fe8af ๐ source-convex: run up-to-date pipeline 2024-07-10 13e48aa5d0 ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-07-10 b2291f702b ๐ source-instagram: run up-to-date pipeline 2024-07-10 84aa89380f ๐ source-mailjet-mail: run up-to-date pipeline 2024-07-10 4e8c898c57 ๐ source-vantage: run up-to-date pipeline 2024-07-10 7d9f7861ce ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-07-10 b5a929cb6b ๐ destination-aws-datalake: run up-to-date pipeline 2024-07-10 fd68d38750 ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-07-10 e0965561ef ๐ source-openweather: run up-to-date pipeline 2024-07-10 7e2ddcf107 ๐ source-google-webfonts: run up-to-date pipeline 2024-07-10 72590d5d30 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-07-10 eb516968b0 ๐ source-pivotal-tracker: run up-to-date pipeline 2024-07-10 50392e2cef ๐ source-insightly: run up-to-date pipeline 2024-07-10 667102c5ff ๐ source-surveycto: run up-to-date pipeline 2024-07-10 a1b84ee226 ๐ destination-pinecone: run up-to-date pipeline 2024-07-10 38d03b8406 ๐ source-news-api: run up-to-date pipeline 2024-07-10 6f54696b74 ๐ source-appsflyer: run up-to-date pipeline 2024-07-10 dd56b072b4 ๐ source-trello: run up-to-date pipeline 2024-07-10 ef66b54807 ๐ destination-firebolt: run up-to-date pipeline 2024-07-10 a331bc88d0 docs(source-s3): Only show authenticating with IAM role on cloud (#41611) ce296a88a7 โจ feat(Source facebook-marketing): pick fields from configured json schema properties if present (#41039)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.6
16c2d29a23 ๐ค Cut version 3.3.0 of source-declarative-manifest
e556bbbefe ๐ค minor bump Python CDK to version 3.3.0
f9b5d5b1a7 [airbyte-cdk] add incomplete status to availability check during read (#41034)
3ae03781c6 Add section on migrating from docker compose. (#41332)
14b24a3333 CATs: share files from setup container to host (#41609)
93064474be regression-test workflow: disable dagger cache (#41336)
3313a22af1 fix(source-posthog): adding "properties" and "uuid" attributes to persons schema (#39763)
fa001a5789 ๐ค Cut version 3.2.1 of source-declarative-manifest
783c85e476 ๐ค patch bump Python CDK to version 3.2.1
338f33a435 [airbyte-cdk] follow-up #40681 - flush buffer for each RATELIMITED message print (#41463)
c62ed11ae9 ๐ source-chargebee: run up-to-date pipeline 2024-07-10
7fcf8f6415 ๐ source-greenhouse: run up-to-date pipeline 2024-07-10
0cb8fb5a42 ๐ source-tiktok-marketing: run up-to-date pipeline 2024-07-10
330a61320d ๐ source-bing-ads: run up-to-date pipeline 2024-07-10
4dbf074f65 ๐ source-goldcast: run up-to-date pipeline 2024-07-10
405e1a1271 ๐ source-linkedin-pages: run up-to-date pipeline 2024-07-10
74a5d6b5ab ๐ source-gong: run up-to-date pipeline 2024-07-10
04402e9cff ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-07-10
9f4a25cd7f ๐ source-smartsheets: run up-to-date pipeline 2024-07-10
b45cd96629 ๐ source-smartengage: run up-to-date pipeline 2024-07-10
6f205fd6ef ๐ source-plaid: run up-to-date pipeline 2024-07-10
d301e2d662 ๐ source-statuspage: run up-to-date pipeline 2024-07-10
1fb95386ee ๐ source-quickbooks: run up-to-date pipeline 2024-07-10
86f3f4497f ๐ source-lemlist: run up-to-date pipeline 2024-07-10
41425ee220 ๐ source-datadog: run up-to-date pipeline 2024-07-10
d49af669d7 ๐ source-auth0: run up-to-date pipeline 2024-07-10
181d9eece8 ๐ source-tplcentral: run up-to-date pipeline 2024-07-10
ec983ef431 ๐ source-persistiq: run up-to-date pipeline 2024-07-10
02dd6177f8 ๐ source-mixpanel: run up-to-date pipeline 2024-07-10
3833c50d73 ๐ source-pendo: run up-to-date pipeline 2024-07-10
481d353db6 ๐ source-kyve: run up-to-date pipeline 2024-07-10
0150de8463 ๐ source-freshservice: run up-to-date pipeline 2024-07-10
15d540e3fd ๐ source-paystack: run up-to-date pipeline 2024-07-10
1e3c35e955 ๐ source-launchdarkly: run up-to-date pipeline 2024-07-10
1a7b525693 ๐ source-harness: run up-to-date pipeline 2024-07-10
57c6b9686e ๐ source-n8n: run up-to-date pipeline 2024-07-10
4b1a90eb19 ๐ source-orbit: run up-to-date pipeline 2024-07-10
d901114378 ๐ destination-databend: run up-to-date pipeline 2024-07-10
9052a447a9 ๐ source-gcs: run up-to-date pipeline 2024-07-10
c49790025a ๐ source-yandex-metrica: run up-to-date pipeline 2024-07-10
1b4a422b9d ๐ source-linnworks: run up-to-date pipeline 2024-07-10
b63cc8c56f ๐ source-ringcentral: run up-to-date pipeline 2024-07-10
8c887ddabe ๐ source-typeform: run up-to-date pipeline 2024-07-10
cdd0b6b72c ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-07-10
e123638fdd ๐ source-bamboo-hr: run up-to-date pipeline 2024-07-10
ef4a6c90ab ๐ source-genesys: run up-to-date pipeline 2024-07-10
de817e1b04 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-07-10
45510c18d7 ๐ source-google-search-console: run up-to-date pipeline 2024-07-10
2fc265f890 ๐ source-fastbill: run up-to-date pipeline 2024-07-10
315b52e636 ๐ source-coinmarketcap: run up-to-date pipeline 2024-07-10
9132b1c183 ๐ source-yotpo: run up-to-date pipeline 2024-07-10
c0fb73cdbe ๐ source-ip2whois: run up-to-date pipeline 2024-07-10
09c329c490 ๐ source-pokeapi: run up-to-date pipeline 2024-07-10
74755f15a3 ๐ source-emailoctopus: run up-to-date pipeline 2024-07-10
ad51536476 ๐ source-aircall: run up-to-date pipeline 2024-07-10
567f39ccc0 ๐ source-pinterest: run up-to-date pipeline 2024-07-10
73de1c558c ๐ source-configcat: run up-to-date pipeline 2024-07-10
7e1c822801 ๐ destination-astra: run up-to-date pipeline 2024-07-10
b5ecddde71 ๐ source-kyriba: run up-to-date pipeline 2024-07-10
d2caa56158 ๐ source-jira: run up-to-date pipeline 2024-07-10
5a7870a8f3 ๐ source-omnisend: run up-to-date pipeline 2024-07-10
0194657848 ๐ source-hubplanner: run up-to-date pipeline 2024-07-10
e4e1ce5657 ๐ source-pocket: run up-to-date pipeline 2024-07-10
391d568781 ๐ source-facebook-marketing: run up-to-date pipeline 2024-07-10
4e1d029435 ๐ source-secoda: run up-to-date pipeline 2024-07-10
25bf8a73fa ๐ source-adjust: run up-to-date pipeline 2024-07-10
550311ff29 ๐ source-gnews: run up-to-date pipeline 2024-07-10
319202bd84 ๐ source-k6-cloud: run up-to-date pipeline 2024-07-10
a3db1506ee ๐ source-pypi: run up-to-date pipeline 2024-07-10
9a9dad74ee ๐ source-pipedrive: run up-to-date pipeline 2024-07-10
129b50bb01 ๐ source-partnerstack: run up-to-date pipeline 2024-07-10
8890a20edd refactor(source-zendesk-support): bump to CDK 3.2.0 (#41436)
8806e76d1d ๐ source-chartmogul: run up-to-date pipeline 2024-07-10
ebfe12f3db ๐ source-onesignal: run up-to-date pipeline 2024-07-10
4f8e7af66a ๐ destination-cumulio: run up-to-date pipeline 2024-07-10
2a71a5277d ๐ source-apify-dataset: run up-to-date pipeline 2024-07-10
8f1e7810b8 ๐ source-amazon-seller-partner: run up-to-date pipeline 2024-07-10
a5f32d2464 ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-07-10
3274bdb4b5 ๐ source-drift: run up-to-date pipeline 2024-07-10
d7096965ec ๐ source-timely: run up-to-date pipeline 2024-07-10
0351273693 ๐ source-pexels-api: run up-to-date pipeline 2024-07-10
158432f7dd ๐ source-zendesk-talk: run up-to-date pipeline 2024-07-10
c1cb8e6eea ๐ source-clazar: run up-to-date pipeline 2024-07-10
22dd88d17a ๐ source-surveymonkey: run up-to-date pipeline 2024-07-10
cc46155815 ๐ source-klaus-api: run up-to-date pipeline 2024-07-10
f6f6b67e60 ๐ source-github: run up-to-date pipeline 2024-07-10
19a6876991 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-07-10
c274cb2b74 ๐ source-intercom: run up-to-date pipeline 2024-07-10
a3593761d7 ๐ source-tempo: run up-to-date pipeline 2024-07-10
4e28b68274 ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-07-10
8b418a46bd ๐ source-public-apis: run up-to-date pipeline 2024-07-10
0f086de2ca ๐ source-wrike: run up-to-date pipeline 2024-07-10
63bc213057 ๐ destination-typesense: run up-to-date pipeline 2024-07-10
7fcfbb3e7d ๐ destination-vectara: run up-to-date pipeline 2024-07-10
c257193bf9 ๐ source-intruder: run up-to-date pipeline 2024-07-10
df2a467cda ๐ source-tyntec-sms: run up-to-date pipeline 2024-07-10
65db1be0f7 ๐ source-gainsight-px: run up-to-date pipeline 2024-07-10
b011d88242 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-07-10
b5e1733c13 ๐ source-todoist: run up-to-date pipeline 2024-07-10
a84c3a9d7c ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-07-10
9409b34159 ๐ source-alpha-vantage: run up-to-date pipeline 2024-07-10
ae5704b0ca ๐ source-retently: run up-to-date pipeline 2024-07-10
ea89fe9c9c ๐ source-datascope: run up-to-date pipeline 2024-07-10
60010988ce ๐ source-close-com: run up-to-date pipeline 2024-07-10
54ac68ebe0 ๐ source-chargify: run up-to-date pipeline 2024-07-10
06a2517c70 ๐ source-gridly: run up-to-date pipeline 2024-07-10
06f725b9e2 ๐ source-vitally: run up-to-date pipeline 2024-07-10
25475bc8a2 ๐ source-ashby: run up-to-date pipeline 2024-07-10
2281081c86 ๐ source-qualaroo: run up-to-date pipeline 2024-07-10
7a29271897 ๐ source-harvest: run up-to-date pipeline 2024-07-10
0c6249d86d ๐ source-microsoft-teams: run up-to-date pipeline 2024-07-10
3f1442b6b9 ๐ destination-chroma: run up-to-date pipeline 2024-07-10
fb3fde09ec ๐ source-copper: run up-to-date pipeline 2024-07-10
0676f3b155 ๐ source-orb: run up-to-date pipeline 2024-07-10
bef3d640ea ๐ source-fullstory: run up-to-date pipeline 2024-07-10
4a3ab33898 ๐ source-recruitee: run up-to-date pipeline 2024-07-10
d4a2b3a6a9 ๐ source-customer-io: run up-to-date pipeline 2024-07-10
8b1fa87a5d ๐ source-zendesk-support: run up-to-date pipeline 2024-07-10
153eb9c158 ๐ source-polygon-stock-api: run up-to-date pipeline 2024-07-10
a7ad2578ff ๐ destination-timeplus: run up-to-date pipeline 2024-07-10
e164b3cc35 ๐ source-xkcd: run up-to-date pipeline 2024-07-10
f655514799 ๐ source-twitter: run up-to-date pipeline 2024-07-10
cbd53bd869 ๐ source-lokalise: run up-to-date pipeline 2024-07-10
035636ff01 ๐ source-commercetools: run up-to-date pipeline 2024-07-10
23e8d7698f ๐ source-clickup-api: run up-to-date pipeline 2024-07-10
b13ea19d77 ๐ source-confluence: run up-to-date pipeline 2024-07-10
096b1e8914 ๐ source-mailchimp: run up-to-date pipeline 2024-07-10
d3ffd0374d ๐ source-glassfrog: run up-to-date pipeline 2024-07-10
ecd54dc61b ๐ source-iterable: run up-to-date pipeline 2024-07-10
026a18bf08 ๐ source-senseforce: run up-to-date pipeline 2024-07-10
33341cd599 ๐ source-plausible: run up-to-date pipeline 2024-07-10
5dbbff3622 ๐ source-mailerlite: run up-to-date pipeline 2024-07-10
2e101f6503 ๐ source-convertkit: run up-to-date pipeline 2024-07-10
69be166fd2 ๐ค Cut version 3.2.0 of source-declarative-manifest
67490ebc48 ๐ค minor bump Python CDK to version 3.2.0
f00ed4a925 [airbyte-cdk] add running stream status with rate limit reason to backoff aproach (#40681)
c7375a8ef9 ๐ค Cut version 3.1.0 of source-declarative-manifest
4d32562cb3 ๐ค minor bump Python CDK to version 3.1.0
bc60a740a2 [airbyte-cdk] add incomplete stream status to nonexistent stream handling (#40568)
3697c90564 python-connector-base: use Python 3.10 root image (#41062)
ea9c590a3c ๐ source-salesloft: run up-to-date pipeline 2024-07-10
f7c3ef507f ๐ source-nytimes: run up-to-date pipeline 2024-07-10
2e85b81505 ๐ source-qualaroo: run up-to-date pipeline 2024-07-10
3853c0994e ๐ source-clockify: run up-to-date pipeline 2024-07-10
d0bcc14c21 ๐ source-ringcentral: run up-to-date pipeline 2024-07-10
435dae281e ๐ source-activecampaign: run up-to-date pipeline 2024-07-10
6040461735 ๐ source-k6-cloud: run up-to-date pipeline 2024-07-10
3531deba52 ๐ source-quickbooks: run up-to-date pipeline 2024-07-10
ac04ab826f Revert "connector publish pipeline: disable dagger cache" (#41337)
f39875d5e9 connector publish pipeline: disable dagger cache (#41335)
f320d8e4c5 ๐ source-yandex-metrica: run up-to-date pipeline 2024-07-09
33e02f60e8 ๐ source-recreation: run up-to-date pipeline 2024-07-09
85839bd4b3 ๐ source-hellobaton: run up-to-date pipeline 2024-07-09
df2a66940b ๐ source-wrike: run up-to-date pipeline 2024-07-09
aefeed5488 ๐ source-webflow: run up-to-date pipeline 2024-07-09
54bb4431c8 ๐ source-emailoctopus: run up-to-date pipeline 2024-07-09
dfa4ac4cd7 ๐ source-launchdarkly: run up-to-date pipeline 2024-07-09
d355c32346 ๐ destination-kvdb: run up-to-date pipeline 2024-07-09
6cc171b69c ๐ source-hubspot: run up-to-date pipeline 2024-07-09
266ba67b73 ๐ source-retently: run up-to-date pipeline 2024-07-09
71bcdb15a2 ๐ source-mixpanel: run up-to-date pipeline 2024-07-09
c0e3c95b8c ๐ source-statuspage: run up-to-date pipeline 2024-07-09
e5980e6151 ๐ source-gocardless: run up-to-date pipeline 2024-07-09
31d6625f06 ๐ source-visma-economic: run up-to-date pipeline 2024-07-09
9357edc513 ๐ source-iterable: run up-to-date pipeline 2024-07-09
9f4ed0ff29 ๐ source-pocket: run up-to-date pipeline 2024-07-09
f2584dfe68 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-07-09
58fa0e48c3 ๐ source-zenefits: run up-to-date pipeline 2024-07-09
b8c936bb99 ๐ source-fleetio: run up-to-date pipeline 2024-07-09
33112d0ab9 ๐ source-drift: run up-to-date pipeline 2024-07-09
faca81ba1c ๐ source-clickup-api: run up-to-date pipeline 2024-07-09
8e5c8e6486 ๐ source-reply-io: run up-to-date pipeline 2024-07-09
aabbca22bf ๐ source-harvest: run up-to-date pipeline 2024-07-09
276409821a ๐ source-datascope: run up-to-date pipeline 2024-07-09
1a66e33957 ๐ source-sendinblue: run up-to-date pipeline 2024-07-09
5d92a84e8d ๐ source-partnerstack: run up-to-date pipeline 2024-07-09
950d1fadc0 ๐ source-tempo: run up-to-date pipeline 2024-07-09
f83a1f4f21 ๐ source-zendesk-sell: run up-to-date pipeline 2024-07-09
89da658d10 ๐ source-lemlist: run up-to-date pipeline 2024-07-09
c95b0b4afb ๐ source-ip2whois: run up-to-date pipeline 2024-07-09
7d7eb7c579 ๐ source-freshservice: run up-to-date pipeline 2024-07-09
11475d2663 ๐ source-braintree: run up-to-date pipeline 2024-07-09
e9d7ab5683 ๐ source-close-com: run up-to-date pipeline 2024-07-09
5f6e7943cb ๐ source-bing-ads: run up-to-date pipeline 2024-07-09
6c396f882c ๐ source-linkedin-ads: run up-to-date pipeline 2024-07-09
1bbdda8aa0 ๐ source-zoom: run up-to-date pipeline 2024-07-09
4287a2bbf4 ๐ source-microsoft-teams: run up-to-date pipeline 2024-07-09
71905e519c ๐ source-omnisend: run up-to-date pipeline 2024-07-09
ac25eaf715 ๐ source-auth0: run up-to-date pipeline 2024-07-09
8af130cdf3 ๐ source-captain-data: run up-to-date pipeline 2024-07-09
42763fc750 ๐ source-mailersend: run up-to-date pipeline 2024-07-09
9017c8f4fe ๐ source-google-ads: run up-to-date pipeline 2024-07-10
6e28ed4f31 docs(source-Azure-Blob-Storage): add readme for integration tests (#41086)
eadaeeff53 ๐ source-zendesk-support: run up-to-date pipeline 2024-07-09
5b10ac9bca ๐ source-s3: run up-to-date pipeline 2024-07-09
02d6b0c488 ๐ source-snapchat-marketing: run up-to-date pipeline 2024-07-09
3d56b88aa0 ๐ source-apple-search-ads: run up-to-date pipeline 2024-07-09
c910ea8163 ๐ source-stripe: run up-to-date pipeline 2024-07-09
6035a672a4 ๐ source-shortio: run up-to-date pipeline 2024-07-09
3beb11bb38 ๐ source-pardot: run up-to-date pipeline 2024-07-09
ef8a658a6f ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-07-09
0602f6a63c ๐ source-gainsight-px: run up-to-date pipeline 2024-07-09
0fd1f65df6 ๐ destination-google-sheets: run up-to-date pipeline 2024-07-09
9845ccf3b1 ๐ source-pexels-api: run up-to-date pipeline 2024-07-09
0956b166a1 ๐ source-pypi: run up-to-date pipeline 2024-07-09
fef6fbe697 ๐ source-dockerhub: run up-to-date pipeline 2024-07-09
b6b3563a62 ๐ source-wikipedia-pageviews: run up-to-date pipeline 2024-07-09
5199bf1fc4 ๐ source-pipedrive: run up-to-date pipeline 2024-07-09
216b4c1135 ๐ destination-aws-datalake: run up-to-date pipeline 2024-07-09
7725c2247b ๐ source-tplcentral: run up-to-date pipeline 2024-07-09
1193614cbc ๐ source-bamboo-hr: run up-to-date pipeline 2024-07-09
3542c8cdcf ๐ source-spacex-api: run up-to-date pipeline 2024-07-09
c631cf10f7 ๐ source-orb: run up-to-date pipeline 2024-07-09
c7af300330 ๐ source-workable: run up-to-date pipeline 2024-07-09
4753269510 ๐ source-smartsheets: run up-to-date pipeline 2024-07-09
f29cd4eafb ๐ source-smaily: run up-to-date pipeline 2024-07-09
940736fe3b ๐ source-pendo: run up-to-date pipeline 2024-07-09
e8589063ee ๐ destination-astra: run up-to-date pipeline 2024-07-09
a96927a035 ๐ destination-qdrant: run up-to-date pipeline 2024-07-09
db51f6d6fc ๐ source-amplitude: run up-to-date pipeline 2024-07-09
9a2ad657c9 ๐ destination-sqlite: run up-to-date pipeline 2024-07-09
2a4f2e12d4 ๐ source-trello: run up-to-date pipeline 2024-07-09
81cf103565 ๐ source-gitlab: run up-to-date pipeline 2024-07-09
53f8d2c71f ๐ source-harness: run up-to-date pipeline 2024-07-09
4a3f97f1e4 ๐ destination-cumulio: run up-to-date pipeline 2024-07-09
4774d53414 ๐ source-azure-table: run up-to-date pipeline 2024-07-09
0adf713c8d ๐ source-facebook-marketing: run up-to-date pipeline 2024-07-09
69015a3c8d ๐ source-tyntec-sms: run up-to-date pipeline 2024-07-09
af31ba3e4d ๐ source-instagram: run up-to-date pipeline 2024-07-09
aa0c16b13b ๐ source-gong: run up-to-date pipeline 2024-07-09
9907e61ec4 ๐ source-copper: run up-to-date pipeline 2024-07-09
52b624e2da ๐ source-intercom: run up-to-date pipeline 2024-07-09
557fd33f7c ๐ source-unleash: run up-to-date pipeline 2024-07-09
990e257961 ๐ source-instatus: run up-to-date pipeline 2024-07-09
9a49ce08fe ๐ source-workramp: run up-to-date pipeline 2024-07-09
5821118142 ๐ source-surveycto: run up-to-date pipeline 2024-07-09
26227b9f84 ๐ destination-firebolt: run up-to-date pipeline 2024-07-09
86e0b00057 ๐ source-zendesk-talk: run up-to-date pipeline 2024-07-09
5a26fa82ab ๐ source-plausible: run up-to-date pipeline 2024-07-09
87e9232536 ๐ source-todoist: run up-to-date pipeline 2024-07-09
a25a0f4d94 ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-07-09
276809b7fe ๐ source-clazar: run up-to-date pipeline 2024-07-09
417678ea63 ๐ source-square: run up-to-date pipeline 2024-07-09
643812ee8f ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-07-09
3d9ce27a7c ๐ source-facebook-pages: run up-to-date pipeline 2024-07-09
baafd183e9 ๐ source-dremio: run up-to-date pipeline 2024-07-09
f9d19ee7f3 ๐ source-callrail: run up-to-date pipeline 2024-07-09
e924865082 ๐ source-chargify: run up-to-date pipeline 2024-07-09
7f1b28e335 ๐ source-pokeapi: run up-to-date pipeline 2024-07-09
bfbfc1cb57 ๐ source-opsgenie: run up-to-date pipeline 2024-07-09
1105382dd2 ๐ source-getlago: run up-to-date pipeline 2024-07-09
e1b6aee021 ๐ source-rki-covid: run up-to-date pipeline 2024-07-09
aa7363655d ๐ source-waiteraid: run up-to-date pipeline 2024-07-09
92fa3b60c9 ๐ source-qonto: run up-to-date pipeline 2024-07-09
6dccbb0ad9 ๐ source-sendgrid: run up-to-date pipeline 2024-07-09
a21607a7f0 ๐ source-newsdata: run up-to-date pipeline 2024-07-09
d47f502b5f ๐ source-pivotal-tracker: run up-to-date pipeline 2024-07-09
0477e922c7 ๐ destination-vectara: run up-to-date pipeline 2024-07-09
c049da687e ๐ source-coinmarketcap: run up-to-date pipeline 2024-07-09
51eb930a0a ๐ source-asana: run up-to-date pipeline 2024-07-09
62df4708b7 ๐ source-amazon-ads: run up-to-date pipeline 2024-07-09
08f38caaa1 ๐ source-zenloop: run up-to-date pipeline 2024-07-09
9b391e4c6b ๐ source-flexport: run up-to-date pipeline 2024-07-09
b5811073db ๐ source-appsflyer: run up-to-date pipeline 2024-07-09
fc76be2ee7 ๐ source-kyriba: run up-to-date pipeline 2024-07-09
85764ebde2 ๐ source-gcs: run up-to-date pipeline 2024-07-09
601235dfb3 ๐ source-open-exchange-rates: run up-to-date pipeline 2024-07-09
4b19794177 ๐ source-mailerlite: run up-to-date pipeline 2024-07-09
8ea1ecdf7e ๐ source-firebolt: run up-to-date pipeline 2024-07-09
b276c42152 ๐ source-mailchimp: run up-to-date pipeline 2024-07-09
8ef037a59e ๐ source-tiktok-marketing: run up-to-date pipeline 2024-07-09
4cf236451d ๐ source-nasa: run up-to-date pipeline 2024-07-09
e00ecb9028 ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-07-09
048452947b ๐ source-aircall: run up-to-date pipeline 2024-07-09
1ad9d7a402 ๐ source-amazon-seller-partner: run up-to-date pipeline 2024-07-09
2c9abf1be5 ๐ source-woocommerce: run up-to-date pipeline 2024-07-09
14b4d79e1a ๐ source-gridly: run up-to-date pipeline 2024-07-09
d90c7c9d17 ๐ source-google-search-console: run up-to-date pipeline 2024-07-09
cea3571c12 ๐ destination-chroma: run up-to-date pipeline 2024-07-09
1c5d04f67f ๐ source-us-census: run up-to-date pipeline 2024-07-09
424e5853ce ๐ source-recharge: run up-to-date pipeline 2024-07-09
1b12f40446 ๐ source-datadog: run up-to-date pipeline 2024-07-09
8f8e4c2c11 ๐ source-glassfrog: run up-to-date pipeline 2024-07-09
dba2cb680b ๐ source-aha: run up-to-date pipeline 2024-07-09
7425f52f92 ๐ source-metabase: run up-to-date pipeline 2024-07-09
f4de005aad ๐ source-survey-sparrow: run up-to-date pipeline 2024-07-09
198c5dccb6 ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-07-09
dd2aa70a80 ๐ source-recurly: run up-to-date pipeline 2024-07-09
bab09e4644 ๐ source-jira: run up-to-date pipeline 2024-07-09
eb8cdec99c ๐ source-fastbill: run up-to-date pipeline 2024-07-09
2f22dcae88 ๐ source-mailjet-mail: run up-to-date pipeline 2024-07-09
7ce1df0e10 ๐ source-sonar-cloud: run up-to-date pipeline 2024-07-09
b69378a86a ๐ source-gnews: run up-to-date pipeline 2024-07-09
7c9c3e319f ๐ source-faker: run up-to-date pipeline 2024-07-09
4d9cbb07a9 ๐ source-tmdb: run up-to-date pipeline 2024-07-09
4359425c87 ๐ source-adjust: run up-to-date pipeline 2024-07-09
9f49b080b6 ๐ source-postmarkapp: run up-to-date pipeline 2024-07-09
e860951a8c ๐ source-sap-fieldglass: run up-to-date pipeline 2024-07-09
55ecd1576d ๐ source-everhour: run up-to-date pipeline 2024-07-09
3d4bda0699 ๐ source-lokalise: run up-to-date pipeline 2024-07-09
ae84568224 ๐ source-apify-dataset: run up-to-date pipeline 2024-07-09
03e0e78af5 ๐ source-fullstory: run up-to-date pipeline 2024-07-09
e45e6d6a4d ๐ source-n8n: run up-to-date pipeline 2024-07-09
a8b8aa0a00 ๐ destination-pinecone: run up-to-date pipeline 2024-07-09
bcb79efa70 ๐ source-freshcaller: run up-to-date pipeline 2024-07-09
208bdec58a ๐ source-persistiq: run up-to-date pipeline 2024-07-09
c3a130a5b7 ๐ source-rss: run up-to-date pipeline 2024-07-09
540d2ab86d ๐ source-dixa: run up-to-date pipeline 2024-07-09
3f8014c133 ๐ source-openweather: run up-to-date pipeline 2024-07-09
18fd3dbdbf ๐ source-news-api: run up-to-date pipeline 2024-07-09
5a9025a75c ๐ source-strava: run up-to-date pipeline 2024-07-09
60eef8d7b3 ๐ source-secoda: run up-to-date pipeline 2024-07-09
df331026e6 ๐ source-google-webfonts: run up-to-date pipeline 2024-07-09
10312b2917 ๐ source-xkcd: run up-to-date pipeline 2024-07-09
09469a36bd ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-07-09
79816c37d3 ๐ source-coin-api: run up-to-date pipeline 2024-07-09
09e803f717 ๐ source-mailjet-sms: run up-to-date pipeline 2024-07-09
3c4adc45e6 ๐ source-klaus-api: run up-to-date pipeline 2024-07-09
5c6a9acc7a ๐ source-klaviyo: run up-to-date pipeline 2024-07-09
699da75177 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-07-09
b1b495c157 ๐ source-paystack: run up-to-date pipeline 2024-07-09
3f577a65ca ๐ source-orbit: run up-to-date pipeline 2024-07-09
329b70a581 ๐ source-whisky-hunter: run up-to-date pipeline 2024-07-09
01bec6df35 ๐ source-public-apis: run up-to-date pipeline 2024-07-09
f4ea4c8698 ๐ source-linnworks: run up-to-date pipeline 2024-07-09
b18053c45e ๐ destination-typesense: run up-to-date pipeline 2024-07-09
8c745a0b17 ๐ source-github: run up-to-date pipeline 2024-07-09
d8be2db8a3 ๐ destination-weaviate: run up-to-date pipeline 2024-07-09
f2b9c126e2 ๐ source-vitally: run up-to-date pipeline 2024-07-09
9690cc3fab ๐ source-vantage: run up-to-date pipeline 2024-07-09
ccf7a4cd89 ๐ source-customer-io: run up-to-date pipeline 2024-07-09
0e733ea7af ๐ source-freshsales: run up-to-date pipeline 2024-07-09
02c72d8811 ๐ source-toggl: run up-to-date pipeline 2024-07-09
d4a3fc1b11 ๐ source-typeform: run up-to-date pipeline 2024-07-09
46a7442a14 ๐ source-alpha-vantage: run up-to-date pipeline 2024-07-09
78f7a82136 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-07-09
f0f4396a9a ๐ source-slack: run up-to-date pipeline 2024-07-09
1b0d9a18a0 ๐ source-rd-station-marketing: run up-to-date pipeline 2024-07-09
38ba005f88 ๐ source-google-directory: run up-to-date pipeline 2024-07-09
b166a058a8 ๐ source-appfollow: run up-to-date pipeline 2024-07-09
4924a2fa25 ๐ source-plaid: run up-to-date pipeline 2024-07-09
743cdedad5 ๐ source-outreach: run up-to-date pipeline 2024-07-09
6305741984 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-07-09
f36711778e ๐ destination-xata: run up-to-date pipeline 2024-07-09
a2b58ee722 ๐ source-kyve: run up-to-date pipeline 2024-07-09
28d88cd277 ๐ source-pagerduty: run up-to-date pipeline 2024-07-09
faf670dad4 ๐ source-weatherstack: run up-to-date pipeline 2024-07-09
623f70d97c ๐ source-senseforce: run up-to-date pipeline 2024-07-09
600e371e6b ๐ destination-databend: run up-to-date pipeline 2024-07-09
2f0cae1313 ๐ source-gutendex: run up-to-date pipeline 2024-07-09
3d9fda7493 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-07-09
2e5eef0a59 ๐ source-merge: run up-to-date pipeline 2024-07-09
f61bf400bd ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-07-09
7ab7547b6d ๐ source-intruder: run up-to-date pipeline 2024-07-09
5845bdc4cf ๐ source-insightly: run up-to-date pipeline 2024-07-09
835764eb52 ๐ source-yotpo: run up-to-date pipeline 2024-07-09
869d258bcd ๐ source-delighted: run up-to-date pipeline 2024-07-09
ed4f32932e ๐ source-smartengage: run up-to-date pipeline 2024-07-09
18c250c086 ๐ destination-duckdb: run up-to-date pipeline 2024-07-09
74468274df ๐ source-salesforce: run up-to-date pipeline 2024-07-09
55a278c457 ๐ source-bigcommerce: run up-to-date pipeline 2024-07-09
e2ea3ef77b ๐ destination-timeplus: run up-to-date pipeline 2024-07-09
d2a376691b ๐ source-surveymonkey: run up-to-date pipeline 2024-07-09
ae1dc3ff4f ๐ source-babelforce: run up-to-date pipeline 2024-07-09
4358cdcfe1 ๐ source-convex: run up-to-date pipeline 2024-07-09
d1f010fa3c ๐ source-goldcast: run up-to-date pipeline 2024-07-09
dbae4ff074 ๐ source-oura: run up-to-date pipeline 2024-07-09
c6b857f163 ๐ source-recruitee: run up-to-date pipeline 2024-07-09
ca21237e9e ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-07-09
83c1bbecd6 ๐ source-klarna: run up-to-date pipeline 2024-07-09
c53321e637 ๐ source-timely: run up-to-date pipeline 2024-07-09
1a6922544d ๐ source-confluence: run up-to-date pipeline 2024-07-09
96f0dfc037 ๐ source-ashby: run up-to-date pipeline 2024-07-09
8309477561 ๐ source-convertkit: run up-to-date pipeline 2024-07-09
0ba3ac8532 ๐ source-google-sheets: run up-to-date pipeline 2024-07-09
4f19f9ea9a ๐ source-linkedin-pages: run up-to-date pipeline 2024-07-09
3bec93d160 ๐ destination-convex: run up-to-date pipeline 2024-07-09
cd31483667 Update Connector Docs: Airbyte Connector (#41254)
2c2d841f5b feat(source-declarative-manifest): add local yaml support (#39905)
929bf06368 fix(source-nytimes): remove date format from spec (#41030)
fa4e0d24c1 ๐จSource The Guardian API: Migrate to poetry (#41049)
a9bc389297 Update sl metadata for python sources (#40711)
5f42d38712 Revert "Revert "[source-postgres] Fix duplicate streams in postgres"" (#41067)
ec3b119102 bug(source-datadog) Reenabled datadog in cloud (#41162)
0cc8229bbd ๐ Source Shopify: add Options field to Product Variants stream (#41068)
0de8fc058b docs: Update for support of custom URLs (#41038)
e58e71ef8c ๐Source Quickbooks: Fix configured catalog for discovering schemas with new cdk (#40660)
e1e44f0b6e ๐ source-airtable: run up-to-date pipeline 2024-07-09
d1cffe3ad3 orchestrator: pin numpy version (#41066)
080e8096d1 delete scaffold sources (#41069)
71485fc4d3 ๐Source Greenhouse: Move spec to inline and fix Readme (#39601)
4722eb7f50 [Source Chargebee] - Adds new stream `subscriptionwithscheduledchanges(#39448)
8757e2159b ๐จSource Outbrain Amplify: Migrate to poetry (#41035)
c28de18d2c chore(destination-langchain): archive destination-langchain in favor of per-provider destinations (#41024)
823852e25a refactor(source-zendesk-support): migrate to CDK v3 (#41032)
9a0774b4ca refactor(source-shopify): migrate to CDK v3 (#41042)
3f278ea4cd Support Snowflake key pair auth for source connector (#40424)
526aea0687 โจSource Wikipedia PageViews: Make Connector Compatible with Builder (#38724)
1d125599db python-connector-base: patch vulnerabilities (#41057)
22e36de5c2 ๐ค Cut version 3.0.0 of source-declarative-manifest
d1d365ef17 ๐ค major bump Python CDK to version 3.0.0
02c5f59ccf ref(airbyte-cdk): use http_client inside HttpStream (#39811)
90da03f40d ๐ Source Stripe: use latestCDK == ^2` (#41044)
1c4ff2ae59 build(airbyte-ci): Test python versions matrix (#40731)
018293a447 community-ci: remove airbyte-ci from protected paths (#41058)
8be7b7ad78 connectors-insights: do no generate insights for scaffolds and strict encrypt connectors (#41056)
b2e7895ed3 Destination Bigquery+Snowflake: Fix resuming truncate refresh (#41041)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.5
5bdbaa4a4b Update support level terminology in docs (#40723)
8c8c636374 ๐จSource OneSignal: Migrate to poetry (#41033)
6a13f8bf17 connectorsqa: add 'AIRBYTE ENTERPRISE' to VALIDLICENSES list (#41047)
f48f3e58a5 Remove redundant version key (#41052)
9b6941c21a ๐ Source Instagram: use latest CDK == ^2 (#41046)
663261da0e ๐ Source Hubspot: use latest CDK == ^2 (#41045)
a4d77f8c98 ๐ Source Salesforce: use latest CDK == ^2 (#41043)
26f2c01347 โญ New Source: Goldcast (#38786)
ec0adedcce โจ[source-freshcaller] add life_cycle to call_metrics stream (#35892)
30bab2d8dd chore(destination-meilisearch): archive Meilisearch destination for now (#41023)
3ae9e2c3c2 ๐ Source Punk API: Archiving Due to API Vendor Stopping Work - 2 (#40741)
7876d89a2e docs(snowflake): fix description of snowflake warehouse (#40717)
99b040bb29 Change to trigger CI (#40739)
0b0efbf073 fix(destination-qdrant): Update to CDK 2.0 and qdtant-clien 1.10 (#41020)
13eea21fc1 airbyte-ci / connectors-insights: make Syft use local docker config (#41029)
096c7875b7 airbyte-ci: bump version command with pr number option (#40547)
4a4a45675a chore(schema-generator): bump schema generator certifi & other deps (#41022)
1aaa922c3f Update error handling for source-amazon-seller-partner (#40751)
393cff0f81 Fix some naming issue on CAT client container logic (#40755)
0c33b8c313 connectors-ci: fix typo in workflow (#41028)
b0551aea22 connectors-insights: docker login in workflow (#41027)
8be1b6ef1e ๐ค minor bump Python CDK to version 2.4.0
c4b8212ba7 CDK: Add support for input format parsing at jinja macro formatdatetime (#40759)
3bc5b512af ๐ค patch bump Python CDK to version 2.3.1
0c237d81d0 ๐ [CDK, Declarative Source]: fix bug when type is missing for anyOf in nested arrays (#40667)
202f9359ca chore(destination-meilisearch): switch to Poetry + archive (#41021)
2e8337e29a fix(destination-pinecone): Replaced using AirbyteLogger with an AirbyteLogMessage instead (#40753)
c194d3706d fix(docs): contribution documentation cleanup (#40761)
cd5df6f454 Source Faker: Bump CDK and mimesis dependencies (#40205)
57c98004c8 ๐ source-fleetio: run up-to-date pipeline 2024-07-06
b4671a801d ๐ source-pinterest: run up-to-date pipeline 2024-07-06
b2569ba5fa ๐ source-marketo: run up-to-date pipeline 2024-07-06
88b3f6c4c5 ๐ destination-milvus: run up-to-date pipeline 2024-07-06
8242ceee35 ๐ source-postmarkapp: run up-to-date pipeline 2024-07-06
f2441ae0e0 ๐ destination-cumulio: run up-to-date pipeline 2024-07-06
09a70870ed ๐ source-nasa: run up-to-date pipeline 2024-07-06
89049f5b94 ๐ source-zenefits: run up-to-date pipeline 2024-07-06
9842f093e8 ๐ source-appsflyer: run up-to-date pipeline 2024-07-06
923febdc1d ๐ source-serpstat: run up-to-date pipeline 2024-07-06
1c68e472b2 ๐ source-shopify: run up-to-date pipeline 2024-07-06
fcfe400704 ๐ source-younium: run up-to-date pipeline 2024-07-06
af457cb843 ๐ source-klaviyo: run up-to-date pipeline 2024-07-06
d5a8f50021 ๐ source-spacex-api: run up-to-date pipeline 2024-07-06
2451e9f666 ๐ source-us-census: run up-to-date pipeline 2024-07-06
d0fdf39f40 ๐ source-timely: run up-to-date pipeline 2024-07-06
906626f3c0 ๐ source-aha: run up-to-date pipeline 2024-07-06
c00ba9970f ๐ source-mailjet-sms: run up-to-date pipeline 2024-07-06
ff21819a9e ๐ source-dixa: run up-to-date pipeline 2024-07-06
96ba9c1a1d ๐ source-flexport: run up-to-date pipeline 2024-07-06
887552e64d ๐ source-pipedrive: run up-to-date pipeline 2024-07-06
076c2b2215 ๐ destination-astra: run up-to-date pipeline 2024-07-06
84f85316d9 ๐ destination-pinecone: run up-to-date pipeline 2024-07-06
2f7874807a ๐ source-commercetools: run up-to-date pipeline 2024-07-06
4608e1f830 ๐ source-surveycto: run up-to-date pipeline 2024-07-06
96d5ed09f5 ๐ source-paystack: run up-to-date pipeline 2024-07-06
e70ea3d716 ๐ source-openweather: run up-to-date pipeline 2024-07-06
27c23c12fd ๐ source-jira: run up-to-date pipeline 2024-07-06
89ac727536 ๐ source-getlago: run up-to-date pipeline 2024-07-06
0a271d0c0d ๐ source-persistiq: run up-to-date pipeline 2024-07-06
e84241f76d ๐ source-harness: run up-to-date pipeline 2024-07-06
dd1efb6547 ๐ source-airtable: run up-to-date pipeline 2024-07-06
aec1866841 ๐ source-mailgun: run up-to-date pipeline 2024-07-06
96fa5ef44e ๐ source-rd-station-marketing: run up-to-date pipeline 2024-07-06
a226051ba6 ๐ source-recruitee: run up-to-date pipeline 2024-07-06
93725200fa ๐ source-appfollow: run up-to-date pipeline 2024-07-06
4228994c45 ๐ source-waiteraid: run up-to-date pipeline 2024-07-06
843b63bcaf ๐ source-yotpo: run up-to-date pipeline 2024-07-06
591a879327 ๐ destination-kvdb: run up-to-date pipeline 2024-07-06
53b5d2d784 ๐ source-amazon-ads: run up-to-date pipeline 2024-07-06
07e58eb2ad ๐ source-convex: run up-to-date pipeline 2024-07-06
6c5f94ccbb ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-07-06
295c85f8f4 ๐ source-aircall: run up-to-date pipeline 2024-07-06
76daccf8dd ๐ source-news-api: run up-to-date pipeline 2024-07-06
65486fff98 ๐ source-pagerduty: run up-to-date pipeline 2024-07-06
57225e5578 ๐ source-tyntec-sms: run up-to-date pipeline 2024-07-06
b4318302ef ๐ source-reply-io: run up-to-date pipeline 2024-07-06
9ff15821f1 ๐ source-mixpanel: run up-to-date pipeline 2024-07-06
df732c78fe ๐ source-commcare: run up-to-date pipeline 2024-07-06
36c3a2ee4a ๐ source-vitally: run up-to-date pipeline 2024-07-06
929cd780ff ๐ source-lokalise: run up-to-date pipeline 2024-07-06
75ea923f36 ๐ source-coda: run up-to-date pipeline 2024-07-06
9ab0a35f53 ๐ source-iterable: run up-to-date pipeline 2024-07-06
b3f98a5ed4 ๐ source-facebook-pages: run up-to-date pipeline 2024-07-06
03400aeb1f ๐ source-apify-dataset: run up-to-date pipeline 2024-07-06
c578c4c8d1 ๐ source-woocommerce: run up-to-date pipeline 2024-07-06
1624cdbe20 ๐ source-datascope: run up-to-date pipeline 2024-07-06
4a318a97fb ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-07-06
2a80c40c8e ๐ source-xkcd: run up-to-date pipeline 2024-07-06
b163cc197f ๐ source-bamboo-hr: run up-to-date pipeline 2024-07-06
eb9042032c ๐ source-klarna: run up-to-date pipeline 2024-07-06
aa2d7e9fa5 ๐ source-recurly: run up-to-date pipeline 2024-07-06
543c6178ef ๐ source-typeform: run up-to-date pipeline 2024-07-06
2d8e120deb ๐ source-qualaroo: run up-to-date pipeline 2024-07-06
e4ca68da4c ๐ source-gutendex: run up-to-date pipeline 2024-07-06
41cf4ca9cc ๐ source-trello: run up-to-date pipeline 2024-07-06
c940d81df7 ๐ source-orb: run up-to-date pipeline 2024-07-06
40b49b731a ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-07-06
67e5fee2a7 ๐ source-linkedin-pages: run up-to-date pipeline 2024-07-06
0697263550 ๐ source-sonar-cloud: run up-to-date pipeline 2024-07-06
ce390cda30 ๐ source-dockerhub: run up-to-date pipeline 2024-07-06
94045ecd03 ๐ source-clockify: run up-to-date pipeline 2024-07-06
68c5a9088e ๐ source-callrail: run up-to-date pipeline 2024-07-06
15c43c0f78 ๐ destination-firestore: run up-to-date pipeline 2024-07-06
b2d1a55c71 ๐ source-salesforce: run up-to-date pipeline 2024-07-06
8d33eba9f6 ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-07-06
a0cdc8bd11 ๐ source-hellobaton: run up-to-date pipeline 2024-07-06
598ba4c908 ๐ source-slack: run up-to-date pipeline 2024-07-06
4597c7ad2c ๐ source-auth0: run up-to-date pipeline 2024-07-06
0c14534e52 ๐ source-whisky-hunter: run up-to-date pipeline 2024-07-06
ab03afb365 ๐ source-pypi: run up-to-date pipeline 2024-07-06
de1602ba8b ๐ source-freshcaller: run up-to-date pipeline 2024-07-06
aca81d1e85 ๐ source-smartsheets: run up-to-date pipeline 2024-07-06
1a1a553b3e ๐ source-workramp: run up-to-date pipeline 2024-07-06
8cb7d007dc ๐ source-gocardless: run up-to-date pipeline 2024-07-06
c25374f5a0 ๐ source-google-webfonts: run up-to-date pipeline 2024-07-06
aa141cb7d4 ๐ source-secoda: run up-to-date pipeline 2024-07-06
2f321ec3c0 ๐ source-recharge: run up-to-date pipeline 2024-07-06
3f75e2b5c5 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-07-06
792884b0e6 ๐ source-freshsales: run up-to-date pipeline 2024-07-06
7224273b12 ๐ source-newsdata: run up-to-date pipeline 2024-07-06
ccdbde91c9 ๐ source-sendinblue: run up-to-date pipeline 2024-07-06
fbada55e2b ๐ destination-firebolt: run up-to-date pipeline 2024-07-06
d1238c148f ๐ source-zendesk-talk: run up-to-date pipeline 2024-07-06
26fd8da179 ๐ source-mailersend: run up-to-date pipeline 2024-07-06
3383d72f1d ๐ source-open-exchange-rates: run up-to-date pipeline 2024-07-06
22cfa5175c ๐ source-mailerlite: run up-to-date pipeline 2024-07-06
ea547d053e ๐ source-kyve: run up-to-date pipeline 2024-07-06
4c84a2b77a ๐ source-convertkit: run up-to-date pipeline 2024-07-06
9120b1f159 ๐ source-n8n: run up-to-date pipeline 2024-07-06
a16a014531 ๐ source-tempo: run up-to-date pipeline 2024-07-06
00bcbe6b66 ๐ source-braintree: run up-to-date pipeline 2024-07-06
7b1d8a2402 ๐ destination-timeplus: run up-to-date pipeline 2024-07-06
c97542c076 ๐ source-asana: run up-to-date pipeline 2024-07-06
0347b6e52b ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-07-06
13e3b4db5d ๐ source-fullstory: run up-to-date pipeline 2024-07-06
74636adc69 ๐ source-linkedin-ads: run up-to-date pipeline 2024-07-06
d63859809a ๐ source-linnworks: run up-to-date pipeline 2024-07-06
ddc616fe1b ๐ source-everhour: run up-to-date pipeline 2024-07-06
1f3b12c616 ๐ source-instatus: run up-to-date pipeline 2024-07-06
9708118050 ๐ source-activecampaign: run up-to-date pipeline 2024-07-06
63d49b2c55 ๐ source-kyriba: run up-to-date pipeline 2024-07-06
20aecf26b5 ๐ source-k6-cloud: run up-to-date pipeline 2024-07-06
e086ee0e99 ๐ source-weatherstack: run up-to-date pipeline 2024-07-06
bf5f2017c4 ๐ source-intercom: run up-to-date pipeline 2024-07-06
1cd28a4166 ๐ source-coingecko-coins: run up-to-date pipeline 2024-07-06
24f861e3d6 ๐ source-jina-ai-reader: run up-to-date pipeline 2024-07-06
f9bef8e0ff ๐ source-partnerstack: run up-to-date pipeline 2024-07-06
185f9883b2 ๐ source-greenhouse: run up-to-date pipeline 2024-07-06
ba89b953ed ๐ source-customer-io: run up-to-date pipeline 2024-07-06
cb59b5e16b ๐ source-quickbooks: run up-to-date pipeline 2024-07-06
82ec1b3be3 ๐ source-captain-data: run up-to-date pipeline 2024-07-06
3856109f56 ๐ source-insightly: run up-to-date pipeline 2024-07-06
15bb1d7352 ๐ source-alpha-vantage: run up-to-date pipeline 2024-07-06
6b3f713bbf ๐ source-drift: run up-to-date pipeline 2024-07-06
458853dc6e ๐ source-gong: run up-to-date pipeline 2024-07-06
9e97805a6b ๐ source-launchdarkly: run up-to-date pipeline 2024-07-06
3f5a0ebe27 ๐ source-gnews: run up-to-date pipeline 2024-07-06
0e6f589283 ๐ source-gainsight-px: run up-to-date pipeline 2024-07-06
5d00400075 ๐ source-gitlab: run up-to-date pipeline 2024-07-06
1860540e94 ๐ source-intruder: run up-to-date pipeline 2024-07-06
ca10f1849b ๐ source-salesloft: run up-to-date pipeline 2024-07-06
2fdaba65d9 ๐ source-mailchimp: run up-to-date pipeline 2024-07-06
5f07bc7b89 ๐ source-sendgrid: run up-to-date pipeline 2024-07-06
23af57dae8 ๐ source-recreation: run up-to-date pipeline 2024-07-06
3c739d29da ๐ source-twitter: run up-to-date pipeline 2024-07-06
c7a9b1764f ๐ source-vantage: run up-to-date pipeline 2024-07-06
c4e8c0c7ff ๐ source-statuspage: run up-to-date pipeline 2024-07-06
d9250d8f29 ๐ source-instagram: run up-to-date pipeline 2024-07-06
c095036b88 ๐ source-okta: run up-to-date pipeline 2024-07-06
bd5a729fa7 ๐ source-visma-economic: run up-to-date pipeline 2024-07-06
abd7c588e7 ๐ source-bing-ads: run up-to-date pipeline 2024-07-06
3b85dd05ff ๐ destination-aws-datalake: run up-to-date pipeline 2024-07-06
4001c8888b ๐ source-gridly: run up-to-date pipeline 2024-07-06
c5d392b2f3 ๐ source-tplcentral: run up-to-date pipeline 2024-07-06
86c675adc4 ๐ source-outreach: run up-to-date pipeline 2024-07-06
08e5c2c728 ๐ source-babelforce: run up-to-date pipeline 2024-07-06
abaca4fb93 ๐ source-polygon-stock-api: run up-to-date pipeline 2024-07-06
177b8ce454 ๐ source-microsoft-teams: run up-to-date pipeline 2024-07-06
5ed823465c ๐ source-senseforce: run up-to-date pipeline 2024-07-06
e23dbbc52e ๐ source-tiktok-marketing: run up-to-date pipeline 2024-07-06
188cdb7100 ๐ destination-databend: run up-to-date pipeline 2024-07-06
7366c0a95d ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-07-06
95755b582e ๐ destination-typesense: run up-to-date pipeline 2024-07-06
de1cf95bfe ๐ source-zenloop: run up-to-date pipeline 2024-07-06
fb2c298f96 ๐ source-emailoctopus: run up-to-date pipeline 2024-07-06
38095b7b09 ๐ source-rss: run up-to-date pipeline 2024-07-06
ed5d2f146a ๐ source-clazar: run up-to-date pipeline 2024-07-06
6f67a04d3f ๐ source-hubspot: run up-to-date pipeline 2024-07-06
700b699ea7 ๐ source-exchange-rates: run up-to-date pipeline 2024-07-06
1f61814446 ๐ source-glassfrog: run up-to-date pipeline 2024-07-06
cce606a10d ๐ destination-chroma: run up-to-date pipeline 2024-07-06
f5b55edc5e ๐ source-rki-covid: run up-to-date pipeline 2024-07-06
d332636b48 ๐ source-configcat: run up-to-date pipeline 2024-07-06
2588b42e11 ๐ source-mailjet-mail: run up-to-date pipeline 2024-07-06
850e562b98 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-07-06
968269a577 ๐ source-merge: run up-to-date pipeline 2024-07-06
2337db43fe ๐ source-google-ads: run up-to-date pipeline 2024-07-06
fd82235cf7 ๐ source-facebook-marketing: run up-to-date pipeline 2024-07-06
ef51a28902 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-07-06
b90212ec59 ๐ source-clickup-api: run up-to-date pipeline 2024-07-06
a92070bcd1 ๐ source-azure-table: run up-to-date pipeline 2024-07-06
27502e24fd ๐ source-pokeapi: run up-to-date pipeline 2024-07-06
0faebbf343 ๐ source-todoist: run up-to-date pipeline 2024-07-06
a81b3a4323 ๐ source-metabase: run up-to-date pipeline 2024-07-06
1c6699a1e1 ๐ source-freshservice: run up-to-date pipeline 2024-07-06
6ba1171500 ๐ source-lemlist: run up-to-date pipeline 2024-07-06
acdb1be7eb ๐ destination-weaviate: run up-to-date pipeline 2024-07-06
8b2ea50225 ๐ destination-sqlite: run up-to-date pipeline 2024-07-06
777041d384 ๐ source-genesys: run up-to-date pipeline 2024-07-06
1b09556c5d ๐ source-pexels-api: run up-to-date pipeline 2024-07-06
1906af2d6b ๐ source-adjust: run up-to-date pipeline 2024-07-06
43cc4f61fc ๐ source-google-directory: run up-to-date pipeline 2024-07-06
41d58a9d1b ๐ destination-xata: run up-to-date pipeline 2024-07-06
1558087664 ๐ source-smartengage: run up-to-date pipeline 2024-07-06
715e1d5a1f ๐ source-oura: run up-to-date pipeline 2024-07-06
cebd5dac63 ๐ source-rocket-chat: run up-to-date pipeline 2024-07-06
8757df9596 ๐ destination-vectara: run up-to-date pipeline 2024-07-06
1b5a9df701 ๐ source-wrike: run up-to-date pipeline 2024-07-06
2da3907b4e ๐ source-nytimes: run up-to-date pipeline 2024-07-06
9535b3ef9d ๐ source-faker: run up-to-date pipeline 2024-07-06
e403a65281 ๐ source-delighted: run up-to-date pipeline 2024-07-06
4e2c0d6d8b ๐ source-surveymonkey: run up-to-date pipeline 2024-07-06
051de65b54 ๐ source-tmdb: run up-to-date pipeline 2024-07-06
e43816dc77 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-07-06
50eeb80a2e ๐ source-coinmarketcap: run up-to-date pipeline 2024-07-06
507f420de2 ๐ source-chargify: run up-to-date pipeline 2024-07-06
e8d5c460be ๐ source-chartmogul: run up-to-date pipeline 2024-07-06
950f14de53 ๐ source-pivotal-tracker: run up-to-date pipeline 2024-07-06
f8d8a8b840 ๐ source-chargebee: run up-to-date pipeline 2024-07-06
812c069047 ๐ source-ip2whois: run up-to-date pipeline 2024-07-06
77cf53677e ๐ source-hubplanner: run up-to-date pipeline 2024-07-06
3063e73c27 ๐ source-toggl: run up-to-date pipeline 2024-07-06
156d504c06 ๐ source-omnisend: run up-to-date pipeline 2024-07-06
4ec265916f ๐ source-strava: run up-to-date pipeline 2024-07-06
509f31997e ๐ source-ashby: run up-to-date pipeline 2024-07-06
09b3eaf677 ๐ source-punk-api: run up-to-date pipeline 2024-07-06
6215cb292d ๐ source-ringcentral: run up-to-date pipeline 2024-07-06
492fa86d72 ๐ source-orbit: run up-to-date pipeline 2024-07-06
b96ef68663 ๐ source-survey-sparrow: run up-to-date pipeline 2024-07-06
e8c23bc32d ๐ source-coin-api: run up-to-date pipeline 2024-07-06
39f44de742 ๐ source-retently: run up-to-date pipeline 2024-07-06
f44803ff61 ๐ source-unleash: run up-to-date pipeline 2024-07-06
0567d0f381 ๐ source-firebolt: run up-to-date pipeline 2024-07-06
4538dd664a ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-07-06
05a76feb3f ๐ source-google-search-console: run up-to-date pipeline 2024-07-06
9d8cd593f5 ๐ source-amplitude: run up-to-date pipeline 2024-07-06
c102cc2c23 ๐ source-zendesk-sell: run up-to-date pipeline 2024-07-06
25f8a8e150 ๐ source-pendo: run up-to-date pipeline 2024-07-06
0d5a98a5b6 ๐ source-datadog: run up-to-date pipeline 2024-07-06
b8b0454614 ๐ source-zoom: run up-to-date pipeline 2024-07-06
56e21dc32b ๐ destination-convex: run up-to-date pipeline 2024-07-06
727fe85df6 ๐ source-opsgenie: run up-to-date pipeline 2024-07-06
3ae46925a6 ๐ source-square: run up-to-date pipeline 2024-07-06
e150e19615 ๐ source-amazon-seller-partner: run up-to-date pipeline 2024-07-06
85020ff312 ๐ destination-rabbitmq: run up-to-date pipeline 2024-07-06
185234c048 ๐ source-plausible: run up-to-date pipeline 2024-07-06
1d1338a223 ๐ source-my-hours: run up-to-date pipeline 2024-07-06
27041f7b19 ๐ source-close-com: run up-to-date pipeline 2024-07-06
ceaaa8bf6c ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-07-06
7ccf574eb2 ๐ source-webflow: run up-to-date pipeline 2024-07-06
72a5f02f9b ๐ source-bigcommerce: run up-to-date pipeline 2024-07-06
ae60f57071 ๐ source-public-apis: run up-to-date pipeline 2024-07-06
6c3b47b443 ๐ destination-google-sheets: run up-to-date pipeline 2024-07-06
19bcec8041 ๐ source-github: run up-to-date pipeline 2024-07-06
b985600884 ๐ source-pocket: run up-to-date pipeline 2024-07-06
fc24c4e0c2 ๐ source-harvest: run up-to-date pipeline 2024-07-06
da9a6a5458 ๐ source-fastbill: run up-to-date pipeline 2024-07-06
577e3d318f ๐ source-copper: run up-to-date pipeline 2024-07-06
e93c932703 ๐ source-google-sheets: run up-to-date pipeline 2024-07-06
300cef0624 ๐ source-qonto: run up-to-date pipeline 2024-07-06
1dc919cd6d ๐ source-plaid: run up-to-date pipeline 2024-07-06
831c8241ad ๐ source-dremio: run up-to-date pipeline 2024-07-06
677af9f003 ๐ source-klaus-api: run up-to-date pipeline 2024-07-06
6dda31c81d ๐ source-smaily: run up-to-date pipeline 2024-07-06
424d6872be ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-07-06
75e6464ca1 ๐ source-workable: run up-to-date pipeline 2024-07-06
aa35d13813 ๐ source-confluence: run up-to-date pipeline 2024-07-06
cb1bdc8f64 ๐ destination-duckdb: run up-to-date pipeline 2024-07-06
50b0a99b7e ๐ source-gcs: run up-to-date pipeline 2024-07-06
1eac62ff3f airbyte-cdk: run poetry check in CI (#39404)
5573c3f77e Revert "[source-postgres] Fix duplicate streams in postgres" (#40757)
9a0ada07a3 chore(CODEOWNERS): fix extensibility and critical connectors team references (#40724)
d0c56fda6e ๐ airbyte-ci: allow migrate-to-poetry to accept and ignore additional args (#40754)
b0af1eb234 chore(oss contrib): request community dev code reviews from marketplace-contributions instead of extensibility (#40756)
652cfd34d6 source-mssql: bump debezium-connector-sqlserver to latest patch version (#40750)
acb9ce1f86 [source-postgres] Fix duplicate streams in postgres (#40719)
0ab6314e08 chore: Removes .dockerignore and requirements.txt in connectors (#40217)
ba4b26dc0d โจ feat(source-bing-ads): support PerformanceMax Campaign Type (#40746)
4e9146425b โจ Source Mixpanel: make engage stream really incremental (#40607)
b6dfcccdea ๐ Source Punk API: Archiving Due to API Vendor Stopping Work - 1 (#40740)
d2d548f08f Source Freshcaller: Migrate to poetry (#40618)
834ae6332d fix(source-braintree): Fixes subscription data by @agpapa (#40722)
86ddeb0a5d ๐ค Cut version 2.3.0 of source-declarative-manifest
cb6f2c51b3 ๐ค minor bump Python CDK to version 2.3.0
2106854ebc ๐ค minor bump Python CDK to version 2.2.0
a8e985b7a0 Revert "CDK: Add jinja macro formatdatetimestring" (#40747)
c3fe18ea9d ๐ค minor bump Python CDK to version 2.1.0
1422786282 feat(Airbyte CDK): add withjsonschema method to ConfiguredAirbyteStreamBuilder (#40737)
162bd15fa0 ๐ Source [Trello, Zendesk-Support]: Update to the latest CDK Version, update cursor pagination (#40592)
b9c213a473 CDK: Add jinja macro formatdatetimestring (#40744)
9daef0f143 airbyte-ci: fix use of GH token (#40709)
e2feab895d (not tested) First draft of connector tests on CDK change workflow (#40713)
f43ec31415 ๐ Source Facebook-Marketing: Use latest CDK version possible (#40645)
34a9ff195f Re-order documentation on GCS and add detail blocks to overlooked destinations (#40655)
4a06230436 feat(python cdk): Allow regexsearch in jinja interpolations (#40696)
8e7f5022c2 Revert "Updating terminology Community Connector > Marketplace Connecโฆ (#40710)
c9fb633272 feedback item tested and edited (#40703)
b4b2932554 airbyte-ci: add live tests evaluation mode options (#40698)
b338331e5e ๐ Source Shopify: fix product_images stream emits records with no PK (#40707)
3de973ae7d fix(source-fleetio): Using baseimage 1.2.2, support level fix, and cleanup (#40695)
4a62ae76a3 fix(docs): typo in low-code docs (#40694)
d127a451e2 docs: June Release Notes (#40668)
b1506b126d Make relative Links GitHub friendly. (#40688)
6ff000f252 Update readme.md (#40687)
53c5dd6ce2 Updating terminology Community Connector > Marketplace Connector, Certified Connector > Integration (#40678)
8dc77a9e3a Disable dagger cloud caching for Version Increment Check Workflow (#40684)
56ae7585a4 โจ Source Instagram: Migrate MediaInsights and StoryInsights to low-code (#40569)
3ef856fad6 Improve destination snowflake refreshes changelog (#40683)
6dd9b7ab25 chore(cdk): Avoid using time.sleep in unit tests for backoff of http stream (#40239)
326530bfa6 fix(source-amazon-seller-partner): Add log message when data only accessible to seller accounts, use default start date if provided is older than 2y ago. (#40590)
570f5f5954 Change docs based on CLI prompt (#40674)
97f73e9d74 ๐ New Source: Clazar (#40562)
74a052da53 Update 4-reading-data.md (#40677)
ddf0b9dfc2 Live tests: performance improvements (#40251)
21485decda CATs: handling for global state messages (#40649)
22179d92e0 Revert "Enable source-google-analytics-v4 on Cloud, but leave it as archived" (#40669)
1dde7c55a2 Enable source-google-analytics-v4 on Cloud, but leave it as archived (#40662)
127c5015cd Destination Snowflake: Storage ops to support refreshes (#39473)
d0b76e94c6 refactor[source-snapchat-marketing]: migrate to low-code (#39507)
779d363b35 CDK: Destinations: Backport CDK fixes for redshift (#40499)
9221114d40 Destination Redshift: Add generationid and sync_id (#40201)
3a3e058ae8 [DB-sources] : Improve heartbeat logic (#40516)
b66d528a4d Prefer a clustered over primary for initial load of table (#40638)
1b85b28809 ๐จ ๐จ โจ Source Tik Tok Marketing: Migration to Low-Code (#38316)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.4
93a873ee92 Let tests access setup teardown container (#40643)
42c68d1de2 ๐ Source Shopify: Use latest CDK version (#40593)
554d45a138 CATs: add connector code to setup container (#40613)
34e92b4d2f CATS: remove default for SetupTeardownConfig (#40640)
58f67cb2a5 โจ Source Google Analytics (Universal Analytics): disable connectors (#40244)
dc0e4f8842 CATs: fix control flow around setup/teardown config (#40635)
f54e4dfbe0 ๐ source-trello: run up-to-date pipeline 2024-06-29
a3b6d71632 ๐ source-cart: run up-to-date pipeline 2024-06-29
4c4fcff8c4 ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-06-29
3e6239ba16 ๐ source-orb: run up-to-date pipeline 2024-06-29
0da1545d02 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-06-29
49b2e3efa3 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-06-29
0a4e3dfd6f ๐ source-customer-io: run up-to-date pipeline 2024-06-29
991f166b1a ๐ source-sendinblue: run up-to-date pipeline 2024-06-29
751369bba2 ๐ destination-astra: run up-to-date pipeline 2024-06-29
3dc98b455a ๐ destination-pinecone: run up-to-date pipeline 2024-06-29
be15791a4d ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-06-29
23ef8a395b ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-06-29
ed05023ce8 ๐ destination-aws-datalake: run up-to-date pipeline 2024-06-29
b24d884e95 ๐ destination-weaviate: run up-to-date pipeline 2024-06-29
046612b1ba ๐ destination-chroma: run up-to-date pipeline 2024-06-29
76878000d6 [docs] source-postgres - add link explaining modest increase cost of REPLICA IDENTITY FULL (#40611)
1d744f044e Am/quickstartdocs (#39437)
6c980bd8f9 Re-ordering some material and temporarily removing a document (#40612)
be5977f959 Update upgrading-airbyte.md (#39901)
7df8a9430f destination-postgres: convert stric-encrypt prod code to kotlin (#40563)
e9e5c1e6cf Replace deprecated AirbyteLogger with logging.Logger - source-bing-ads (#40585)
e7843c7f19 Replace deprecated AirbyteLogger with logging.Logger - source-google-sheets (#40587)
f8dc414b47 Add setup and teardown hooks to CATs (#40551)
23913220b3 source-customer-io: fix build (#40603)
66eadb8e4f โจSource Active campaign: Make Connector Compatible with Builder (#38224)
3136f27f29 โจSource Customer.io: Make Connector Compatible with Builder (#38318)
8182cd507d โจSource SendInBlue: Make Connector Compatible with Builder (#38346)
d3d943d5f1 โจSource Omnisend: Make Connector Compatible with Builder (#38664)
7dcfa69008 โจSource Toggl: Make Connector Compatible with Builder (#38740)
79be5f800d โจSource Recruitee: Make Connector Compatible with Builder (#38744)
3a099af57a Replace deprecated AirbyteLogger with logging.Logger - destination-firebolt (#40578)
661876f26d destination-postgres: convert all tests to kotlin (#40554)
42687194ac destination-mysql: convert all tests to kotlin (#40556)
2b7ef3fb25 Validate error handler fallback (#40570)
2ce238a54d destination-s3: convert all test code to kotlin (#40575)
4b176395b9 destination-mysql: convert prod code to kotlin (#40553)
4b3d780214 destination-s3: convert prod code to kotlin (#40574)
a88d9e8531 :bug: Source google sheets: catch an auth error during discover and raise a config error (#40560)
30643ae71f chore: replace AirbyteLogger with logging.Logger in connectors (#40215)
3187b1f48c Destination redshift: Use new interfaces (#39008)
4f6c29a9ca chore(cdk): @deprecated for experimental classes made more explicit and filtered in tests (#40240)
ccb2309695 โจSource RD Station Marketing: migrate to low-code (#40216)
9b19d9078f update source-s3 to use airbyte-cdk version with protocol pydantic v2 (#39573)
42124f6772 [source-mysql]: support Planetscale MySQL's per-query row limit (#40561)
48aa409d04 ๐ source-statuspage: run up-to-date pipeline 2024-06-26
51917deaeb โจSource Mailjet Mail: Make Connector Compatible with Builder (#40257)
2a1777f452 ๐ source-kyve: run up-to-date pipeline 2024-06-26
b31aca325f ๐ source-tmdb: run up-to-date pipeline 2024-06-26
4708bf378e ๐ source-coin-api: run up-to-date pipeline 2024-06-26
644b426bfe ๐ source-dixa: run up-to-date pipeline 2024-06-26
ae380c2132 ๐ source-gong: run up-to-date pipeline 2024-06-26
d2eb540c26 ๐ source-typeform: run up-to-date pipeline 2024-06-26
bc933c2570 ๐ source-klaviyo: run up-to-date pipeline 2024-06-26
c92f58c316 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-06-26
e443634881 ๐ source-hellobaton: run up-to-date pipeline 2024-06-26
3db596ead4 ๐ source-paystack: run up-to-date pipeline 2024-06-26
b474b316ed ๐ destination-cumulio: run up-to-date pipeline 2024-06-26
c28e7b5b4d ๐ source-exchange-rates: run up-to-date pipeline 2024-06-26
c767ea6806 ๐ source-zoom: run up-to-date pipeline 2024-06-26
5930b6b892 ๐ source-timely: run up-to-date pipeline 2024-06-26
4fe4c57906 ๐ source-twilio: run up-to-date pipeline 2024-06-26
69599285c7 ๐ source-metabase: run up-to-date pipeline 2024-06-26
6cedc0631e ๐ destination-google-sheets: run up-to-date pipeline 2024-06-26
260fe18e14 ๐ source-marketo: run up-to-date pipeline 2024-06-26
ced328a6e9 ๐ source-surveycto: run up-to-date pipeline 2024-06-26
189f66cc28 ๐ source-google-search-console: run up-to-date pipeline 2024-06-26
225e771069 ๐ source-google-sheets: run up-to-date pipeline 2024-06-26
e143b3510c ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-06-26
efa27f5786 ๐ destination-aws-datalake: run up-to-date pipeline 2024-06-26
c63ace8230 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-06-26
7089a310ff ๐ destination-milvus: run up-to-date pipeline 2024-06-26
8dbcbaf8b9 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-06-26
36ca808042 ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-06-26
09b3c2b9be ๐ source-gcs: run up-to-date pipeline 2024-06-26
19cd099a6f ๐ source-commcare: run up-to-date pipeline 2024-06-26
d7cadc4ccf CDK: Destinations: Backport to 0.35.15 (#40517)
0cfaf79ab2 source-postgres: Remove strict check for stream states of unknown types (#40559)
ffca542fc9 Bulk update deprecated authenticators (#40549)
dc1e0ac01c :bug: Source Facebook: update AdsInsights spec (#40241)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.3
98b1080998 [Source-mssql] : TImeout for building schema should be tied to the configured wait time (#40558)
a50847af39 Fail without enqueueing iff the airbyte message type is unrecognized (#40254)
cd2da8e12d ๐ Source Facebook-Marketing: fixed bug, when the STATE for RFR is literal None (#40545)
ee1c21c2b1 [destination-bigquery] Removing excess permission requirements when dataset already exists (#39379)
1f0da7fd95 Destination redshift: Remove encrypted staging option (#39141)
14fda2eef9 Destination redshift: convert test classes to kotlin (#38893)
419a87ebc3 up-to-date: run weekly (#40521)
5b3a751de0 connectors-insights: write sbom to file in container (#40518)
708edc6cee ๐ Source Shopify: Make BULK Job termination threshold limit adjustable from input configuration (#40526)
6b36211e7c test(source-notion): Fix Pydantic errors (#40498)
e306cc5995 ๐ Source Instagram: Fix problem when results of user accounts endpoint contains not business accounts in the results. (#40524)
b2cd0539d2 ๐ source-webflow: run up-to-date pipeline 2024-06-25
1a58a5bcda ๐ source-copper: run up-to-date pipeline 2024-06-25
482f7179e1 ๐ source-dockerhub: run up-to-date pipeline 2024-06-25
dad819f247 ๐ source-everhour: run up-to-date pipeline 2024-06-25
b4aeddd06a ๐ source-younium: run up-to-date pipeline 2024-06-25
48316219c5 ๐ source-zenefits: run up-to-date pipeline 2024-06-25
727fde5601 ๐ source-getlago: run up-to-date pipeline 2024-06-25
fa59e73dcf ๐ source-secoda: run up-to-date pipeline 2024-06-25
ea5c23b3f7 ๐ source-paypal-transaction: run up-to-date pipeline 2024-06-25
057f6db657 ๐ destination-timeplus: run up-to-date pipeline 2024-06-25
d20f17cb07 ๐ source-insightly: run up-to-date pipeline 2024-06-25
712f7ff6f9 ๐ source-merge: run up-to-date pipeline 2024-06-25
f12b51a5a8 ๐ destination-weaviate: run up-to-date pipeline 2024-06-25
a013c67e15 ๐ source-linnworks: run up-to-date pipeline 2024-06-25
e0cacf2c66 ๐ source-public-apis: run up-to-date pipeline 2024-06-25
1a0294d691 ๐ source-azure-table: run up-to-date pipeline 2024-06-25
e01264d76a ๐ source-zendesk-talk: run up-to-date pipeline 2024-06-25
717d3b8263 ๐ source-glassfrog: run up-to-date pipeline 2024-06-25
06b273e4e9 ๐ source-delighted: run up-to-date pipeline 2024-06-25
ab8a731f93 ๐ source-gnews: run up-to-date pipeline 2024-06-25
8ffbe78aa8 ๐ source-convertkit: run up-to-date pipeline 2024-06-25
3449ee3497 ๐ source-reply-io: run up-to-date pipeline 2024-06-25
ccb8ea9cdf ๐ source-appfollow: run up-to-date pipeline 2024-06-25
7554384a5a ๐ source-smartsheets: run up-to-date pipeline 2024-06-25
821804a9e6 ๐ source-my-hours: run up-to-date pipeline 2024-06-25
2dac9348b8 ๐ source-vitally: run up-to-date pipeline 2024-06-25
202bd75086 ๐ source-bamboo-hr: run up-to-date pipeline 2024-06-25
4fcfd698a0 ๐ source-github: run up-to-date pipeline 2024-06-25
973eb88abd ๐ source-airtable: run up-to-date pipeline 2024-06-25
96d4ae7122 ๐ source-k6-cloud: run up-to-date pipeline 2024-06-25
08ea3d310e ๐ source-coingecko-coins: run up-to-date pipeline 2024-06-25
fb9587fb13 ๐ source-orbit: run up-to-date pipeline 2024-06-25
ecfd00ee1d ๐ source-us-census: run up-to-date pipeline 2024-06-25
ff8204f475 ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-06-25
52b10a0a05 ๐ source-klaus-api: run up-to-date pipeline 2024-06-25
1df5690a0c ๐ source-news-api: run up-to-date pipeline 2024-06-25
d599527d80 ๐ source-surveymonkey: run up-to-date pipeline 2024-06-25
12057be9ce ๐ source-drift: run up-to-date pipeline 2024-06-25
7e3824cf9f ๐ source-open-exchange-rates: run up-to-date pipeline 2024-06-25
4f01f72be4 ๐ destination-databend: run up-to-date pipeline 2024-06-25
3a1f5186af ๐ source-datascope: run up-to-date pipeline 2024-06-25
257dff2121 ๐ source-pagerduty: run up-to-date pipeline 2024-06-25
ca49522c18 ๐ source-freshsales: run up-to-date pipeline 2024-06-25
fe5b073338 ๐ source-convex: run up-to-date pipeline 2024-06-25
c71083f344 ๐ source-datadog: run up-to-date pipeline 2024-06-25
09845d39d5 ๐ source-emailoctopus: run up-to-date pipeline 2024-06-25
ab21bc46bb ๐ source-pocket: run up-to-date pipeline 2024-06-25
64ee81c23a ๐ source-shortio: run up-to-date pipeline 2024-06-25
1454f6bcd2 ๐ source-sonar-cloud: run up-to-date pipeline 2024-06-25
112aac45bd ๐ source-waiteraid: run up-to-date pipeline 2024-06-25
cb04a2bca5 ๐ source-google-search-console: run up-to-date pipeline 2024-06-25
34cf758fe0 ๐ source-square: run up-to-date pipeline 2024-06-25
4190bb492c ๐ source-chargify: run up-to-date pipeline 2024-06-25
7b622bf966 ๐ source-okta: run up-to-date pipeline 2024-06-25
d944744f33 ๐ source-n8n: run up-to-date pipeline 2024-06-25
80bddfdf02 ๐ source-marketo: run up-to-date pipeline 2024-06-25
b36906d708 ๐ source-google-directory: run up-to-date pipeline 2024-06-25
d2ed79659f ๐ source-mailchimp: run up-to-date pipeline 2024-06-25
a34eebb048 ๐ destination-vectara: run up-to-date pipeline 2024-06-25
860e3d0de6 ๐ source-tplcentral: run up-to-date pipeline 2024-06-25
932725f6ed ๐ destination-sqlite: run up-to-date pipeline 2024-06-25
c91bffbf64 ๐ source-rd-station-marketing: run up-to-date pipeline 2024-06-25
1277cc0d88 ๐ source-commcare: run up-to-date pipeline 2024-06-25
797f882cea ๐ source-google-ads: run up-to-date pipeline 2024-06-25
82a20dcc77 ๐ source-activecampaign: run up-to-date pipeline 2024-06-25
76ff813ec3 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-06-25
84e713cd31 ๐ source-salesforce: run up-to-date pipeline 2024-06-25
6dd692d2b6 ๐ source-wrike: run up-to-date pipeline 2024-06-25
e5189a6840 ๐ source-linkedin-ads: run up-to-date pipeline 2024-06-25
27f8ccb94d ๐ source-chargebee: run up-to-date pipeline 2024-06-25
2514392bbc ๐ source-fullstory: run up-to-date pipeline 2024-06-25
171a232321 ๐ source-bigcommerce: run up-to-date pipeline 2024-06-25
a69c281bb5 ๐ source-callrail: run up-to-date pipeline 2024-06-25
b14c9f4000 ๐ source-tempo: run up-to-date pipeline 2024-06-25
1a54a9e5b6 ๐ source-lokalise: run up-to-date pipeline 2024-06-25
6f812b3369 ๐ source-alpha-vantage: run up-to-date pipeline 2024-06-25
791deafe66 ๐ source-pardot: run up-to-date pipeline 2024-06-25
6473a5ebf7 ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-06-25
431bfbe2b1 ๐ source-outreach: run up-to-date pipeline 2024-06-25
87d1ea24a3 ๐ source-ip2whois: run up-to-date pipeline 2024-06-25
d2f55109a3 ๐ source-pendo: run up-to-date pipeline 2024-06-25
d5f43bbfe8 ๐ source-auth0: run up-to-date pipeline 2024-06-25
0e1d7f9ff9 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-06-25
84e18c3eff ๐ source-rocket-chat: run up-to-date pipeline 2024-06-25
35a15877b9 ๐ source-slack: run up-to-date pipeline 2024-06-25
9ed1a98487 ๐ destination-rabbitmq: run up-to-date pipeline 2024-06-25
dcd84cdf5b ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-06-25
183ac5c53e ๐ source-close-com: run up-to-date pipeline 2024-06-25
eb02e0fed6 ๐ source-todoist: run up-to-date pipeline 2024-06-25
6cf7664a9c ๐ source-gainsight-px: run up-to-date pipeline 2024-06-25
a8c1f93984 ๐ destination-google-sheets: run up-to-date pipeline 2024-06-25
c774b579f0 ๐ destination-duckdb: run up-to-date pipeline 2024-06-25
92ec72430e ๐ source-quickbooks: run up-to-date pipeline 2024-06-25
450ada5222 ๐ source-sendgrid: run up-to-date pipeline 2024-06-25
73a21045ea ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-06-25
cbec72f2e0 ๐ source-intruder: run up-to-date pipeline 2024-06-25
3e75eea17b ๐ source-jina-ai-reader: run up-to-date pipeline 2024-06-25
52498bfb7e ๐ source-polygon-stock-api: run up-to-date pipeline 2024-06-25
3091b100fb ๐ source-newsdata: run up-to-date pipeline 2024-06-25
84290ffcf3 ๐ source-iterable: run up-to-date pipeline 2024-06-25
8560726991 ๐ source-zendesk-sell: run up-to-date pipeline 2024-06-25
e077db0c43 ๐ source-apple-search-ads: run up-to-date pipeline 2024-06-25
77305ad3bb ๐ source-qualaroo: run up-to-date pipeline 2024-06-25
7b2f79cd2b ๐ source-microsoft-teams: run up-to-date pipeline 2024-06-25
7a0ecc3451 ๐ source-kyriba: run up-to-date pipeline 2024-06-25
229babb2d2 ๐ source-yandex-metrica: run up-to-date pipeline 2024-06-25
d23ac40b51 ๐ source-customer-io: run up-to-date pipeline 2024-06-25
46f8df5dc3 ๐ source-gocardless: run up-to-date pipeline 2024-06-25
15a7c266b4 ๐ source-punk-api: run up-to-date pipeline 2024-06-25
4884ae4ac3 ๐ source-tiktok-marketing: run up-to-date pipeline 2024-06-25
e34b50ca2a ๐ source-woocommerce: run up-to-date pipeline 2024-06-25
bd3e678369 ๐ source-mixpanel: run up-to-date pipeline 2024-06-25
47c1d1ad23 ๐ source-persistiq: run up-to-date pipeline 2024-06-25
df8ab76c81 ๐ source-partnerstack: run up-to-date pipeline 2024-06-25
848f4eae79 ๐ source-plaid: run up-to-date pipeline 2024-06-25
4974459f6c ๐ source-senseforce: run up-to-date pipeline 2024-06-25
8aa28d7809 ๐ source-freshservice: run up-to-date pipeline 2024-06-25
b98bd8599a ๐ source-genesys: run up-to-date pipeline 2024-06-25
1c8d675577 ๐ source-amazon-seller-partner: run up-to-date pipeline 2024-06-25
2d8e76e267 ๐ source-vantage: run up-to-date pipeline 2024-06-25
307498a628 ๐ source-babelforce: run up-to-date pipeline 2024-06-25
db89c36ab4 ๐ source-recharge: run up-to-date pipeline 2024-06-25
114b74cec1 ๐ source-workramp: run up-to-date pipeline 2024-06-25
1309423e39 ๐ source-xkcd: run up-to-date pipeline 2024-06-25
321a4f78c8 ๐ source-nytimes: run up-to-date pipeline 2024-06-25
831480ca81 ๐ source-gcs: run up-to-date pipeline 2024-06-25
68878a3272 ๐ source-asana: run up-to-date pipeline 2024-06-25
de5bf33e73 ๐ source-strava: run up-to-date pipeline 2024-06-25
2df5021ecd ๐ source-gutendex: run up-to-date pipeline 2024-06-25
6c84d44ca0 ๐ source-launchdarkly: run up-to-date pipeline 2024-06-25
2768a2ee30 ๐ source-twitter: run up-to-date pipeline 2024-06-25
3250cee79a ๐ source-hubplanner: run up-to-date pipeline 2024-06-25
b924f5bc4b ๐ source-clockify: run up-to-date pipeline 2024-06-25
8dbdfe8733 ๐ source-fastbill: run up-to-date pipeline 2024-06-25
b771773906 ๐ source-serpstat: run up-to-date pipeline 2024-06-25
68da83e1ab ๐ source-mailjet-sms: run up-to-date pipeline 2024-06-25
69c71921d7 ๐ source-amazon-ads: run up-to-date pipeline 2024-06-25
995e7ff015 ๐ source-stripe: run up-to-date pipeline 2024-06-25
ab3e98e4c2 ๐ source-pokeapi: run up-to-date pipeline 2024-06-25
6d6f1d2ced ๐ source-qonto: run up-to-date pipeline 2024-06-25
917e39111a ๐ source-amplitude: run up-to-date pipeline 2024-06-25
531acbdb29 ๐ source-openweather: run up-to-date pipeline 2024-06-25
7f44ecc6c6 ๐ destination-kvdb: run up-to-date pipeline 2024-06-25
5472ca7afa ๐ source-rss: run up-to-date pipeline 2024-06-25
a52797f94e ๐ source-apify-dataset: run up-to-date pipeline 2024-06-25
36d326c661 ๐ source-retently: run up-to-date pipeline 2024-06-25
2534d2ec78 ๐ source-coda: run up-to-date pipeline 2024-06-25
aab50521dc ๐ source-weatherstack: run up-to-date pipeline 2024-06-25
3ce9847b6c ๐ source-mailjet-mail: run up-to-date pipeline 2024-06-25
03eed0db65 ๐ source-nasa: run up-to-date pipeline 2024-06-25
0cdd223f18 ๐ source-gitlab: run up-to-date pipeline 2024-06-25
adb5a6da1b ๐ source-commercetools: run up-to-date pipeline 2024-06-25
6d365f4205 ๐ source-google-webfonts: run up-to-date pipeline 2024-06-25
6856c79e71 ๐ source-zenloop: run up-to-date pipeline 2024-06-25
0441282848 ๐ source-linkedin-pages: run up-to-date pipeline 2024-06-25
ae97fd0b94 ๐ source-unleash: run up-to-date pipeline 2024-06-25
08bef26012 ๐ source-instatus: run up-to-date pipeline 2024-06-25
d7c1a92968 ๐ source-faker: run up-to-date pipeline 2024-06-25
3616e28099 ๐ source-coinmarketcap: run up-to-date pipeline 2024-06-25
7825f638d7 ๐ source-intercom: run up-to-date pipeline 2024-06-25
e352c5d977 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-06-25
7dbd8eec65 ๐ destination-pinecone: run up-to-date pipeline 2024-06-25
68bd5909d1 ๐ destination-chroma: run up-to-date pipeline 2024-06-25
c50ed2ef0e ๐ source-smartengage: run up-to-date pipeline 2024-06-25
3d35a3a20b ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-06-25
6980192708 ๐ source-opsgenie: run up-to-date pipeline 2024-06-25
3b10c5035c ๐ source-aha: run up-to-date pipeline 2024-06-25
ca3cf59083 ๐ source-confluence: run up-to-date pipeline 2024-06-25
0a09fe4d50 ๐ source-salesloft: run up-to-date pipeline 2024-06-25
2ea7c4cf55 ๐ source-firebolt: run up-to-date pipeline 2024-06-25
dcb9c4d796 ๐ source-omnisend: run up-to-date pipeline 2024-06-25
397ebc06ea ๐ source-hubspot: run up-to-date pipeline 2024-06-25
47c11279d8 ๐ source-configcat: run up-to-date pipeline 2024-06-25
47394979f9 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-06-25
5a99087129 ๐ source-jira: run up-to-date pipeline 2024-06-25
4459051295 ๐ destination-milvus: run up-to-date pipeline 2024-06-25
1601f26578 ๐ source-mailerlite: run up-to-date pipeline 2024-06-25
28b9250ef1 ๐ source-chartmogul: run up-to-date pipeline 2024-06-25
71156bf93e ๐ source-rki-covid: run up-to-date pipeline 2024-06-25
1856754aa3 ๐ source-oura: run up-to-date pipeline 2024-06-25
04e7c2f7ad ๐ source-greenhouse: run up-to-date pipeline 2024-06-25
65efd116d3 ๐ source-lemlist: run up-to-date pipeline 2024-06-25
31a33e6d10 ๐ source-flexport: run up-to-date pipeline 2024-06-25
f1693d49eb ๐ source-recruitee: run up-to-date pipeline 2024-06-25
0400e60e7b ๐ source-instagram: run up-to-date pipeline 2024-06-25
6aa484cf23 ๐ source-bing-ads: run up-to-date pipeline 2024-06-25
63c1d1e80b ๐ destination-aws-datalake: run up-to-date pipeline 2024-06-25
c21cd70f64 ๐ source-pypi: run up-to-date pipeline 2024-06-25
45cf3f73c4 ๐ source-smaily: run up-to-date pipeline 2024-06-25
a8b8d297c2 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-06-25
08cf5e7e78 ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-06-25
f46de46696 ๐ source-spacex-api: run up-to-date pipeline 2024-06-25
a4618a66d1 ๐ source-harness: run up-to-date pipeline 2024-06-25
996b73408c ๐ source-recreation: run up-to-date pipeline 2024-06-25
c6ee12be6c ๐ source-surveycto: run up-to-date pipeline 2024-06-25
86e1e164c4 ๐ destination-astra: run up-to-date pipeline 2024-06-25
5c44ddf80d ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-06-25
4897182154 ๐ source-ashby: run up-to-date pipeline 2024-06-25
002c18de07 ๐ source-adjust: run up-to-date pipeline 2024-06-25
c34a2c7772 ๐ source-dremio: run up-to-date pipeline 2024-06-25
64e33cea3a ๐ source-pivotal-tracker: run up-to-date pipeline 2024-06-25
907fe8b763 ๐ source-mailersend: run up-to-date pipeline 2024-06-25
e76b87d690 ๐ source-recurly: run up-to-date pipeline 2024-06-25
1c0117ab09 ๐ source-harvest: run up-to-date pipeline 2024-06-25
20556457de ๐ source-appsflyer: run up-to-date pipeline 2024-06-25
03f300204e ๐ destination-firestore: run up-to-date pipeline 2024-06-25
a1422feee2 ๐ source-clickup-api: run up-to-date pipeline 2024-06-25
36814fffa7 ๐ source-workable: run up-to-date pipeline 2024-06-25
6e5166e37c ๐ source-ringcentral: run up-to-date pipeline 2024-06-25
8d72d2592f ๐ source-survey-sparrow: run up-to-date pipeline 2024-06-25
26d9ed7069 ๐ source-tyntec-sms: run up-to-date pipeline 2024-06-25
08dd8d5c05 ๐ source-postmarkapp: run up-to-date pipeline 2024-06-25
35e78d0bb0 ๐ source-shopify: run up-to-date pipeline 2024-06-25
8869e96895 ๐ source-facebook-marketing: run up-to-date pipeline 2024-06-25
d7f4e56482 ๐ source-captain-data: run up-to-date pipeline 2024-06-25
14d63827c1 ๐ destination-typesense: run up-to-date pipeline 2024-06-25
821e14c3c3 ๐ source-yotpo: run up-to-date pipeline 2024-06-25
e98f3b6be3 ๐ source-whisky-hunter: run up-to-date pipeline 2024-06-25
2fa09505f9 ๐ source-pexels-api: run up-to-date pipeline 2024-06-25
b3b4aeae69 ๐ source-mailgun: run up-to-date pipeline 2024-06-25
95b3b9e904 ๐ source-visma-economic: run up-to-date pipeline 2024-06-25
361f8db800 ๐ source-toggl: run up-to-date pipeline 2024-06-25
76ffc7e77b ๐ destination-firebolt: run up-to-date pipeline 2024-06-25
0c6bbecae3 ๐ source-gridly: run up-to-date pipeline 2024-06-25
a31ef3caf3 ๐ destination-convex: run up-to-date pipeline 2024-06-25
4da4fe6b7a ๐ destination-xata: run up-to-date pipeline 2024-06-25
e586e5310d ๐ source-facebook-pages: run up-to-date pipeline 2024-06-25
9fa5a217e0 ๐ source-pipedrive: run up-to-date pipeline 2024-06-25
8ade01111e ๐ source-plausible: run up-to-date pipeline 2024-06-25
ec9e71837c ๐ source-aircall: run up-to-date pipeline 2024-06-25
cfa30ce7ed ๐ source-klarna: run up-to-date pipeline 2024-06-25
f18b37db70 ๐ source-google-sheets: run up-to-date pipeline 2024-06-25
e83c742069 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-06-25
10f89e17dd Destination mysql: catch access error as config error (#40513)
9ea041bfbc โจSource Aws Cloudtrail: Migrate Python CDK to Low-code CDK (#36952)
0ea2b2dc9f โจSource Paystack Migrate Python CDK to Low-code CDK (#39395)
2ff62efafc connectors-insights: high-level error handling (#40253)
851e39609d fix(source-typeform): Fix pagination for stream Responses (#40176)
fc85d8da4c โจSource Orb: migrate to low-code (#40227)
987b3c4a67 source-trustpilot: [autopull] base image + poetry + uptodate (#38487)
d0d83213f5 connectors-insights: fix typo in workflow (#40252)
f6fe9063f6 โจSource Adjust: migrate to low-code (#39911)
810b802fda connector-insights: add code tracker (#40152)
ff7d573be0 ๐ source-kyve: run up-to-date pipeline 2024-06-24
acbd8c37ca ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-06-24
9f762a444a ๐ source-gcs: run up-to-date pipeline 2024-06-24
acf0d91ebd fix(destination-teradata): Fix for Parameter 2 length size issue (#40250)
27e72f5c86 docs(postgres): remove postgres 13 limit (#39510)
c7cebfc7c7 destination-bigquery: convert all integration tests to kotlin (#39915)
6fed63cafb Documenting Platform Behavior and Actions for New Connector Versioning (#39555)
2921f22d9b โจ Source Instagram: Migrate Instagram sources Media, User, UserLiftimelnsights and Stories to low-code (#39504)
8eddb57a1c Audrey/salesforce source edits (#39472)
9d147b0d6a chore: update doc for RBAC Role Mapping (#40228)
4ccc183ce8 Update firestore.md typo (#40237)
51470a8501 ๐ source-gutendex: run up-to-date pipeline 2024-06-23
dd28a2783d ๐ source-marketo: run up-to-date pipeline 2024-06-23
8633a6f0e6 ๐ source-chargebee: run up-to-date pipeline 2024-06-23
e8e5b211e0 ๐ source-exchange-rates: run up-to-date pipeline 2024-06-23
1e05a6d824 ๐ source-serpstat: run up-to-date pipeline 2024-06-23
6b55e1f0ce ๐ destination-chroma: run up-to-date pipeline 2024-06-23
15597c6274 ๐ destination-duckdb: run up-to-date pipeline 2024-06-23
dc94979274 ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-06-23
23879e8af0 ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-06-23
d5e447bf49 source-postgres: remove adaptiveFetch=true (#40223)
ebf4b4303d โจSource Serpstat: Make Connector Compatible with Builder (#38690)
e3cb356223 ๐ source-callrail: run up-to-date pipeline 2024-06-22
c452d38a6c ๐ source-intercom: run up-to-date pipeline 2024-06-22
17af0e6da1 ๐ source-pypi: run up-to-date pipeline 2024-06-22
662ea140df ๐ source-customer-io: run up-to-date pipeline 2024-06-22
e43db195b6 ๐ source-quickbooks: run up-to-date pipeline 2024-06-22
8890820cb2 ๐ source-zendesk-sunshine: run up-to-date pipeline 2024-06-22
4ec791e8a1 ๐ source-pocket: run up-to-date pipeline 2024-06-22
a367a1c01d ๐ destination-aws-datalake: run up-to-date pipeline 2024-06-22
75ddfac9fd ๐ source-smaily: run up-to-date pipeline 2024-06-22
d180ca2c17 ๐ source-aws-cloudtrail: run up-to-date pipeline 2024-06-22
c1bfd7624c ๐ source-google-directory: run up-to-date pipeline 2024-06-22
8bef6491d4 ๐ source-intruder: run up-to-date pipeline 2024-06-22
6154215aa3 ๐ source-babelforce: run up-to-date pipeline 2024-06-22
cacf28cb6f ๐ source-twilio-taskrouter: run up-to-date pipeline 2024-06-22
3abdc15ad8 ๐ source-younium: run up-to-date pipeline 2024-06-22
d28015eae6 ๐ source-workramp: run up-to-date pipeline 2024-06-22
2b1bf0d312 ๐ source-greenhouse: run up-to-date pipeline 2024-06-22
b55bacb345 ๐ source-postmarkapp: run up-to-date pipeline 2024-06-22
1c6619e61f ๐ source-pexels-api: run up-to-date pipeline 2024-06-22
41860e1795 ๐ destination-vectara: run up-to-date pipeline 2024-06-22
332579a7e8 ๐ source-salesloft: run up-to-date pipeline 2024-06-22
ec4655613d ๐ source-linkedin-pages: run up-to-date pipeline 2024-06-22
2b1d4b4daa ๐ source-drift: run up-to-date pipeline 2024-06-22
584e95e559 ๐ source-outreach: run up-to-date pipeline 2024-06-22
41bb8ce7c8 ๐ source-getlago: run up-to-date pipeline 2024-06-22
74a8792d6f ๐ source-rki-covid: run up-to-date pipeline 2024-06-22
057b1aa28d ๐ source-us-census: run up-to-date pipeline 2024-06-22
ebb923cf32 ๐ source-gridly: run up-to-date pipeline 2024-06-22
c27993c5e0 ๐ source-secoda: run up-to-date pipeline 2024-06-22
fc23a78cfe ๐ source-workable: run up-to-date pipeline 2024-06-22
f19eb3547e ๐ source-pagerduty: run up-to-date pipeline 2024-06-22
5026dc1f62 ๐ source-microsoft-sharepoint: run up-to-date pipeline 2024-06-22
d88eb3e64b ๐ source-gainsight-px: run up-to-date pipeline 2024-06-22
aa1295590a ๐ source-convertkit: run up-to-date pipeline 2024-06-22
dae5bf99ca ๐ destination-timeplus: run up-to-date pipeline 2024-06-22
9b0cb915c4 ๐ destination-xata: run up-to-date pipeline 2024-06-22
308a16d0dc ๐ source-lemlist: run up-to-date pipeline 2024-06-22
1bfe091e64 ๐ source-vantage: run up-to-date pipeline 2024-06-22
617ed70857 ๐ source-tyntec-sms: run up-to-date pipeline 2024-06-22
2f97ddb9ac ๐ source-mailersend: run up-to-date pipeline 2024-06-22
0f928d51b0 ๐ source-timely: run up-to-date pipeline 2024-06-22
62aae74910 ๐ source-delighted: run up-to-date pipeline 2024-06-22
d0a692369c ๐ source-linkedin-ads: run up-to-date pipeline 2024-06-22
15d7943260 ๐ source-aha: run up-to-date pipeline 2024-06-22
0a7403a922 ๐ source-okta: run up-to-date pipeline 2024-06-22
a0cdaf19b0 ๐ source-smartsheets: run up-to-date pipeline 2024-06-22
53c22bcee1 ๐ source-orb: run up-to-date pipeline 2024-06-22
436d28d72f ๐ source-openweather: run up-to-date pipeline 2024-06-22
841e9e9e40 ๐ source-bing-ads: run up-to-date pipeline 2024-06-22
26edc596a9 ๐ source-amazon-seller-partner: run up-to-date pipeline 2024-06-22
7a4ba20960 ๐ source-webflow: run up-to-date pipeline 2024-06-22
50ce5371ac ๐ source-mailjet-sms: run up-to-date pipeline 2024-06-22
f70b487fca ๐ source-recurly: run up-to-date pipeline 2024-06-22
f6a4ee1d90 ๐ source-flexport: run up-to-date pipeline 2024-06-22
c2aa0b91c8 ๐ source-appfollow: run up-to-date pipeline 2024-06-22
5a23b2d543 ๐ source-hubplanner: run up-to-date pipeline 2024-06-22
b82cb44d2b ๐ destination-kvdb: run up-to-date pipeline 2024-06-22
d7d59edc34 ๐ source-whisky-hunter: run up-to-date pipeline 2024-06-22
0a11468cc4 ๐ source-unleash: run up-to-date pipeline 2024-06-22
6fea24499d ๐ source-my-hours: run up-to-date pipeline 2024-06-22
241e65d3c0 ๐ source-dockerhub: run up-to-date pipeline 2024-06-22
c681819473 ๐ source-tempo: run up-to-date pipeline 2024-06-22
e5ea7c5de5 ๐ source-zendesk-sell: run up-to-date pipeline 2024-06-22
2bf6f4b2e4 ๐ source-partnerstack: run up-to-date pipeline 2024-06-22
cc3f45d737 ๐ source-microsoft-teams: run up-to-date pipeline 2024-06-22
74fcc3e094 ๐ source-square: run up-to-date pipeline 2024-06-22
9e95351c73 ๐ source-todoist: run up-to-date pipeline 2024-06-22
0d2d18c39b ๐ source-twilio: run up-to-date pipeline 2024-06-22
0f87486ce6 ๐ source-surveymonkey: run up-to-date pipeline 2024-06-22
493afacf1d ๐ source-klaviyo: run up-to-date pipeline 2024-06-22
f8a4706305 ๐ source-wrike: run up-to-date pipeline 2024-06-22
28f55ff3f2 ๐ source-coingecko-coins: run up-to-date pipeline 2024-06-22
4d3a0c3ed0 ๐ source-pivotal-tracker: run up-to-date pipeline 2024-06-22
7e0a214201 ๐ source-pokeapi: run up-to-date pipeline 2024-06-22
475f874a08 ๐ source-convex: run up-to-date pipeline 2024-06-22
473d53bad6 ๐ source-persistiq: run up-to-date pipeline 2024-06-22
0af33bae45 ๐ source-stripe: run up-to-date pipeline 2024-06-22
ff2eb6ef78 ๐ source-orbit: run up-to-date pipeline 2024-06-22
bda6eeab52 ๐ source-recharge: run up-to-date pipeline 2024-06-22
ba100b0fd0 ๐ source-close-com: run up-to-date pipeline 2024-06-22
6d93699307 ๐ source-recruitee: run up-to-date pipeline 2024-06-22
318e0d2dbe ๐ source-dremio: run up-to-date pipeline 2024-06-22
9579615473 ๐ source-activecampaign: run up-to-date pipeline 2024-06-22
f67005f89e ๐ destination-snowflake-cortex: run up-to-date pipeline 2024-06-22
061f449c31 ๐ source-tvmaze-schedule: run up-to-date pipeline 2024-06-22
9cdf52f923 ๐ source-harness: run up-to-date pipeline 2024-06-22
d453b28e7b ๐ destination-firestore: run up-to-date pipeline 2024-06-22
4fc0608288 ๐ source-ringcentral: run up-to-date pipeline 2024-06-22
bf67cb21a7 ๐ source-zenefits: run up-to-date pipeline 2024-06-22
a932393dcf ๐ source-zendesk-talk: run up-to-date pipeline 2024-06-22
e43a752389 ๐ source-commcare: run up-to-date pipeline 2024-06-22
3ad91ac389 ๐ source-facebook-pages: run up-to-date pipeline 2024-06-22
876958fc70 ๐ source-appsflyer: run up-to-date pipeline 2024-06-22
28f694aca1 ๐ source-mailerlite: run up-to-date pipeline 2024-06-22
8392672e44 ๐ source-clickup-api: run up-to-date pipeline 2024-06-22
76e7c440a5 ๐ source-coin-api: run up-to-date pipeline 2024-06-22
eb98fee3ca ๐ source-datadog: run up-to-date pipeline 2024-06-22
61852b44c1 ๐ source-survey-sparrow: run up-to-date pipeline 2024-06-22
cdbee04d17 ๐ source-mailjet-mail: run up-to-date pipeline 2024-06-22
98e93019d4 ๐ destination-chroma: run up-to-date pipeline 2024-06-22
a8300d49e3 ๐ source-tplcentral: run up-to-date pipeline 2024-06-22
3b46316654 ๐ destination-sqlite: run up-to-date pipeline 2024-06-22
2f9088c535 ๐ source-sonar-cloud: run up-to-date pipeline 2024-06-22
a143cc2e0b ๐ source-azure-table: run up-to-date pipeline 2024-06-22
524849c287 ๐ source-public-apis: run up-to-date pipeline 2024-06-22
19f8f9d949 ๐ destination-amazon-sqs: run up-to-date pipeline 2024-06-22
b02b04b85e ๐ source-configcat: run up-to-date pipeline 2024-06-22
baaecb3940 ๐ source-google-search-console: run up-to-date pipeline 2024-06-22
3a191bd6e9 ๐ destination-firebolt: run up-to-date pipeline 2024-06-22
d58eeedfd7 ๐ source-nytimes: run up-to-date pipeline 2024-06-22
dcf60d63c1 ๐ source-iterable: run up-to-date pipeline 2024-06-22
5b93399eac ๐ source-paystack: run up-to-date pipeline 2024-06-22
5aad988bb0 ๐ source-newsdata: run up-to-date pipeline 2024-06-22
8c78f0dae9 ๐ source-rss: run up-to-date pipeline 2024-06-22
a836892789 ๐ source-airtable: run up-to-date pipeline 2024-06-22
66970db331 ๐ source-weatherstack: run up-to-date pipeline 2024-06-22
33f879e436 ๐ source-waiteraid: run up-to-date pipeline 2024-06-22
d917de6ae2 ๐ source-gcs: run up-to-date pipeline 2024-06-22
7feaa1ea87 ๐ source-copper: run up-to-date pipeline 2024-06-22
01946d836d ๐ source-coda: run up-to-date pipeline 2024-06-22
430c2d50f9 ๐ source-asana: run up-to-date pipeline 2024-06-22
3a103b9167 ๐ source-opsgenie: run up-to-date pipeline 2024-06-22
c3379170ac ๐ source-woocommerce: run up-to-date pipeline 2024-06-22
9f91645abc ๐ source-tmdb: run up-to-date pipeline 2024-06-22
1f0eaf8dd2 ๐ source-toggl: run up-to-date pipeline 2024-06-22
91cc481c98 ๐ source-oura: run up-to-date pipeline 2024-06-22
e795727531 ๐ source-twitter: run up-to-date pipeline 2024-06-22
c667520d37 ๐ source-shortio: run up-to-date pipeline 2024-06-22
0079f42e08 ๐ source-emailoctopus: run up-to-date pipeline 2024-06-22
7c72db3e5c ๐ destination-rabbitmq: run up-to-date pipeline 2024-06-22
0aca59da7b ๐ source-gitlab: run up-to-date pipeline 2024-06-22
1992ad7ab2 ๐ source-smartengage: run up-to-date pipeline 2024-06-22
40cb2db40d ๐ source-google-pagespeed-insights: run up-to-date pipeline 2024-06-22
0593b30b65 ๐ source-pendo: run up-to-date pipeline 2024-06-22
bbad04da6c ๐ source-mailgun: run up-to-date pipeline 2024-06-22
b277e227da ๐ source-ashby: run up-to-date pipeline 2024-06-22
a22de81769 ๐ source-amplitude: run up-to-date pipeline 2024-06-22
6f5904338a ๐ destination-weaviate: run up-to-date pipeline 2024-06-22
82c4a28652 ๐ source-paypal-transaction: run up-to-date pipeline 2024-06-22
962f2d2bef ๐ source-kyriba: run up-to-date pipeline 2024-06-22
2f81b23535 ๐ source-typeform: run up-to-date pipeline 2024-06-22
c133c55ccc ๐ source-bigcommerce: run up-to-date pipeline 2024-06-22
d77a0be859 ๐ source-nasa: run up-to-date pipeline 2024-06-22
0b63571a75 ๐ source-confluence: run up-to-date pipeline 2024-06-22
423971c72b ๐ source-clockify: run up-to-date pipeline 2024-06-22
0571974aac ๐ source-metabase: run up-to-date pipeline 2024-06-22
36d6f99eb7 ๐ source-pardot: run up-to-date pipeline 2024-06-22
b48266ed3f ๐ source-dixa: run up-to-date pipeline 2024-06-22
aae6d0bf60 ๐ destination-convex: run up-to-date pipeline 2024-06-22
d82e20b48d ๐ source-chargify: run up-to-date pipeline 2024-06-22
2e34f72348 ๐ source-n8n: run up-to-date pipeline 2024-06-22
4aa26405a8 ๐ source-hubspot: run up-to-date pipeline 2024-06-22
8f717364e6 ๐ source-instagram: run up-to-date pipeline 2024-06-22
8007c76658 ๐ source-github: run up-to-date pipeline 2024-06-22
257873ad17 ๐ source-google-sheets: run up-to-date pipeline 2024-06-22
27164cb236 ๐ source-surveycto: run up-to-date pipeline 2024-06-22
be4148883d ๐ source-launchdarkly: run up-to-date pipeline 2024-06-22
09aa5f6154 ๐ source-tiktok-marketing: run up-to-date pipeline 2024-06-22
f30c9d54e1 ๐ source-glassfrog: run up-to-date pipeline 2024-06-22
3095d84a91 ๐ source-sap-fieldglass: run up-to-date pipeline 2024-06-22
03420a6035 ๐ source-reply-io: run up-to-date pipeline 2024-06-22
ec9a48e149 ๐ source-mixpanel: run up-to-date pipeline 2024-06-22
129ae78b39 ๐ source-qualaroo: run up-to-date pipeline 2024-06-22
1b46404af8 ๐ source-google-analytics-data-api: run up-to-date pipeline 2024-06-22
a29930e973 ๐ source-zoom: run up-to-date pipeline 2024-06-22
093733d633 ๐ source-genesys: run up-to-date pipeline 2024-06-22
fde6af7f1a ๐ source-recreation: run up-to-date pipeline 2024-06-22
58b7cbc15c ๐ source-rd-station-marketing: run up-to-date pipeline 2024-06-22
7675965732 ๐ source-linnworks: run up-to-date pipeline 2024-06-22
6fd8d75897 ๐ source-plaid: run up-to-date pipeline 2024-06-22
3670a58790 ๐ destination-pinecone: run up-to-date pipeline 2024-06-22
f2c6834098 ๐ source-klarna: run up-to-date pipeline 2024-06-22
6f1bb33803 ๐ source-insightly: run up-to-date pipeline 2024-06-22
70aa82172e ๐ destination-typesense: run up-to-date pipeline 2024-06-22
e0918a8c67 ๐ source-sendgrid: run up-to-date pipeline 2024-06-22
ccfa32fcdc ๐ source-bamboo-hr: run up-to-date pipeline 2024-06-22
7d9b2c3bc5 ๐ source-ip2whois: run up-to-date pipeline 2024-06-22
6f12df0451 ๐ source-google-ads: run up-to-date pipeline 2024-06-22
1934d79e7e ๐ source-microsoft-onedrive: run up-to-date pipeline 2024-06-22
d0425ff3f8 ๐ destination-milvus: run up-to-date pipeline 2024-06-22
59bc65bfdc ๐ destination-astra: run up-to-date pipeline 2024-06-22
19dbca427d ๐ source-merge: run up-to-date pipeline 2024-06-22
3eca82798a ๐ source-xkcd: run up-to-date pipeline 2024-06-22
e376927857 ๐ source-spacex-api: run up-to-date pipeline 2024-06-22
f65cbbb4ec ๐ source-slack: run up-to-date pipeline 2024-06-22
2ce756369a ๐ source-omnisend: run up-to-date pipeline 2024-06-22
b6c476614f ๐ source-everhour: run up-to-date pipeline 2024-06-22
ca3e8d0dd1 ๐ source-harvest: run up-to-date pipeline 2024-06-22
93546d647f ๐ source-pipedrive: run up-to-date pipeline 2024-06-22
25319df9e3 ๐ destination-google-sheets: run up-to-date pipeline 2024-06-22
184705c2a7 ๐ source-google-webfonts: run up-to-date pipeline 2024-06-22
aba76ec9c3 ๐ source-news-api: run up-to-date pipeline 2024-06-22
523beee32c ๐ source-gong: run up-to-date pipeline 2024-06-22
f832b34f95 ๐ source-freshservice: run up-to-date pipeline 2024-06-22
3a3e43a7ab ๐ source-lokalise: run up-to-date pipeline 2024-06-22
4050007c92 ๐ source-instatus: run up-to-date pipeline 2024-06-22
3fb7296b1e ๐ source-zenloop: run up-to-date pipeline 2024-06-22
8d3ab359d3 ๐ source-firebase-realtime-database: run up-to-date pipeline 2024-06-22
17a3fd5cce ๐ source-retently: run up-to-date pipeline 2024-06-22
036842c3f0 ๐ source-punk-api: run up-to-date pipeline 2024-06-22
fa122b3fba ๐ source-plausible: run up-to-date pipeline 2024-06-22
e8cf12a6f7 ๐ source-apple-search-ads: run up-to-date pipeline 2024-06-22
a19d70d4b5 ๐ source-apify-dataset: run up-to-date pipeline 2024-06-22
720d162be4 ๐ source-klaus-api: run up-to-date pipeline 2024-06-22
99c8ce3bde ๐ source-vitally: run up-to-date pipeline 2024-06-22
057d4883f7 ๐ source-senseforce: run up-to-date pipeline 2024-06-22
fb14d8ff14 ๐ source-facebook-marketing: run up-to-date pipeline 2024-06-22
9dfbc24245 ๐ source-fullstory: run up-to-date pipeline 2024-06-22
8cd1979cb9 ๐ source-datascope: run up-to-date pipeline 2024-06-22
cb9e8afd9c ๐ source-visma-economic: run up-to-date pipeline 2024-06-22
e8f78a1f11 ๐ source-hellobaton: run up-to-date pipeline 2024-06-22
5e54e84c2b ๐ source-gnews: run up-to-date pipeline 2024-06-22
e6b98e9f3a ๐ source-fastbill: run up-to-date pipeline 2024-06-22
2ad4f13c1c ๐ source-commercetools: run up-to-date pipeline 2024-06-22
e8dfcf90bd ๐ source-firebolt: run up-to-date pipeline 2024-06-22
ebe2b509ff ๐ source-salesforce: run up-to-date pipeline 2024-06-21
7464896e88 ๐ source-qonto: run up-to-date pipeline 2024-06-21
825e4d0351 ๐ source-yotpo: run up-to-date pipeline 2024-06-21
d2e8c98c51 ๐ source-gocardless: run up-to-date pipeline 2024-06-21
c6fe936e5e ๐ destination-duckdb: run up-to-date pipeline 2024-06-21
1f25f47b84 ๐ source-jira: run up-to-date pipeline 2024-06-21
6839d0d4af Increment the postgres-strict metadata version to match unstrict (#40200)
45c6b04df7 Increase Timeout Limit for Connectors Version Increment Check workflow (#39910)
131ee051ec [source-mssql] correctly parse type datetimeoffset (#39419)
94ad9c1a8f destination-bigquery: convert tests to kotlin (#39914)
14233beb19 Issue 7990: postgres destination throws config error when drop fails due to dependency and cascadeDrop=false (#40159)
62042cbe80 destination-bigquery: convert prod code to kotlin (#39904)
f73a005d63 bug(docs): Fix icon width on safari (#40120)
77a0c48132 ๐ source-zapier-supported-storage: run up-to-date pipeline 2024-06-21
d7cc64a642 ๐ source-rocket-chat: run up-to-date pipeline 2024-06-21
7845e709c1 ๐ source-aircall: run up-to-date pipeline 2024-06-21
0b26b2a1d5 ๐ source-k6-cloud: run up-to-date pipeline 2024-06-21
9507aa2423 ๐ source-open-exchange-rates: run up-to-date pipeline 2024-06-21
65326534e1 ๐ source-adjust: run up-to-date pipeline 2024-06-21
dfd534adf7 ๐ source-freshsales: run up-to-date pipeline 2024-06-21
09f6bc9aeb ๐ source-amazon-ads: run up-to-date pipeline 2024-06-21
fd1fac9500 ๐ source-yahoo-finance-price: run up-to-date pipeline 2024-06-21
cb9d9597c7 ๐ source-captain-data: run up-to-date pipeline 2024-06-21
ee5becda97 ๐ destination-cumulio: run up-to-date pipeline 2024-06-21
1f1eb696aa ๐ source-microsoft-dataverse: run up-to-date pipeline 2024-06-21
96bddde2fc ๐ source-chartmogul: run up-to-date pipeline 2024-06-21
eb7446084b ๐ source-auth0: run up-to-date pipeline 2024-06-21
172859baae ๐ source-yandex-metrica: run up-to-date pipeline 2024-06-21
e936567eec ๐ source-faker: run up-to-date pipeline 2024-06-21
d4da6fc94d ๐ destination-databend: run up-to-date pipeline 2024-06-21
8b8d9f3916 ๐ source-mailchimp: run up-to-date pipeline 2024-06-21
390d694b8e ๐ source-polygon-stock-api: run up-to-date pipeline 2024-06-21
53ebbb0585 ๐ source-alpha-vantage: run up-to-date pipeline 2024-06-21
27cc81f641 ๐ source-google-analytics-v4: run up-to-date pipeline 2024-06-21
5280d87635 ๐ source-strava: run up-to-date pipeline 2024-06-21
8148e1ab8e ๐ source-coinmarketcap: run up-to-date pipeline 2024-06-21
6afbcdc634 up-to-date: set auto-merge label by default (#39948)
6f48e7a454 ๐ Source Google Analytics (Data API, a.k.a 4 (GA4) ) (#39916)
99fc79115e ๐ Source Shopify: Extend stream schemas with additional fields (#39594)
9eb248f38d airbyte-ci: productionize up-to-date ๐งน + ๐ (#39600)
49522d42d0 ๐New Source: Jina AI for web scraping and feeding LLM models (#39515)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.2
eeb45a6331 ๐ค Cut version 2.0.0 of source-declarative-manifest
7cfb9e9d11 ๐ค major bump Python CDK to version 2.0.0
fc12432305 airbyte-cdk: only update airbyte-protocol-models to pydantic v2 (#39524)
6d42ecafb0 Augustin/protocolv2 (#39863)
74fab0eba6 ๐ source-shopify: run up-to-date pipeline 2024-06-20
39b3feeac5 Audrey/rbac (#39501)
c7ecc41317 Live tests: GHA to run both validation & regression tests (#38816)
af78176e37 role mapping & small fixes (#39605)
28ceaf03ee chore(source-snapchat-marketing): fix expected records (#39808)
ea68817cf9 refactor(source-marketo): use client_side_incremental feature (#39549)
05d2271e29 up-to-date: create workflow (not tested) (#39607)
cb9c642e53 โจSource Statuspage: Make Connector Compatible with Builder (#38662)
42c065d5fc ๐ค Cut version 1.8.0 of source-declarative-manifest
2ae1e4c2a1 ๐ค minor bump Python CDK to version 1.8.0
a284676a4d feat(airbyte-cdk): add DatetimeIntervalCursor (#39603)
f39f3fc7a9 Source Hubspot (refactor): Remove deprecated state method calls (#39432)
18146a5501 ๐ค Cut version 1.7.3 of source-declarative-manifest
9f95601317 ๐ค patch bump Python CDK to version 1.7.3
0673e8e01b ๐ค patch bump Python CDK to version 1.7.2
fbc4ebbf61 ๐ค patch bump Python CDK to version 1.7.1
0386ca21ae Exclude airbyte-cdk modules from schema discovery (#39586)
69c0416ffc Source Mixpanel: update authenticator (#38710)
8603acbf5b fix(source-recharge): fix primary key for shop stream (#39491)
2b9c2a14ef ๐ค Cut version 1.7.0 of source-declarative-manifest
58b7b7faa6 ๐ค minor bump Python CDK to version 1.7.0
d4492f171b ๐ค minor bump Python CDK to version 1.6.0
f49c8054ad feat(airbyte-cdk): add json_schema from ConfiguredCatalog to Stream (#39522)
363c4b124d ๐ค Cut version 1.5.6 of source-declarative-manifest
a026ee203d ๐ค patch bump Python CDK to version 1.5.6
ad0abea35e ๐ค patch bump Python CDK to version 1.5.5
dc30e1cfd3 ๐ค patch bump Python CDK to version 1.5.4
5b4bd3485d Allow access to partition for source-jira (#39576)
9a7f379f9b โจSource Everhour: Make Connector Compatible with Builder (#38633)
98f892f6d6 bug(docs): Fix backup path on null (#39575)
b7c381cf51 ๐ค Cut version 1.5.3 of source-declarative-manifest
92d48432c1 ๐ค patch bump Python CDK to version 1.5.3
ad5d2b48a2 Ensure error message is the same after migration to HttpClient (#39565)
b88e7e36ce ๐ Source Shopify: New stream Order Agreements (GraphQL BULK) (#39527)
9458fd22fb Destination bigquery: Throw INCOMPLETE stream status as TRANSIENT error (#39526)
0e949ae6a8 Destination redshift: remove standard inserts (#38886)
23fd80aa2a fix broken custom namespace link (#39542)
a6a3ab5b99 ๐ค Cut version 1.5.2 of source-declarative-manifest
94067de9c1 ๐ค patch bump Python CDK to version 1.5.2
1955c7c096 Destinations: throw error on empty catalog (#39552)
7d56e19ac7 Improve error message on state initialization (#39553)
1c0908d5d6 ๐Source Asana: Fix pagination issues (#39551)
074bc068f2 Source Github: Refactor incremental state handling (#39513)
262f13d451 refactor(source-notion): use `clientsideincrementalfeature (#38871)
54867c80e5 refactor(source-MailChimp): useclientsideincremental` feature (#38868)
dc4c60fc57 fix(source-jira): fixed filtering for issuecustomfieldoptions stream (#39458)
555a607f84 fix(source-jira): update pk for workflows stream (#39467)
1090fd60cf source-google-directory: [autopull] base image + poetry + uptodate (#38449)
09f443cedd source-dixa: [autopull] base image + poetry + uptodate (#38481)
17ddb9585d source-omnisend: [autopull] base image + poetry + uptodate (#38533)
dfc7e653f9 ๐ค Cut version 1.5.1 of source-declarative-manifest
7c29e4b66e ๐ค patch bump Python CDK to version 1.5.1
46f8d4e2fc fix(airbyte-cdk): clientsideincremental fix end_datetime comparison (#38874)
cbb8268d3b ๐ค Cut version 1.5.0 of source-declarative-manifest
77af422fcc ๐ค minor bump Python CDK to version 1.5.0
18e82d949a [airbyte-cdk] - Integrate HttpClient into HttpRequester (#38906)
7a639660cf [airbyte-cdk] Updates Low Code CDK ErrorHandlers and BackoffStrategies to align with Python CDK Interfaces (#38743)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.1
fee8ac32f9 โจSource Reply io: Make Connector Compatible with Builder (#38661)
4ac9552286 Salesforce refactor: add CheckpointMixin for state management (#39517)
94234e57c6 [Source-mongodb-v2] : Adopt new CDK (#39530)
3dfeb315df source-youtube-analytics: pin to airbyte-cdk==0.38.0 (#39529)
fb3202ec38 Source Google Search Console: refactor state handling (#39516)
7253120209 ๐ Source Shopify: New stream Customer Journey Summary (#39487)
b80a72888c [source-postgres/mssql/mysql] Send state and count for full refresh (#39349)
f9bade8aac docs(deploy): gcs should be s3 (#39518)
9b36fa0cb6 Destination bigquery: Implement refreshes logic (#38713)
cb6f6ec40a Destinations CDK: refreshes logic (#38622)
2432cc8d01 Destinations: Refreshes: CDK updates (#38067)
f310bcde09 Source Iterable: refactor state handling (#39382)
84633dc3f4 source-facebook-marketing: [autopull] Upgrade base image to v1.2.2 (#39174)
7d2bbf6c72 source-google-ads: [autopull] Upgrade base image to v1.2.2 (#39277)
7184a2bb9a fix(airbyte-ci): change no-deps to force-reinstall for --use-local-cdk option (#39341)
19081e2c84 source-square: [autopull] Upgrade base image to v1.2.2 (#39206)
65339a330d :bug: Source Facebook Marketing: fix spec validation (#39511)
6073a067be โจSource Captain Data: Make Connector Compatible with Builder (#39508)
19cfb2060f โจSource Gutendex: Make Connector Compatible with Builder (#39509)
b3839e7985 ๐Destination Iceberg: Bump Iceberg to 1.5.2 and Spark to 3.5.1 (#38283)
9b96419d3f source-google-drive: [autopull] Upgrade base image to v1.2.2 (#39291)
3479fa5dad โจSource Nasa: Make Connector Compatible with Builder (#39498)
08a7ac079b โจSource ConvertKit: Make Connector Compatible with Builder (#39505)
5b62bdfbb3 [Source-mssql] : Bump cdk to latest (#39506)
ba10a3b1a2 ๐Source Confluence - Change request parameter 'expand' to comma separated single string (#39495)
c29429dfe9 test(google-ads): fix integration test; update acceptance tests (#39425)
d6a9659f6b chore(source-microsoft-sharepoint): fix abnormal state (#39470)
3b5ac4fb61 chore(source-harvest): update metadata with GSM creds (#39464)
d8a14259f3 ๐ค Cut version 1.4.0 of source-declarative-manifest
60f24cafd0 ๐ค minor bump Python CDK to version 1.4.0
47ae1b8e60 Source Postgres - fix PR ID for v.3.3.27 (#39413)
b88a41d339 postgres source/destination - bump postgres driver version (#39460)
46b2188fe0 ๐Source Close.com: format source, delete requirements.txt, change spec from json to yaml (#39477)
258603e907 :sparkles: low-code: Add Incremental Parent State Handling to SubstreamPartitionRouter (#38211)
8e97ace366 โจ Source Facebook Marketing: Add sourceinstagrammediaid (#33648)
6db30d6a51 [Source-postgres] : Bump cdk to latest (#39474)
180b7e18b0 fix docs build when MetricIcon gets a boolean level arg (#39496)
3c3a80a7e3 [destination-azure-blob-storage] File Extensions added for the output files #27701 (#38061)
ff31275620 chore(source-iterable): fix abnormal state (#39486)
919d5d0780 source-azure-blob-storage: [autopull] Upgrade base image to v1.2.2 (#39275)
eff53939a2 source-stripe: [autopull] Upgrade base image to v1.2.2 (#39284)
337ebf0f8d chore(source-monday): fix abnormal state for items stream (#39485)
e2d323152d airbyte-ci: fix IncrementalAcceptanceTests behavior: skip them when AcceptanceTests succeed (#39483)
52ad768529 source-microsoft-onedrive: [autopull] Upgrade base image to v1.2.2 (#39227)
b97db792f4 source-s3: [autopull] Upgrade base image to v1.2.2 (#39214)
ba40618bf6 source-file: [autopull] Upgrade base image to v1.2.2 (#39192)
a44bbfa169 ๐Source LinkedIn Ads: Fix Readme commands, change spec from json to yaml (#39442)
c7f885fef6 connectors-insights: fix workflow (#39480)
6063befb71 introduce connectors-insights package (#39452)
1038fb4e1f fix broken format on master (#39479)
5e3aef6efc source-close-com: [autopull] base image + poetry + uptodate (#38391)
38078daeff source-tempo: [autopull] base image + poetry + uptodate (#38488)
5f4c46b31e source-clickup-api: [autopull] base image + poetry + uptodate (#38501)
ea0e818898 Source Slack Refactor: update Python stream state handling (#39343)
5f1f7fe4ba bug(registry): coerse null strings (#39461)
294dcfa466 Source Amazon Seller Partner (refactor): Update state handler for incremental streams (#39441)
0759c84886 [WASS] : Create a transient error emitter (#39445)
8443138e54 source-paystack: [autopull] base image + poetry + uptodate (#38430)
61dd16677e source-exchange-rates: [autopull] base image + poetry + uptodate (#38543)
575523a142 source-youtube-analytics: [autopull] base image + poetry + uptodate (#38546)
458bd02090 โจSource RocketChat: Make Connector Compatible with Builder (#39110)
367a7d3f60 โจSource Senseforce: Make Connector Compatible with Builder (#39462)
fcc2940d20 [DB sources] : Debezium properties accept list of streams (#39405)
e915758c2e chore(source-sendgrid): fix type of cursor in abnormal state (#39469)
7fb208bc82 Destination Postgres: Kotlin auto conversion src/main/java -> src/main/kotlin (#39388)
a74bd224ab destination-azure: fix AzureBlobStorageSpillTest (#39465)
32f78307c8 source-postgres: connect with adaptiveFetch=true, take 2 (#38773)
677b010499 ๐ Source Facebook Marketing: apply configured statuses to ads insight streams (#39439)
7311edd50b airbyte-ci: make slugify consistent with live test (#39457)
2dd6e6dced โจ [source-getLago] Add Fees Support (#35661)
7508ffb2b8 CDK: translate java EOF exception's message to a more customer-friendly message (#39417)
e093d62c2b โจ Source Google Analytics 4: make lookback window configurable (#38884)
fb680acbfb โจSource News Api: Make Connector Compatible with Builder (#38635)
09a59397db โจSource Workramp: Make Connector Compatible with Builder (#38741)
f4cb64eb4a โจSource Babelforce: Make Connector Compatible with Builder (#38776)
e3c60e3457 Increasing maxSecondsBetweenMessages for facebook marketing connector o avoid heartbeat timeout error (#39400)
30cd6f1a3d source-mysql: upgrade debezium to 2.5.4 (#39144)
fd8baf9237 fix(sourceslack): use private channels config when reading slack threads (#39416)
c1bb8fb6e4 โจSource Linkedin Pages: migrate to low-code (#36744)
ea4b955027 feat(docs): update metric icon (#39449)
fa4755b127 Source Datadog: Chaged last records to last record (#37590)
8d6e893db8 ๐ Source Kafka: fix empty airbyte_data after airbyte version 0.50.4 for AvroFormat (#32538)
1375a433bb ๐ Source Klarna: fixing connector compatibility with the US API endpoint (#38709)
db5cb39fbf bug(docs): Update mobile style of CQM component (#39435)
356fb8129f ๐ Postgres Destination fails when the connection is persisted across steps (#39372)
ab45e06823 feat(docs): Add icon component for metrics (#39104)
1dbb2851fd ๐ Source Square: fix customers pagination (#30315)
e9e4b6896e feat(docs): Add cdk version, metrics, and last updated (#38799)
509edcb227 Source Partnerstack: Chenged last records to last record (#37595)
064c6d3d1c build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /airbyte-integrations/connector-templates/generator (#39421)
70f34e7085 โจSource Salesloft: migrate to low-code (#38362)
7c3f1bab89 chore(source-azure-blob-storage): fix abnormal state for parquet stream (#39427)
7738768d02 [source-xero] Add OAuth and Bearer Strategies (#39316)
a72094477b โจSource Secoda: Make Connector Compatible with Builder (#38932)
b2082474b8 source-zendesk-sell: [autopull] Upgrade base image to v1.2.2 (#39258)
ec1c05b093 source-salesforce: [autopull] Upgrade base image to v1.2.2 (#39269)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.63.0
90c50e70c9 docs: May 2024 Release Notes (#39385)
235c0d2ee7 docs: Add icons to Connection/Stream Status (#39409)
414d831b34 ๐ Source Stripe: fix the invoices stream, incremental sync, after the PR #39393 (#39412)
e6c059a99c ๐ Source Appsflyer: Fix organic In-app events stream (#39407)
f17a3cc19f ๐Source Square: Add error handlers, migrate to inline schema and move spec (#39377)
3c9a6121c4 Upgrade mongodb to use dbz 2.6.2 (#38238)
00e037b0d9 source-unleash: [autopull] base image + poetry + uptodate (#38378)
ed7953a132 source-yotpo: [autopull] base image + poetry + uptodate (#38390)
26c0892bd9 source-harness: [autopull] base image + poetry + uptodate (#38392)
9b10b8bb17 source-aircall: [autopull] base image + poetry + uptodate (#38454)
a4e0b4bd28 โจSource Vitally: Make Connector Compatible with Builder (#38605)
943c3a1791 โจSource Twilio Task Router: Make Connector Compatible with Builder (#38788)
002b755f4a โจSource Chargify: Make Connector Compatible with Builder (#38814)
685b648eaa โจSource Todoist: Make Connector Compatible with Builder (#38819)
b91d91d90b โจSource ShortIO: Remove parameters macro, embed spec and schemas (#38842)
05a537fb34 โจSource Datascope: Make Connector Compatible with Builder (#38844)
54bdf13c4b โจSource Ringcentral: Make Connector Compatible with Builder (#39111)
8f18bbcf5a โจSource Intruder: Make Connector Compatible with Builder (#39112)
631f06b465 โจSource Hellobaton: Make Connector Compatible with Builder (#39113)
ece897c701 โจSource PagerDuty: Make Connector Compatible with Builder (#39115)
717f928f74 source-aha: [autopull] Upgrade base image to v1.2.2 (#39153)
9c0b00b857 source-twitter: [autopull] Upgrade base image to v1.2.2 (#39154)
a432fd876e source-punk-api: [autopull] Upgrade base image to v1.2.2 (#39158)
594a135e2b source-hubplanner: [autopull] Upgrade base image to v1.2.2 (#39164)
956c206f8d source-recurly: [autopull] Upgrade base image to v1.2.2 (#39178)
551b2dad9f source-auth0: [autopull] Upgrade base image to v1.2.2 (#39194)
87c39303b1 source-bamboo-hr: [autopull] Upgrade base image to v1.2.2 (#39201)
0b2bee349b source-mailchimp: [autopull] Upgrade base image to v1.2.2 (#39202)
8108d29c9d source-metabase: [autopull] Upgrade base image to v1.2.2 (#39205)
c1f58dfaaa source-lemlist: [autopull] Upgrade base image to v1.2.2 (#39211)
70c26a6fdd source-chargebee: [autopull] Upgrade base image to v1.2.2 (#39217)
827e436cb0 source-whisky-hunter: [autopull] Upgrade base image to v1.2.2 (#39219)
140d924ed3 source-retently: [autopull] Upgrade base image to v1.2.2 (#39223)
076a682f22 source-configcat: [autopull] Upgrade base image to v1.2.2 (#39230)
f6cb3b5e88 source-freshdesk: [autopull] Upgrade base image to v1.2.2 (#39231)
fb51bb274a source-dremio: [autopull] Upgrade base image to v1.2.2 (#39235)
74b352f346 source-greenhouse: [autopull] Upgrade base image to v1.2.2 (#39247)
9ecfbc8ad5 source-exchange-rates: [autopull] Upgrade base image to v1.2.2 (#39250)
42bb37c4df source-twilio: [autopull] Upgrade base image to v1.2.2 (#39252)
f729ff5f33 source-zoom: [autopull] Upgrade base image to v1.2.2 (#39279)
2f14ce21ca source-recruitee: [autopull] Upgrade base image to v1.2.2 (#39282)
cc970fdb44 source-intercom: [autopull] Upgrade base image to v1.2.2 (#39286)
f97fae056b source-xkcd: [autopull] Upgrade base image to v1.2.2 (#39293)
7ddc3a79be source-rki-covid: [autopull] Upgrade base image to v1.2.2 (#39294)
2de2892f47 refreshes faqs (#39384)
799578645a Destination Snowflake: Fix for adding airbytemeta to raw in overwrite mode (#39399)
1fc3420a3e โจSource Recreation: Make Connector Compatible with Builder (#38733)
64b4741ac7 โจSource PersistIq: Make Connector Compatible with Builder (#38789)
8fd3a3ca5f airbyte-ci: run incremental acceptance tests step for community connectors (#39363)
1900f07a41 ๐ค patch bump Python CDK to version 1.3.3
9b1d7205f3 Add discover to entrypoint wrapper (#39396)
721ca46014 airbyte-ci: ignore CAT results when running on community connectors (#39361)
74d43b4a50 airbyte-ci: make AcceptanceTest produce jsonl reports (#39339)
78eaf7dbf9 connector-acceptance-test: install the pytest-reportlog plugin (#39338)
4b0b827f18 airbyte-ci: only fail CI on community connectors when there's a CAT regression (#39366)
41299b1c88 ๐ Source Stripe: Add missing invoices event types for incremental sync (#39393)
e06a95d0f5 fix(source-slack): convert string state to float for threads stream (#39132)
fbd32685b7 fix(source-pinterest): fix type of default start date when it's not provided (#39367)
fc781bd74a docs: Connection Status page updates (#39387)
04e776faef โจCAT: add `testprimarykeysdatatype` (#38755)
9f0ce4f04b Destination Snowflake: Sync Id, generationid and Meta (#39107)
7e281dd022 build(deps): bump braces from 3.0.2 to 3.0.3 in /docusaurus (#39381)
cc74a089ce feat[source-klaviyo]: added stream events detailed (#39350)
9410f42941 Destination bigquery: Bump cdk again (#38331)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.62.4
eeafea7388 Source Jira: refactor state handler (#39347)
da05010ea2 Update source s3.md (#39374)
05fd09b014 Destinations: Refreshes: Track stream statuses in async framework (#38075)
a78647eb59 Destinations CDK: CatalogParser sets default namespace (#38121)
c019d32a35 Retry hubspot parseandhandleerrors on JSON decode errors (#38800)
ea4b16fa1a ๐ค Cut version 1.3.2 of source-declarative-manifest
4d775df68f ๐ค patch bump Python CDK to version 1.3.2
4e91046af1 [airbyte-cdk]: add condition to check type retriever (#39309)
86549e8f24 ๐จ Source Appsflyer: Migrate to V2 Appsflyer API (#38339)
59dac1eef7 fix(source-jira): fix projects substreams for deleted projects (#39310)
473c94b06a ๐ Source Shopify: fix failed CAT test with future_state.abnormal_values (#39362)
3b3392317f source-postgres: upgrade Debezium to 2.6.2 (#39353)
f0c85c7d39 Destination bigquery: increase json deserialization limit (#38764)
c30119b641 Destination CDK: Increase json deserialization limit (#38763)
8b76e89ef3 Remove custom debezium mssql converted for datetimeoffset type (#39342)
6968f9a71a Extend abnormal state test to include cursor format check (#39136)
f96701d4b9 snowflake docs - fix code formatting (#39345)
7cc188ed34 move disambiguation section for connectors, connections, and configurโฆ (#39134)
afa71ae9fc Audrey/connector docs contribution guidelines (#39327)
24c170ebde Surveymonkey refactor: add CheckpointMixin for state management (#39329)
2f1ed56ab1 update docs (#39137)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.62.3
595d4ee5a5 source-instatus: [autopull] Upgrade base image to v1.2.2 (#39167) edbf4ab2a3 source-appsflyer: [autopull] Upgrade base image to v1.2.2 (#39187) 42931d075a source-weatherstack: [autopull] Upgrade base image to v1.2.2 (#39190) 384a256173 source-nasa: [autopull] Upgrade base image to v1.2.2 (#39218) 02084fd7fa source-merge: [autopull] Upgrade base image to v1.2.2 (#39238) 794eceb513 source-xero: [autopull] Upgrade base image to v1.2.2 (#39264) 1832734523 source-callrail: [autopull] Upgrade base image to v1.2.2 (#39281) 4dbc7209b3 destination-rabbitmq: [autopull] Upgrade base image to v1.2.2 (#39300) e3ea7cd5a9 โจ Source Facebook-Marketing: Add Selectable Auth (with migration & tests) (#38304)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.62.2
b9041c3675 Update s3.md (#39312)
4d7242b9ee Source Notion Refactor: implement CheckpointMixin for state handling (#38798)
fd679fc07f cdk: handle null messages in ConnectorExceptionUtil (#39220)
23b7e013b7 docs: increase the max partial failure attempt to 20. (#39322)
c1ac66cc74 airbyte-ci: bust java build cache to fix vulnerabilities (#39321)
209f5b8a4a Source Klaviyo: use CheckpointMixin for handling state updates (#38879)
c1de7509a1 Souce Amplitude Refactor: Use CheckpointMixin for state management (#39103)
266169a910 ๐ Source Stripe: Fix the Refunds stream missing data in Incremental sync mode (#39138)
4a10dc8341 ๐ Source Iterable: update CDK version to 0.89.0 to fix OOM (#39142)
df0056c3f3 source-lokalise: [autopull] Upgrade base image to v1.2.2 (#39168)
b8e3e8d172 source-facebook-pages: [autopull] Upgrade base image to v1.2.2 (#39243)
0fbdd071e1 source-fullstory: [autopull] Upgrade base image to v1.2.2 (#39195)
a033504e11 source-kyriba: [autopull] Upgrade base image to v1.2.2 (#39232)
1440875a26 source-copper: [autopull] Upgrade base image to v1.2.2 (#39234)
b212debf9a source-n8n: [autopull] Upgrade base image to v1.2.2 (#39273)
f1d12954b8 ๐ Source Hubspot: Add missing types for the Workflows stream schema (#39314)
64d39cb920 โจ Source Shopify: add resiliency on some transient errors using the HttpClient (#38084)
df39bf87f7 source-marketo: [autopull] Upgrade base image to v1.2.2 (#39297)
d213a9b332 destination-timeplus: [autopull] Upgrade base image to v1.2.2 (#39301)
3b4ada0d2b source-polygon-stock-api: [autopull] Upgrade base image to v1.2.2 (#39302)
7592cfd027 source-instagram: [autopull] Upgrade base image to v1.2.2 (#39303)
6e23b2319e source-tmdb: [autopull] Upgrade base image to v1.2.2 (#39305)
b049d27714 source-chargify: [autopull] Upgrade base image to v1.2.2 (#39306)
e6c1e1ab86 source-insightly: [autopull] Upgrade base image to v1.2.2 (#39307)
d728493c9d source-my-hours: [autopull] Upgrade base image to v1.2.2 (#39308)
76573f026c ๐ New Source: SingleStore (#37337)
a068aad41e source-google-analytics-data-api: [autopull] Upgrade base image to v1.2.2 (#39209)
fbb1c91fe6 source-mailgun: [autopull] Upgrade base image to v1.2.2 (#39229)
973b537bb7 destination-kvdb: [autopull] Upgrade base image to v1.2.2 (#39236)
8000411200 source-mailersend: [autopull] Upgrade base image to v1.2.2 (#39237)
87b8fb36c1 source-linkedin-ads: [autopull] Upgrade base image to v1.2.2 (#39240)
acd7ded943 source-coda: [autopull] Upgrade base image to v1.2.2 (#39241)
5989d9d564 source-surveymonkey: [autopull] Upgrade base image to v1.2.2 (#39244)
8eceb5e2a9 source-launchdarkly: [autopull] Upgrade base image to v1.2.2 (#39245)
05470eeb73 source-aws-cloudtrail: [autopull] Upgrade base image to v1.2.2 (#39246)
db828b5987 source-asana: [autopull] Upgrade base image to v1.2.2 (#39249)
bfaa629ad6 source-bigcommerce: [autopull] Upgrade base image to v1.2.2 (#39251)
314f84ce8d source-tiktok-marketing: [autopull] Upgrade base image to v1.2.2 (#39253)
3e8694dd1b source-datascope: [autopull] Upgrade base image to v1.2.2 (#39254)
34761bac6e source-gcs: [autopull] Upgrade base image to v1.2.2 (#39255)
1ec387f77b source-genesys: [autopull] Upgrade base image to v1.2.2 (#39256)
6a2659feb4 source-coin-api: [autopull] Upgrade base image to v1.2.2 (#39257)
d863f5acb1 source-qualaroo: [autopull] Upgrade base image to v1.2.2 (#39259)
ac9a0e8f76 source-zendesk-chat: [autopull] Upgrade base image to v1.2.2 (#39260)
cc54b18d2f source-confluence: [autopull] Upgrade base image to v1.2.2 (#39261)
28207724ce source-us-census: [autopull] Upgrade base image to v1.2.2 (#39262)
1b6db6f97a source-trello: [autopull] Upgrade base image to v1.2.2 (#39263)
203874d7bd source-microsoft-dataverse: [autopull] Upgrade base image to v1.2.2 (#39265)
a997dc661f source-sonar-cloud: [autopull] Upgrade base image to v1.2.2 (#39267)
52e06fd845 source-workable: [autopull] Upgrade base image to v1.2.2 (#39268)
096b53e010 source-woocommerce: [autopull] Upgrade base image to v1.2.2 (#39270)
8df0b9141e source-slack: [autopull] Upgrade base image to v1.2.2 (#39271)
3fb8c59df0 source-google-pagespeed-insights: [autopull] Upgrade base image to v1.2.2 (#39272)
9df7a48fb7 source-yahoo-finance-price: [autopull] Upgrade base image to v1.2.2 (#39274)
2bcce3a32d source-avni: [autopull] Upgrade base image to v1.2.2 (#39276)
8942d1bdb5 source-sftp-bulk: [autopull] Upgrade base image to v1.2.2 (#39280)
42de696590 source-ip2whois: [autopull] Upgrade base image to v1.2.2 (#39283)
5aa93182e7 source-quickbooks: [autopull] Upgrade base image to v1.2.2 (#39285)
50899d8777 source-adjust: [autopull] Upgrade base image to v1.2.2 (#39287)
7ad088f78e source-persistiq: [autopull] Upgrade base image to v1.2.2 (#39288)
944647799a source-chartmogul: [autopull] Upgrade base image to v1.2.2 (#39289)
4902d23b7b destination-cumulio: [autopull] Upgrade base image to v1.2.2 (#39292)
323ea5ac70 source-dockerhub: [autopull] Upgrade base image to v1.2.2 (#39295)
27297840e8 source-pocket: [autopull] Upgrade base image to v1.2.2 (#39298)
38cb2ffcb8 source-convertkit: [autopull] Upgrade base image to v1.2.2 (#39299)
4a9248655d CAT incremental test: disable diff for the sequential slices test due to unhandled corner cases (#39131)
0b3be66e52 source-bing-ads: [autopull] Upgrade base image to v1.2.2 (#39177)
802debbedc source-strava: [autopull] Upgrade base image to v1.2.2 (#39221)
e1126c6321 source-intruder: [autopull] Upgrade base image to v1.2.2 (#39222)
521956d6e1 source-wrike: [autopull] Upgrade base image to v1.2.2 (#39224)
302f28ba86 source-google-sheets: [autopull] Upgrade base image to v1.2.2 (#39225)
ef3fdf8a8a source-gong: [autopull] Upgrade base image to v1.2.2 (#39226)
a45b1eedbe source-rd-station-marketing: [autopull] Upgrade base image to v1.2.2 (#39228)
17ba37e863 source-younium: [autopull] Upgrade base image to v1.2.2 (#39213)
630f070e25 source-pexels-api: [autopull] Upgrade base image to v1.2.2 (#39216)
fcc78c7914 destination-weaviate: [autopull] Upgrade base image to v1.2.2 (#39212)
eb9ab87909 source-convex: [autopull] Upgrade base image to v1.2.2 (#39210)
ee2e5daf98 source-klaus-api: [autopull] Upgrade base image to v1.2.2 (#39208)
1fd17b4e43 source-gocardless: [autopull] Upgrade base image to v1.2.2 (#39207)
df2fe91813 source-notion: [autopull] Upgrade base image to v1.2.2 (#39204)
12cf123a3b source-smaily: [autopull] Upgrade base image to v1.2.2 (#39176)
f0ce8b38ac source-mailerlite: [autopull] Upgrade base image to v1.2.2 (#39181)
77aa99afe1 source-looker: [autopull] Upgrade base image to v1.2.2 (#39191)
94cad771ba source-sendgrid: [autopull] Upgrade base image to v1.2.2 (#39197)
868340073a destination-astra: [autopull] Upgrade base image to v1.2.2 (#39198)
802cbb2b41 source-typeform: [autopull] Upgrade base image to v1.2.2 (#39199)
cccaaa19fa source-firebase-realtime-database: [autopull] Upgrade base image to v1.2.2 (#39200)
70cb734fe0 source-vitally: [autopull] Upgrade base image to v1.2.2 (#39203)
380293dbaf source-linnworks: [autopull] Upgrade base image to v1.2.2 (#39196)
a96de1aa53 destination-vectara: [autopull] Upgrade base image to v1.2.2 (#39193)
fbcd1231b0 source-hellobaton: [autopull] Upgrade base image to v1.2.2 (#39189)
e86d3a8444 source-gnews: [autopull] Upgrade base image to v1.2.2 (#39188)
aae443c7fb source-waiteraid: [autopull] Upgrade base image to v1.2.2 (#39185)
e9ed10a48c source-firebolt: [autopull] Upgrade base image to v1.2.2 (#39183)
802d3ec617 source-sentry: [autopull] Upgrade base image to v1.2.2 (#39180)
edfd7e7ab9 source-orbit: [autopull] Upgrade base image to v1.2.2 (#39179)
b00c6917c5 source-nytimes: update base image to 1.2.2 (#39119)
772fea7115 destination-qdrant: [autopull] Upgrade base image to v1.2.2 (#39172)
ef8a25d8c9 source-freshservice: [autopull] Upgrade base image to v1.2.2 (#39173)
bd6eae478c source-pagerduty: [autopull] Upgrade base image to v1.2.2 (#39169)
858705f76a source-linkedin-pages: [autopull] Upgrade base image to v1.2.2 (#39171)
bc28cc0659 source-openweather: [autopull] Upgrade base image to v1.2.2 (#39170)
dc152a8d07 source-clockify: [autopull] Upgrade base image to v1.2.2 (#39156)
d95731c879 destination-firebolt: [autopull] Upgrade base image to v1.2.2 (#39157)
60ee22f59b source-ashby: [autopull] Upgrade base image to v1.2.2 (#39159)
fee696f754 source-newsdata: [autopull] Upgrade base image to v1.2.2 (#39160)
903722117a source-coinmarketcap: [autopull] Upgrade base image to v1.2.2 (#39161)
41b993f1de source-breezometer: [autopull] Upgrade base image to v1.2.2 (#39162)
f3c0b38403 source-babelforce: [autopull] Upgrade base image to v1.2.2 (#39163)
c053817898 source-mailjet-sms: [autopull] Upgrade base image to v1.2.2 (#39165)
fc25f9b85e source-smartsheets: [autopull] Upgrade base image to v1.2.2 (#39166)
df8674d8d7 destination-pinecone: [autopull] Upgrade base image to v1.2.2 (#39148)
b953887adb destination-firestore: [autopull] Upgrade base image to v1.2.2 (#39149)
1d40e0c4bb source-tplcentral: [autopull] Upgrade base image to v1.2.2 (#39150)
b88daf3556 source-webflow: [autopull] Upgrade base image to v1.2.2 (#39151)
7866328412 source-pypi: [autopull] Upgrade base image to v1.2.2 (#39152)
fb2de19e90 source-smartengage: [autopull] Upgrade base image to v1.2.2 (#39155)
d55995deb5 [cdk]: correctly raise unsupported logical type errors when parsing avro (#36888)
a1b5506aea โจSource Tyntec SMS: Make Connector Compatible with Builder (#38838)
bb261ec080 โจSource TVMaze Schedule: Make Connector Compatible with Builder (#38837)
2d926cf7b9 [airbyte-cdk] Removed unused script file remove-default-paginator-url-base.sh (#38887)
3a9dabb5db Destination Snowflake: Improve error handling in StagingClient (#39135)
e4668ac111 ๐ค Cut version 1.3.1 of source-declarative-manifest
a6326a62e7 ๐ค patch bump Python CDK to version 1.3.1
5c9115b0b7 [airbyte-cdk] Use jinja.sandbox.SandboxEnvironment to restrict InterpolatedString (#39130)
a1401c8fdb fix: pass AIRBYTE_INSTALLATION_ID env-var to docker compose command (#39139)
12fd9d4dba Improved Self-Managed Enterprise scaling & troubleshooting (#38863)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.62.1
859b596383 source-postgres: read() throws config exception upon xmin wraparound (#38875)
ad42a2b4b9 fix: convert telemetry ulids to uuids (#38745)
40e721f304 source-qonto: Turn API key into a required secret (#38468)
3d8f7ca602 Destination CDK: Skip flush of zero byte records. (#39106)
7057fc36b4 Make python connectors using base image 1.2.1 use 1.2.2 (#39129)
642171c631 python base image: fix the python 3.9.19 digest (#39126)
4f36f63aa7 fix(source-slack): change cursor format for channel_messages stream to %s_as_float (#39121)
ff350c028d Destination Yellowbrick: update CDK and simplify casting (#38329)
acc854a42d ๐ค Cut version 1.3.0 of source-declarative-manifest
2e2571d23c ๐ค minor bump Python CDK to version 1.3.0
09cec53da5 [destination-astra] Explicit projection when reading from Astra DB (#38181)
a2bee09e2f [connector-development docs] Add "git clone" to command (#38677)
2da71a3707 feat(low-code): add new format float_s (#38869)
a703ee3a01 source-delighted: [autopull] Upgrade base image to v1.2.1 (#39047)
2a8645c4f3 source-lever-hiring: [autopull] Upgrade base image to v1.2.1 (#39082)
74ba3ae8d5 destination-convex: [autopull] Upgrade base image to v1.2.1 (#39083)
4bb1250cd7 source-rss: [autopull] Upgrade base image to v1.2.1 (#39085)
3fcacb6fbc source-zendesk-talk: [autopull] Upgrade base image to v1.2.1 (#39036)
c580f1c569 source-pinterest: [autopull] Upgrade base image to v1.2.1 (#39037)
1d46eeafe7 source-opsgenie: [autopull] Upgrade base image to v1.2.1 (#39035)
c2afb12ebf source-klarna: [autopull] Upgrade base image to v1.2.1 (#39045)
fde04841fe ๐จ๐จโจSource Asana: Migrate Python CDK to Low-code CDK (#36951)
0a8af6152d source-google-analytics-v4: [autopull] Upgrade base image to v1.2.1 (#38934)
73eb2ef1f3 source-klaviyo: [autopull] Upgrade base image to v1.2.1 (#38935)
f714358dfa source-todoist: [autopull] Upgrade base image to v1.2.1 (#38936)
25f8d9df9d source-ringcentral: [autopull] Upgrade base image to v1.2.1 (#38937)
0bf6875603 source-alpha-vantage: [autopull] Upgrade base image to v1.2.1 (#38938)
f8e806e9b2 destination-snowflake-cortex: [autopull] Upgrade base image to v1.2.1 (#38955)
d2588d3d57 source-apple-search-ads: [autopull] Upgrade base image to v1.2.1 (#38967)
1333651835 source-azure-table: [autopull] Upgrade base image to v1.2.1 (#38968)
3c6dece8a5 source-amazon-seller-partner: [autopull] Upgrade base image to v1.2.1 (#38969)
d848432eb3 source-shortio: [autopull] Upgrade base image to v1.2.1 (#38970)
30240dc71e source-coingecko-coins: [autopull] Upgrade base image to v1.2.1 (#38971)
4b5f2c5eb3 source-outreach: [autopull] Upgrade base image to v1.2.1 (#38972)
a6a78dbd48 source-plausible: [autopull] Upgrade base image to v1.2.1 (#38974)
b4ec296322 destination-sqlite: [autopull] Upgrade base image to v1.2.1 (#38975)
f9539b5861 source-spacex-api: [autopull] Upgrade base image to v1.2.1 (#38976)
53f92f257f source-gainsight-px: [autopull] Upgrade base image to v1.2.1 (#38979)
edd97a1500 source-customer-io: [autopull] Upgrade base image to v1.2.1 (#38980)
515ccd6f00 source-hubspot: [autopull] Upgrade base image to v1.2.1 (#38981)
02f8c6e044 source-visma-economic: [autopull] Upgrade base image to v1.2.1 (#38982)
45cb00de94 source-paypal-transaction: [autopull] Upgrade base image to v1.2.1 (#38983)
e86b8bbc14 source-toggl: [autopull] Upgrade base image to v1.2.1 (#38985)
152671ea7c source-amplitude: [autopull] Upgrade base image to v1.2.1 (#38988)
6855e64e35 source-activecampaign: [autopull] Upgrade base image to v1.2.1 (#38989)
2d6aee0d26 source-rocket-chat: [autopull] Upgrade base image to v1.2.1 (#38992)
138818e3d6 source-surveycto: [autopull] Upgrade base image to v1.2.1 (#38993)
d17806b5ff source-commercetools: [autopull] Upgrade base image to v1.2.1 (#38995)
84fb278e29 source-yandex-metrica: [autopull] Upgrade base image to v1.2.1 (#38999)
99098d3768 source-kyve: [autopull] Upgrade base image to v1.2.1 (#39004)
a55b0c51b9 source-mixpanel: [autopull] Upgrade base image to v1.2.1 (#39006)
c5ea4522a5 source-drift: [autopull] Upgrade base image to v1.2.1 (#39007)
de9da5b7e4 source-apify-dataset: [autopull] Upgrade base image to v1.2.1 (#39010)
86e3f8f608 destination-google-sheets: [autopull] Upgrade base image to v1.2.1 (#39011)
3d9a0b5eb1 source-reply-io: [autopull] Upgrade base image to v1.2.1 (#39012)
23dc7b0cc4 source-orb: [autopull] Upgrade base image to v1.2.1 (#39015)
de6ceeb5a2 source-okta: [autopull] Upgrade base image to v1.2.1 (#39016)
e1c813c1d5 source-gutendex: [autopull] Upgrade base image to v1.2.1 (#39017)
306bdd2b96 source-shopify: [autopull] Upgrade base image to v1.2.1 (#39019)
e814bef0e8 source-qonto: [autopull] Upgrade base image to v1.2.1 (#39020)
cda1738e28 source-sap-fieldglass: [autopull] Upgrade base image to v1.2.1 (#39021)
6ec9914f0a source-snapchat-marketing: [autopull] Upgrade base image to v1.2.1 (#39024)
674e366b49 source-commcare: [autopull] Upgrade base image to v1.2.1 (#39026)
ef62ef5481 source-open-exchange-rates: [autopull] Upgrade base image to v1.2.1 (#39028)
9ec2079404 source-faker: [autopull] Upgrade base image to v1.2.1 (#39029)
5fbc0a44c8 source-pendo: [autopull] Upgrade base image to v1.2.1 (#39069)
7a936f0e25 source-pivotal-tracker: [autopull] Upgrade base image to v1.2.1 (#39071)
c7a88ed349 source-oura: [autopull] Upgrade base image to v1.2.1 (#39072)
2914cad56b source-microsoft-teams: [autopull] Upgrade base image to v1.2.1 (#39046)
c90f6a46e1 source-gridly: [autopull] Upgrade base image to v1.2.1 (#39051)
aa08585275 source-timely: [autopull] Upgrade base image to v1.2.1 (#39054)
6d267c02f6 source-glassfrog: [autopull] Upgrade base image to v1.2.1 (#39056)
046165c0e0 source-zendesk-sunshine: [autopull] Upgrade base image to v1.2.1 (#39058)
09ff78e131 source-freshsales: [autopull] Upgrade base image to v1.2.1 (#39065)
3ebbdc49e7 source-twilio-taskrouter: [autopull] Upgrade base image to v1.2.1 (#39067)
2791dd6565 source-postgres: check() throws config error upon detecting transaction ID wraparound (#38836)
384f2dcc9d destination-aws-datalake: [autopull] Upgrade base image to v1.2.1 (#39033)
23c72a6c20 source-news-api: [autopull] Upgrade base image to v1.2.1 (#39038)
3d1e38bb87 source-zapier-supported-storage: [autopull] Upgrade base image to v1.2.1 (#39041)
afbea33c5d source-salesloft: [autopull] Upgrade base image to v1.2.1 (#39042)
6b8f26fef7 source-tyntec-sms: [autopull] Upgrade base image to v1.2.1 (#39043)
33dd1d2b99 source-k6-cloud: [autopull] Upgrade base image to v1.2.1 (#39044)
ff67cfeb40 source-pokeapi: [autopull] Upgrade base image to v1.2.1 (#39048)
ebd859c18d destination-typesense: [autopull] Upgrade base image to v1.2.1 (#39050)
646dee2ab1 source-tvmaze-schedule: [autopull] Upgrade base image to v1.2.1 (#39053)
a0fa445ea6 source-google-search-console: [autopull] Upgrade base image to v1.2.1 (#39059)
4b40181545 source-datadog: [autopull] Upgrade base image to v1.2.1 (#39060)
5a47e1cae2 source-postmarkapp: [autopull] Upgrade base image to v1.2.1 (#39062)
9c676b55b5 source-statuspage: [autopull] Upgrade base image to v1.2.1 (#39064)
1bbb5ace64 source-fastbill: [autopull] Upgrade base image to v1.2.1 (#39066)
0ca3c02d67 Update postgres-troubleshooting.md
8b31625d68 destination-amazon-sqs: [autopull] Upgrade base image to v1.2.1 (#39070)
d1a0cb868f source-senseforce: [autopull] Upgrade base image to v1.2.1 (#39073)
62b0d68533 source-iterable: [autopull] Upgrade base image to v1.2.1 (#39077)
72fccada64 source-github: [autopull] Upgrade base image to v1.2.1 (#39078)
af7fd4cceb source-everhour: [autopull] Upgrade base image to v1.2.1 (#39079)
842762ddfa source-vantage: [autopull] Upgrade base image to v1.2.1 (#39081)
c4654c72cd source-zenefits: [autopull] Upgrade base image to v1.2.1 (#39086)
dfd8e220fd source-pardot: [autopull] Upgrade base image to v1.2.1 (#39087)
bcf0856ecd destination-xata: [autopull] Upgrade base image to v1.2.1 (#39088)
f4fa6c7060 source-airtable: [autopull] Upgrade base image to v1.2.1 (#39089)
4c891178e5 destination-databend: [autopull] Upgrade base image to v1.2.1 (#39090)
ba21928f31 source-survey-sparrow: [autopull] Upgrade base image to v1.2.1 (#39093)
a2fbba2957 source-getlago: [autopull] Upgrade base image to v1.2.1 (#39094)
93f1b5571f source-pipedrive: [autopull] Upgrade base image to v1.2.1 (#39095)
c30bd82d8e source-gitlab: [autopull] Upgrade base image to v1.2.1 (#39098)
0937228d99 destination-milvus: [autopull] Upgrade base image to v1.2.1 (#39099)
f25ed2aeaa source-nytimes: [autopull] Upgrade base image to v1.2.1 (#39101)
e665af1ece โจSource Smaily: Make Connector Compatible with Builder (#38931)
b2846c03ec source-postgres: improve UI message and doc on xmin (#38848)
3bebfc5eab Fix writing to destination when multiple chunks exist for a document (#39092)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.62.0
b9690ba76e Wrapping changelog in details for a collapsible view (#38801)
ffb0edb220 Remove Snowflake OAuth from docs (#39013)
029d7c328f :bug: Source Google Sheets: emit state message (#38851)
8e0fab6aec source-google-webfonts: [autopull] Upgrade base image to v1.2.1 (#38960)
5a5ff93aa4 source-zenloop: [autopull] Upgrade base image to v1.2.1 (#38961)
f0062af309 source-amazon-ads: [autopull] Upgrade base image to v1.2.1 (#38962)
948aa45780 source-plaid: [autopull] Upgrade base image to v1.2.1 (#38963)
bb16c97850 source-partnerstack: [autopull] Upgrade base image to v1.2.1 (#38964)
07bb0f5f80 source-appfollow: [autopull] Upgrade base image to v1.2.1 (#38966)
c62ac8c5a8 source-primetric: [autopull] Upgrade base image to v1.2.1 (#38956)
37755cb22a source-secoda: [autopull] Upgrade base image to v1.2.1 (#38957)
f7e7cd7741 source-monday: [autopull] Upgrade base image to v1.2.1 (#38958)
5572e1b2a5 destination-duckdb: [autopull] Upgrade base image to v1.2.1 (#38959)
e6a094b55e source-firebolt: Replace AirbyteLogger with logging.Logger (#38892)
29e031220d destination-xata: Replace AirbyteLogger with logging.Logger (#38899)
e5fc4d43f6 destination-firestore: Replace AirbyteLogger with logging.Logger (#38902)
c26e8d8535 source-firebase-realtime-database: Replace AirbyteLogger with logging.Logger (#38910)
e9c2960104 source-aws-cloudtrail: Replace AirbyteLogger with logging.Logger (#38911)
5249f40b94 source-looker: Replace AirbyteLogger with logging.Logger (#38914)
2f437ac49a source-azure-table: Replace AirbyteLogger with logging.Logger (#38915)
5360a1a453 source-rd-station-marketing: Replace AirbyteLogger with logging.Logger (#38916)
7ff2a3d42a source-linkedin-pages: Replace AirbyteLogger with logging.Logger (#38918)
c160164508 source-tplcentral: Replace AirbyteLogger with logging.Logger (#38919)
3c1f332c0f source-mailjet-mail: [autopull] Upgrade base image to v1.2.1 (#38939)
8ab8f8e4bc source-workramp: [autopull] Upgrade base image to v1.2.1 (#38941)
9e978bc4fe source-flexport: [autopull] Upgrade base image to v1.2.1 (#38943)
0dcb29912c source-emailoctopus: [autopull] Upgrade base image to v1.2.1 (#38945)
240db3399f source-recreation: [autopull] Upgrade base image to v1.2.1 (#38950)
d3c46c4732 source-captain-data: [autopull] Upgrade base image to v1.2.1 (#38951)
37254b7fc6 Update migration guide (#38878)
75d1d138e5 fix(source-google-analytics-data-api): enforce unique property IDs (#38865)
eddf021eed python-connector-base-image: upgrade to python 3.9.19 + update setuptools and pip (#38859)
d620a1eea1 CI(destination-snowflake-cortex): add missing test config (connectorTestSuitesOptions) (#38830)
7b33f6f800 refactor(destination-milvus): Replace AirbyteLogger with logging.Logger (#38276)
ba30a8e4a7 destination-kvdb: Replace AirbyteLogger with logging.Logger (#38894)
16873aa439 destination-timeplus: Replace AirbyteLogger with logging.Logger (#38901)
313655768c Add airbyte-ci command to replace use of AirbyteLogger (#38232)
9a1663a251 Publish CDK for postgres source connector (#38834)
f17d4689c3 ๐ค Cut version 1.2.1 of source-declarative-manifest
bc8c980f05 ๐ค patch bump Python CDK to version 1.2.1
8b82caa4df [airbyte-cdk] Fix dpath.util.* deprecation warnings (#38847)
12f637330e [destination-oracle] Update oracle.md to update requirements #37400 (#38832)
22707da82e :bug: Source Shopify: skip comprehensive incremental tests (#38872)
dfd61c52ff [airbyte-cdk] Python 3.11 dataclass compatibility (#38846)
7826813acc fix: update automatic cloud PR creator to adhere to conventional title requirement (#38864)
c343269372 Docs typo: wrong month in refreshes section (#38855)
f4c4c341a5 Destination Snowflake: Adapting to new connector interfaces (#38658)
75b9d064cd ๐ Source Facebook Marketing: "Tried accessing nonexisting field on node type" fix (#38860)
460de7238f โจSource BambooHR - Migrate Python CDK to Low-code CDK (#37452)
ff0ba70c5a disable version increment check workflow on forks (#38866)
f607d70638 Destination DuckDB: Bump duckdb engine to 0.10.3 (#38576)
f4c69be077 ๐ New Connector: Fleetio source (#35633)
7b1e4a5e4c doc: describe how to enable a test suite in metadata (#38858)
e0bec7a088 format-fix-command: disable dagger cache (#38867)
02c302865f ๐ค Cut version 1.2.0 of source-declarative-manifest
55c7587c47 ๐ค minor bump Python CDK to version 1.2.0
b9a421ba15 feat(airbyte-cdk): add client side incremental sync (#38099)
8412602785 source-smartsheets: [autopull] base image + poetry + uptodate (#38505)
85238eb4f0 Fix bash location for run-ab-platform.sh (#38604)
1f325ec6e6 CAT: fix incremental by running tests per stream (#36814)
e64d3b597a โจSource SmartEngage: Make Connector Compatible with Builder (#38787)
93f28f6165 โจSource GoCardless: Make Connector Compatible with Builder (#38818)
fdec950ca3 โจSource Vantage: Make Connector Compatible with Builder (#38839)
a516557f93 Live tests: update README with validation tests (#38820)
d435e6a083 Update google-ads.md to fix line breaks (#38815)
c77a5d9168 โจSource Whisky Hunter: Make Connector Compatible with Builder (#38841)
0f6e5e2d4e [source-faker][chore]: Allow CDK 1.x versions (#38831)
ca6ece63c6 source-getlago: [autopull] base image + poetry + uptodate (#38479)
879b9ec641 source-rki-covid: [autopull] base image + poetry + uptodate (#38434)
06b1b55228 CDK: throw config exception if no selectable table exists in user provided schemas (#38792)
82aca52ca4 Destination Redshift: CDK update with least changes (#38825)
9de7e1643f Destination Snowflake Cortex: SQL Processor Refactor (#38337)
492fdd94b5 Cdk forked branch (#38824)
950d24142a Docs for Refreshes and Generation Id (#38780)
de160054bb Destination Redshift: Auto conversion of src/main/java to Kotlin (#38803)
cf26fa3008 Live tests: add validation tests (#38711)
ba6ba8ee28 source-pexels-api: [autopull] base image + poetry + uptodate (#38458)
5606462f14 source-everhour: [autopull] base image + poetry + uptodate (#38410)
c9a0a3635e source-plaid: [autopull] Migrate to base image and poetry (#38810)
22068b749d source-mailersend: [autopull] Migrate to base image and poetry (#38811)
4adf461e17 source-customer-io: [autopull] Migrate to base image and poetry (#38812)
9aa7f0853b destination-firestore: [autopull] base image + poetry + uptodate (#38422)
2db6c791cf destination-convex: [autopull] base image + poetry + uptodate (#38527)
16c8b5f4e3 source-railz: [autopull] base image + poetry + uptodate (#38545)
d0a364ee96 source-pipedrive: [autopull] base image + poetry + uptodate (#38405)
cfe27dd079 source-firebase-realtime-database: [autopull] base image + poetry + uptodate (#38416)
86fbc1d282 source-aws-cloudtrail: [autopull] base image + poetry + uptodate (#38448)
c8bc698e7a source-auth0: [autopull] base image + poetry + uptodate (#38513)
6a937e29cf destination-databend: [autopull] base image + poetry + uptodate (#38510)
c1748b4efe MongoDB stream status traces (#38781)
a0978ca66d source-woocommerce: [autopull] base image + poetry + uptodate (#38544)
e1a9a5420a Remove normalization docs (#38779)
873a6a4320 :hospital: Source MongoDB v2: added migration guide (#38704)
1eca3fcf7f Fix live test image when running in CI (#38772)
d0463fcfeb source-alpha-vantage: [autopull] base image + poetry + uptodate (#38512)
b7ae0907f6 feat(source-github): add max_waiting_time to configuration (#38758)
3b00bced9a ๐ค Cut version 1.1.3 of source-declarative-manifest
6ab93bbf09 ๐ค patch bump Python CDK to version 1.1.3
700b1708d7 Fix: Vector-db-based CDK - Updated unstructured file type and removed experimental from file type (#38722)
2d194fa359 Set isResumeable flag in catalog (#38584)
06ac9a0d33 destination-cumulio: [autopull] base image + poetry + uptodate (#38371)
ebbfa31e29 source-rd-station-marketing: [autopull] base image + poetry + uptodate (#38372)
675e67779c source-toggl: [autopull] base image + poetry + uptodate (#38376)
7017de53d0 source-qualaroo: [autopull] base image + poetry + uptodate (#38381)
dbd0d09881 source-ringcentral: [autopull] base image + poetry + uptodate (#38382)
390801ffcc source-klaus-api: [autopull] base image + poetry + uptodate (#38393)
fa9f8aa8f3 source-looker: [autopull] base image + poetry + uptodate (#38396)
b91121abb9 source-qonto: [autopull] base image + poetry + uptodate (#38408)
0ba81f4436 source-reply-io: [autopull] base image + poetry + uptodate (#38409)
5e466778ae source-chargify: [autopull] base image + poetry + uptodate (#38444)
c948f18186 destination-duckdb: [autopull] base image + poetry + uptodate (#38486)
55a751e2a9 destination-timeplus: [autopull] base image + poetry + uptodate (#38491)
42bc1157df destination-amazon-sqs: [autopull] base image + poetry + uptodate (#38493)
1110c69dca source-secoda: [autopull] base image + poetry + uptodate (#38530)
d279f54aa5 Source HubSpot: retry when attempting to get scopes (#38024)
1d36fa93c5 Airbyte CI: fix repodir access before assignment (#38783)
7ddca9758c Destination bigquery: switch cdk back to artifact (#38770)
c00eccb605 destination-rabbitmq: [autopull] base image + poetry + uptodate (#38532)
25db2e0f2c source-mssql: fix cursor value query (#38292)
fd95a029ed fix formatting on master (#38794)
1162af9c9d source-senseforce: [autopull] base image + poetry + uptodate (#38431)
36f4b468bf source-surveycto: [autopull] base image + poetry + uptodate (#38439)
18febc1738 source-datascope: [autopull] base image + poetry + uptodate (#38440)
9464042e82 source-statuspage: [autopull] base image + poetry + uptodate (#38451)
ee2062223b source-tvmaze-schedule: [autopull] base image + poetry + uptodate (#38453)
837f74878b source-mailjet-mail: [autopull] base image + poetry + uptodate (#38483)
810d9bd720 source-convertkit: [autopull] base image + poetry + uptodate (#38492)
81c084e014 source-intruder: [autopull] base image + poetry + uptodate (#38495)
77741d3a7b destination-xata: [autopull] base image + poetry + uptodate (#38499)
8b27c5bc10 source-hellobaton: [autopull] base image + poetry + uptodate (#38507)
790b9a4bd8 source-activecampaign: [autopull] base image + poetry + uptodate (#38511)
c2bc0dbde3 source-rocket-chat: [autopull] base image + poetry + uptodate (#38517)
b1f0b7897c source-quickbooks: [autopull] base image + poetry + uptodate (#38518)
27ea41e1a1 source-commercetools: [autopull] base image + poetry + uptodate (#38522)
82b9cf604c source-bigcommerce: [autopull] base image + poetry + uptodate (#38528)
2d07a42491 source-news-api: [autopull] base image + poetry + uptodate (#38418)
25ed9eb291 source-datadog: [autopull] base image + poetry + uptodate (#38424)
bad7439c09 source-pagerduty: [autopull] base image + poetry + uptodate (#38429)
f0ee46b807 source-breezometer: [autopull] base image + poetry + uptodate (#38529)
4eb028f390 source-freshsales: [autopull] base image + poetry + uptodate (#38548)
e3d6667f0d source-coingecko-coins: [autopull] base image + poetry + uptodate (#38515)
4863c9fbd6 fix(connector-builder): hide secrets in errors (#38759)
c4a7def393 source-smaily: [autopull] base image + poetry + uptodate (#38412)
9f87b8a37e source-vantage: [autopull] base image + poetry + uptodate (#38490)
6690ea6879 source-gutendex: [autopull] base image + poetry + uptodate (#38509)
b4576b4cf3 fix(source-mixpanel): update spec (#38757)
30358b768f revert [airbyte-ci]: inadvertent push to master
e2f131507e fix [airbyte-ci]: don't complain for too-new versions of airbyte-ci
e3e9a5d6b1 source-tplcentral: [autopull] base image + poetry + uptodate (#38403)
6a157aaf3f source-commcare: [autopull] base image + poetry + uptodate (#38519)
e09c1703e4 source-todoist: [autopull] base image + poetry + uptodate (#38524)
568d6acdb8 source-salesloft: [autopull] base image + poetry + uptodate (#38383)
18e6fcddc7 source-spacex-api: [autopull] base image + poetry + uptodate (#38504)
6bd795ce2b source-workable: [autopull] base image + poetry + uptodate (#38503)
854a279d38 source-partnerstack: [autopull] base image + poetry + uptodate (#38484)
cd4cc5d534 source-workramp: [autopull] base image + poetry + uptodate (#38419)
0d7b0a7fef source-tyntec-sms: [autopull] base image + poetry + uptodate (#38500)
00002a189c source-convex: [autopull] base image + poetry + uptodate (#38485)
6012be1a98 source-oura: [autopull] base image + poetry + uptodate (#38399)
153bde2a47 source-microsoft-dataverse: [autopull] base image + poetry + uptodate (#38397)
30d86cea53 source-apple-search-ads: [autopull] base image + poetry + uptodate (#38502)
8139dafed6 source-mailerlite: [autopull] base image + poetry + uptodate (#38385)
7aa390f1f5 ๐ [source-airtable] nextpagetoken should adhere to HttpStream interface (#38765)
2bf0bf8d07 Bump versions for SQL server, Postgres (#38775)
bd684e0342 source-gnews: [autopull] base image + poetry + uptodate (#38394)
475555ea5c source-tmdb: [autopull] base image + poetry + uptodate (#38496)
80deb8f24c deps(registry): Update orchestrator deploy to python 3.10 (#38732)
a2bcd4904c [DB sources] : Exit when encountering a config error (#38538)
d39d2e660c source-instatus: [autopull] base image + poetry + uptodate (#38506)
edcdd227cb ๐ Source Shopify: Have comma separated tags for products stream (#38769)
c63d40998a Publish cdk for postgres (#38771)
b104667a0c Stream status on postgres (#38716)
9fb319e792 Update redshift.md (#38767)
ac0357cbff ๐ค patch bump Python CDK to version 1.1.2
7742825dd8 airbyte-cdk: update poetry.lock (#38768)
fc205e4065 Destination bigquery: airbytemeta/syncid/generationid (#38359)
e07362f82a update text for the connector builder intro documentation (#38761)
b1d575b53f airbyte-cdk: update dpath version for agreement with live tests (#38766)
f368646da1 Destinations CDK: generationid/syncid plumbing (#38358)
dda539cd10 Source Amazon Ads: update authenticator (#38737)
6db379dedf feat(qa-checks): Add AcceptanceTestsEnabledCheck (#38736)
e56dc9d2eb โจ Source Shopify: Update countries provinces.taxpercentage type based on newest API change (#38746)
d0fb0cbbe9 source-kyve: [autopull] base image + poetry + uptodate (#38514)
90597a3e15 source-gridly: [autopull] base image + poetry + uptodate (#38542)
8bbfe6bb77 auto-merge: set merge method to squash (#38754)
72d0309fb2 source-webflow: [autopull] base image + poetry + uptodate (#38498)
71b4f049fd source-linkedin-pages: [autopull] base image + poetry + uptodate (#38526)
b4d7a645d7 auto-merge: consider skipped test runs as successful (#38753)
f2560a850f CDK: make postgres tempfilelimit error a transient error (#38734)
3e364344c2 โจSource Oura: Make Connector Compatible with Builder (#38688)
1174dc0313 โจSource SAP Fieldglass: Make Connector Compatible with Builder (#38689)
0393f23e99 โจSource Visma e-conomic: Make Connector Compatible with Builder (#38691)
aa2d223667 โจSource Waiteraid: Make Connector Compatible with Builder (#38697)
40564d0ad7 โจSource Orbit: Make Connector Compatible with Builder (#38700)
21e29a665b Destinations cdk: ThreadCreationInfo cast as nullable (#38738)
617ad1fbe5 โจSource PyPI: Make Connector Compatible with Builder (#38702)
05ff4d6fbc โจSource Email Octopus: Make Connector Compatible with Builder (#38718)
b81d942aae โจSource NewsData: Make Connector Compatible with Builder (#38731)
6b555fbc3d โจSource Zapier Supported Storage: Make Connector Compatible with Builder (#38728)
1bb75aac61 โจSource MailJet SMS: Make Connector Compatible with Builder (#38730)
2786e8013c โจSource SurveySparrow: Make Connector Compatible with Builder (#38695)
5297329bef โจSource Plausible: Make Connector Compatible with Builder (#38660)
2dc328803e โจSource Freshsales: Make Connector Compatible with Builder (#38153)
733ac21bec โจSource Coda: Make Connector Compatible with Builder (#38578)
baaad77351 โจSource MailerLite: Correct schemas, Migrate with poetry, Make Connector Compatible with Builder (#38342)
e117eadd06 โจSource LaunchDarkly: Make Connector Compatible with Builder (#38694)
258682e385 โจSource: SpaceX: Make Connector Compatible with Builder (#38603)
a88e880b10 โจSource Wrike: Make Connector Compatible with Builder (#38663)
301e54d2e7 โจSource Polygon Stock API: Make Connector Compatible with Builder (#38665)
d586e76a72 โจSource Ashby: Make Connector Compatible with Builder (#38666)
ba52b4c3c3 โจSource Gainsight PX: Make Connector Compatible with Builder (#38669)
439f74334d โจSource Google Webfonts: Make Connector Compatible with Builder (#38684)
82f8e996b5 add uninstall event to run-ab-platform (#38627)
c3462c05b5 โจSource Yahoo finance: Make Connector Compatible with Builder (#38602)
a44d5fc375 โจSource Gong: Make Connector Compatible with Builder (#38596)
44dea5a8e8 โจSource Mailgun: Make Connector Compatible with Builder (#38176)
c884f195d8 destination-snowflake: convert all tests to kotlin (#38632)
b665e43530 Destination bigquery: remove unused secrets (#38715)
ccea0239ec Mssql stream status messages (#38640)
24eb923942 bug(registry): Fix union type (#38726)
a2816910df Update README.md with a link to the YAML schema reference (#38708)
2e0c377749 feat(registry): Add Connector Metrics to final registry (#38681)
e519f0fc96 feat(metadata-service-lib): Add Connector Metric Models (#38680)
f0826ccc5e :hospital: Source Tiktok Marketing: fix config file not found for unit tests suite. (#38672)
3f4ce2628f Source Google Search Console: Update deprecated auth (#38649)
f3c6ca4ca2 Edits for clarifying process, visual presentation, and removal of inaโฆ (#38651)
4f0d12ec9b โจSource SFTP Bulk: avoid error on empty stream when running discover (#38703)
f2b67546af โจSource Azure Blob Storage: avoid error on empty stream when running discover (#38701)
b8a1c2393b โจSource GCS: avoid error on empty stream when running discover (#38696)
0ca4c46dc2 โจSource Microsoft Sharepoint: avoid error on empty stream when running discover (#38675)
6ce978ded7 โจSource Microsoft OneDrive: avoid error on empty stream when running discover (#38676)
aafdded5bf โจSource Google Drive: avoid error on empty stream when running discover (#38698)
9c8d0c19df โจSource S3: avoid error on empty stream when running discover (#38674)
dd97d10c58 ๐จ๐จ๐Source Pinterest: migrate to low-code (#37698)
154c3f188a :bug:[source-google-ads] Fixing an error in code that checks custom GAQL queries (#37840)
4665198418 :sparkles: Source Amazon Seller Partner: add stream name to report options list (#38657)
9bf7444352 Source Instagram: Update facebook-business from 18 version to 19 (#38554)
3e96214338 re-enable destination-firebolt on Airbyte OSS and Cloud (#38670)
aea19173dd ๐จ๐จSource Facebook Marketing: Updated breakdowns schema (#36608)
c6f8d23eef [ISSUE #7865] use HttpClient for bulk, authentication and schema discโฆ (#38563)
e2565fe21c source-whisky-hunter: [autopull] base image + poetry + uptodate (#38508)
b932ecccf8 ๐ devcontainers: bump Python base image version to allow it to start (#38592)
e6b9aff40e source-weatherstack: [autopull] base image + poetry + uptodate (#38438)
723e36c644 source-nasa: [autopull] base image + poetry + uptodate (#38520)
82a2283a76 ๐ [cdk] Return correct type during 'check' if config does not match schema (#37398)
eab2402fab โจ [source-hubspot] Implement RFR for contactsformsubmissions, contactmergedaudit (#38049)
9612f94c9c โจSource Sonar Cloud: Make Connector Compatible with Builder (#38597)
f3719ca60a destination-sqlite: [autopull] base image + poetry + uptodate (#38539)
d4b2a51716 source-public-apis: [autopull] base image + poetry + uptodate (#38377)
c3865349fd source-xkcd: [autopull] base image + poetry + uptodate (#38401)
f3e87f1158 source-hubplanner: [autopull] base image + poetry + uptodate (#38417)
cc54912d2f source-fullstory: [autopull] base image + poetry + uptodate (#38420)
97323dc13f source-ashby: [autopull] base image + poetry + uptodate (#38421)
d7c2032d73 source-gocardless: [autopull] base image + poetry + uptodate (#38425)
7aa809839e source-zendesk-sell: [autopull] base image + poetry + uptodate (#38426)
4c5ef15c36 source-waiteraid: [autopull] base image + poetry + uptodate (#38433)
5d7d46ea96 source-lokalise: [autopull] base image + poetry + uptodate (#38435)
ce7406e4e0 source-punk-api: [autopull] base image + poetry + uptodate (#38441)
5b54f6e9fa source-azure-table: [autopull] base image + poetry + uptodate (#38443)
3b30509478 source-merge: [autopull] base image + poetry + uptodate (#38445)
e36ee0b34c source-vitally: [autopull] base image + poetry + uptodate (#38446)
20be81d0ba source-genesys: [autopull] base image + poetry + uptodate (#38450)
d49b0e0139 source-recruitee: [autopull] base image + poetry + uptodate (#38452)
8fc06f7f06 source-n8n: [autopull] base image + poetry + uptodate (#38482)
11e50603a0 source-plausible: [autopull] base image + poetry + uptodate (#38494)
764c11bb38 source-dremio: [autopull] base image + poetry + uptodate (#38497)
367c2d0b41 source-pardot: [autopull] base image + poetry + uptodate (#38521)
b3231bb76a source-babelforce: [autopull] base image + poetry + uptodate (#38523)
379f9945ad source-twitter: [autopull] base image + poetry + uptodate (#38525)
7eeff6eef4 source-callrail: [autopull] base image + poetry + upto_date (#38531)
6062fe18da ๐ค patch bump Python CDK to version 1.1.1
29d615080a [airbyte-cdk] Fix a bug so that successful Python RFR streams are not synced on subsequent attempts (#38608)
9d9d5f2f09 Live tests: pin requests library (#38652)
16141661af Destination Snowflake: src/main/java conversion to Kotlin (#38589)
- Python
Published by octavia-squidington-iii almost 2 years ago
https://github.com/airbytehq/airbyte - v0.61.0
25e0d84a20 :sparkles: Source Slack: Fix cursor granularity for the channel_messages stream (#38619)
828a637f34 Live tests: Pin duckdb (#38647)
cd6c3c2c7d [skip ci] airbyte-ci changelog update (#38648)
401dd04c1a airbyte-ci: run internal package tests on external repos (#38646)
b68704f3ff ๐ Source Shopify: update the Shopify api version to 2024-04 (#38610)
a622889ac1 airbyte-ci: fix typo preventing secret mounting on python connectors for integration tests (#38645)
4d3668d343 fix(source-intercom): add step granularity for activity logs stream (#38626)
ed216aac63 doc: update metadata documentation following CI change (#38558)
4726263058 :hospital: Source Recharge: Fix expected records for the stream shop (#38477)
9a3a517671 airbyte-ci: introduce ConnectorTestContext (#38628)
503b819b84 Destination CDK: changes for snowflake kotlin conversion (#38638)
94663440a2 bump CDK version for destination-snowflake, Remove nullability of IntegrationRunner.getThreadCreationInfo (#38586)
7bd9423216 mysql stream statuses (#38198)
503e39713e Source Marketo: update deprecated authenticator (#38631)
cb1438b9f3 feat(registry): Run remove stale partitions nightly (#38613)
31c1c70b7c destination-google-sheets: [autopull] base image + poetry + uptodate (#38516)
97ceaedc4e โจSource Open Weather: Make Connector Compatible with Builder (#38601)
f74f5d9a58 remove log4j from java cdk (#38583)
d82639cb86 remove nullable from generics (#37555)
b488213db4 remove unnecessary calls to toList() (#37540)
460cdca771 remove calls to java stream() (#37539)
0805f9e94c replace all java collectors.toSet with kotlin construct (#37538)
b0ab1483af replace all java Collectors.toList with kotlin construct (#37537)
c304df327e cleanup question marks in CDK code (#37518)
570cc86147 connector-publish: pin to airbyte-ci 4.15.0 (#38623)
f6fdaf3baf Destination Snowflake: cleaning up unused code paths (#38553)
311dcceb62 airbyte-ci: do not eagerly fetch connector secrets (#38615)
aef0fc79f6 Source Snapchat Marketing: update authenticator package (#38574)
3ec9b4edad low-code CDK: update desciption of 'version' in manifest file (#38611)
751b7af4bb ๐ Source Mixpanel - Add new datatime formats for state for cohortmembers stream, added obsolete state reset for cohortmembers stream (#38066)
b45b38d4b1 Fix link to storybook (#38609)
9f06bccb54 fix(source-zendesk-support): migrate to cursor based pagination (#38607)
07c0584329 ๐ Source Shopify: add missing fields to the Products stream (#38464)
62c682034a airbyte-ci: introduce a SecretStore abstraction (#38322)
fa43741232 ๐ Source Shopify: migrate Order Risks to GraphQL BULK (#38352)
95e701bbd6 Destination BigQuery: Include forward-slash prefix in the staging rootpath (#38591)
f519db1dba Destinations CDK: Minor cleanup for snowflake (#38572)
a51456ac3a [airbyte-ci] Improved PR generation flow and a bugfix (#38582)
5b7873a0de Destination BigQuery: Adapt to newer interface for Sync operations (#38132)
90cb262d7f โจSource Xero: Migrate Python CDK to Low-code CDK (#36956)
da518b2cad source-configcat: [autopull] base image + poetry + uptodate (#38547)
e0aca6d776 ๐ค Cut version 1.1.0 of source-declarative-manifest
5cf388f78f ๐ค minor bump Python CDK to version 1.1.0
851ef11155 โจSource ExchangeRatesApi: Make Connector Compatible with Builder (#38135)
040f1415e5 [low-code CDK] Rsumable full refresh support for low-code streams (#38300)
29723a7fae Source Twilio: update authenticator package (#38564)
368b211304 Source Surveymonkey: update authenticator (#38559)
fa2cf11063 refactor(source-shopify): Replace AirbyteLogger with logging.Logger (#38251)
833ac28cad Update pendo.md (#38573)
1a0b5179ed Update review-sync-history.md (#38577)
2ca5852f9f Add pricing note based on observed record size (#38569)
36ccc98a51 update(docs): Update metadata callout style (#38296)
5237a1f289 bug(docs): Fix font weight 500 omission being a style rule (#38295)
0766bd0545 live-test: update connection retriever (#38571)
775a7666fd destination-snowflake: bump CDK version (#38568)
af42c24591 Update the quickstart guide to remove some unneeded warnings and notices. Add clarity to how the tool is intended to be used. (#38536)
29633a4486 community-ci: run CI on internal packages (#38565)
2331fc25d9 Update metadata sensor to 2 min polling interval (#38555)
77e42a7f5c Sources Jira, Github: update authenticator package (#38341)
d8db2c2d91 Source Sendgrid: Update authenticator (#38478)
ce08b24bb2 Source Stripe: Remove deprecated authenticator (#38550)
7d3a2e1d8d airbyte-ci: fix extra steps running when selected commands are provided (#38549)
cd93561974 โจSource Okta: migrate to low-code (#36509)
0d7bf96afd โจSource Google page speed insights: Make Connector Compatible with Builder (#38147)
3e69c301f6 โจSource Coin API: Make Connector Compatible with Builder (#38139)
18fb4c5e4c โจSource Clockify: Make Connector Compatible with Builder (#38146)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.60.1
6a74f5d71e fix(airbyte-ci)Skip breaking change validation for source declarative manifest (#38535) 4aad08f1e3 docs: Fix Arcade sizing in docs (#38472) eee94ae7a0 โจSource Outreach: Migrate Python CDK to Low-code CDK (#36954) 7de236ed09 source-younium: [autopull] base image + poetry + uptodate (#38407) bb33e908ec destination-aws-datalake: [autopull] base image + poetry + uptodate (#38413) fd3abf86ff destination-vectara: [autopull] base image + poetry + uptodate (#38432) ac1e3931cd source-flexport: [autopull] base image + poetry + uptodate (#38427) 21cecc59c6 destination-typesense: [autopull] base image + poetry + uptodate (#38428) fbb26ef98f Live tests: update connection-retriever version (#38476) a914027d74 [docs] Vendor-Specific limitations added to troubleshooting sections (#38351) 5dac10ad29 ๐ค patch bump Python CDK to version 1.0.1 50f4965324 File-based CDK: avoid error on empty stream when running discover (#38230) e669832b18 airbyte-ci: dynamic test step tree according to metadata (#38281) e5a390dacb skip-ci: fix format on master (#38459) 66c17b2131 source-appsflyer: [autopull] base image + poetry + uptodate (#38436) a40b0719d8 source-sap-fieldglass: [autopull] base image + poetry + uptodate (#38384) db35b3b16b source-us-census: [autopull] base image + poetry + uptodate (#38370) 451a950312 source-captain-data: [autopull] base image + poetry + uptodate (#38374) 076be0b653 source-appsflyer: Updating python deps and base image (#38363) 429a094e29 source-adjust: [autopull] base image + poetry + uptodate (#38373) 4a1d4997e0 source-appfollow: [autopull] base image + poetry + uptodate (#38388) 9e373ddf5d Destinations CDK: Avoid issuing multiple create schema calls per stream. (#38357) 6f98681885 โจSource Drift: Update version and Make Connector Compatible with Builder (#38321) 79b092c93d โจSource Pendo: Make Connector Compatible with Builder (#38226) 5e80847ccb โจSource Ip2Whois: Make Connector Compatible with Builder (#38215) 1b6cec46aa โจSource K6Cloud: Make Connector Compatible with Builder (#38150) eace1e2c21 โจSource Freshservice: Make Connector Compatible with Builder (#38195) c306552e58 Fixes (#38366) 0db33b8494 Revert "source-postgres: connect with adaptiveFetch=true" (#38365) 471c8b308b refactor(source-paypal-transaction): Replace AirbyteLogger with logging.Logger (#38265) c2617e998f refactor(source-notion): Replace AirbyteLogger with logging.Logger (#38266) 906d7a4ed3 refactor(source-faker): Replace AirbyteLogger with logging.Logger (#38256) 768d8fa4fd refactor(source-sentry): Replace AirbyteLogger with logging.Logger (#38263) 067014a23b refactor(source-sendgrid): Replace AirbyteLogger with logging.Logger (#38264) a7406d0ffe refactor(source-surveymonkey) Replace AirbyteLogger with logging.Logger and upgrade base image (#38244) 20c5386b14 refactor(source-twilio): Replace AirbyteLogger with logging.Logger (#38262) 2c827f578e refactor(source-s3): Replace AirbyteLogger with logging.Logger (#38252) e56e05b004 refactor(source-google-ads): Replace AirbyteLogger with logging.Logger (#38270) 0feaf51001 refactor(source-instagram): Replace AirbyteLogger with logging.Logger (#38268) c97bbfc4ed source-postgres: connect with adaptiveFetch=true (#38289) 73c6fe5b87 refactor(source-mixpanel): Replace AirbyteLogger with logging.Logger (#38267) b531751459 fix typo in GH source client (#38299) 2fb595bcaf [Docs] Use relative links in docs homepage (#38350) e864ae12c9 ๐ค Cut version 1.0.0 of source-declarative-manifest 76ab11f8bf ๐ค major bump Python CDK to version 1.0.0 0ceb76920a refactor!(airbyte-cdk): Delete deprecated AirbyteLogger, AirbyteSpec, and Authenticators + move public classes to the top level init file (#37805) 7a350217de :hospital: Source Recharge: Update expected (#38348) d7d5fb99b4 refactor(destination-weaviate): Replace AirbyteLogger with logging.Logger (#38272) 99b17ee4a3 โจSource Copper: Make Connector Compatible with Builder (#38214) 3013d735ca โจSource Timely: Make Connector Compatible with Builder (#38228) 3b2f46e76f โจSource Glassfrog: Update version and Make Connector Compatible with Builder (#38323) 6faa6d1105 source-xero: Updating python dependencies (#38330) c627ce878c :bricks: private preview with Unity catalog and Oauth using service principal (#37613) d793c1d022 Bug: Snowflake Cortex destination - Chunks get overwritten by the last chunk (#38327) b7de9f1587 Bug: Fix issue with Pinecone custom namespaces not being created automatically (#38336) 9e2b057e8c refactor(source-hubspot): Replace AirbyteLogger with logging.Logger (#38243) b47f80feab Destinations CDK: Add interfaces for operations by responsibility (#38107) 20763c3e88 Audrey/airflow airbyte operator (#38328) 9d18004550 refactor(source-stripe): Replace AirbyteLogger with logging.Logger and upgrade to latest base image (#38248) d2e9c924c6 destination-s3 remove useLocalCdk (#38326) f9baa3ec4e docs(python-cdk) Add missing changelog entry for 0.89.0 (#38324) f1d5cead63 feat(registry): Add dev deployment (#38221) caec5f2316 feat(registry): add remove stale partition job (#38165) 116b3df907 update(registry): Bump to dagster-cloud 1.7.5 and use serverless (#38164) 608f8cdd8a updates to options for detect and propogate schema changes (#38313) 010da0e6ff source-snowflake: hide oauth option (#38317) 91f1862442 destination-s3: assume role auth (#38204) 5a510dc0f2 [docs] replace airbytemeta.errors with airbytemeta.changes (#38319) 3a971c3791 Mention transaction id wrap around in xmin warning (#38235)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.60.0
8cc9106782 fix: remove invalid steps from airbyte-ci test options (#38246)
100b3acd7a ๐Source Zendesk Support: fix record filter for ticketmetrics stream (#38310)
b11935306e [ISSUE #38154] temporarily remove wishbid from fields (#38301)
6ea795797d ๐ค Cut version 0.90.0 of source-declarative-manifest
b90ba626d5 ๐ค minor bump Python CDK to version 0.90.0
f9fd1304c6 refactor(source-tiktok-marketing): Replace AirbyteLogger with logging.Logger and upgrade to latest base image (#38250)
d0b8adc640 refactor(source-salesforce): Replace AirbyteLogger with logging.Logger (#38255)
8396fd2d7f airbyte-cdk: Improve Error Handling in Legacy CDK (#37576)
49fc60dea2 source-postgres - Streams not in the CDC publication still have a cursor and PK (#38303)
5c492b5b2f remove empty file (#38307)
d9792e7b5a Update the documentation with the new configuration. (#38175)
1bc850a635 Add availabilitysladays and fixedperiodindays to GETVENDORTRAFFICREPORT stream (#38210)
73a44d0540 ๐ Source Hubspot: add TypeTransformer to Tickets stream (#38286)
8dffad5cae Source Jira: update migration guide (#38233)
01acc5559c fix: use correct icon url path in metadata publish (#38247)
df9dfc0d7a Regression tests: wire through --use-local-cdk option to GHA (#38287)
b82e1edba8 Airbyte CDK: remove unreleased version (#38237)
e60d94907b :hospital: Source Recharge: Fix expected records (#38223)
ffc613e9b7 :hospital: Source Zendesk Support: Update expected records (#38220)
464a89c8a0 Update the destination template not to use AirbyteLogger (#38199)
31c95da499 [skip ci] Add connectorTestSuitesOptions to metadata (#38188)
68324dbe0a Source Salesforce: Use new delete method of HttpMocker for testbulkstream (#38205)
2661d75a89 Snowflake Cortex : Update icon name in metadata file. (#38231)
073b94062c db-sources: disable counts for state messages for FULLREFRESH streams (#38208)
e19e63421f Snowflake Cortex destination : Bug fixes (#38206)
5ecaef0b8a more destination postgres warnings (#38219)
9c72d0e791 โจSource Delighted: Make Connector Compatible with Builder (#38142)
8f5fafc078 โจSource Open ExchangeRates Api: Make Connector Compatible with Builder (#38141)
bce549a9e7 โจSource Chartmogul: Make Connector Compatible with Builder (#38145)
8db8a9613d โจSource Confluence: Make Connector Compatible with Builder (#38137)
ab0d60c99f โจSource Insightly: Make Connector Compatible with Builder (#38140)
0e76011ee9 โจSource PokeApi: Make Connector Compatible with Builder (#38136)
1c3a6c4dd1 Destination Pinecone: Add sourcetag for attribution + unit tests (#38151)
bc83bee97b ๐ค Cut version 0.89.0 of source-declarative-manifest
ce408df4bf ๐ค minor bump Python CDK to version 0.89.0
fb11ca22fe low-code: Yield records from generators instead of keeping them in in-memory lists (#36406)
4b84c63be0 โจ New: Snowflake Cortex Destination ๐ (#36807)
100f4e0f34 source-mssql: bump jdbc driver to 12.6.1.jre11 (#38196)
13fc33f868 โจSource Aha: Make Connector Compatible with Builder (#38144)
47f304b5a2 destination-redshift: add option for drop cascade (#38189)
fe8b9b7ce8 Disable jooq logo and tips (#38194)
ec78124ad7 Delete airbyte-integrations/connectors/destination-postgres/encrypt (#38193)
04a75f94d8 โจ [source-firebolt] update sdk (#38190)
d00209c12d ๐ค Cut version 0.88.4 of source-declarative-manifest
73e5fa7951 ๐ค patch bump Python CDK to version 0.88.4
e7508a4572 Airbyte CDK: Add delete method to HttpMocker (#38169)
fbb480fe8a publish-cdk-command-manually: disable dagger cloud token (#38179)
80cf24997b ๐ Source Shopify: migrate products, product images and product variants to GraphQL BULK (#37767)
f5f9fc0f6e Source Persistiq: Chenged last records to last record (#37596)
a4141f5f26 โจSource CoinMarketCap: Make Connector Compatible with Builder (#38134)
961d00af46 โจSource Lemlist: Make Connector Compatible with Builder (#38119)
fcbfaa376f [DB source errors] : Handle common transient errors (#38104)
59cdc36db6 [source-postgres] Fix final state message on state (#38171)
8fdd9818ec [airbyte-cdk] Promote low-code types and cursor interface into Python CDK (#38077)
e0225c18b2 Destination BigQuery: Consolidation of objects to StreamConfig, cleanup (#38131)
13e16de71f redshiftcatalogparserupdate (#38126)
1f1744fedf metadata-service: add connectorTestSuitesOptions (#38116)
c03d1d6ed4 Destinations CDK: Extract generation ID from catalog (#38127)
5b64af09b4 auto-merge: fix permissions (#38156)
b2bdfb0f12 Source Jira: migration to low-code (#37374)
18554088ee [ISSUE #7674] contactslistmemberships incremental using client filtโฆ (#38128)
232b10282a declare new automerge scheduled workflow (#38022)
9179ec5b32 create auto_merge package (#38019)
debca39edf โจSource Pivotal-Tracker: Migrate Python CDK to Low-code CDK (#36953)
04059904a0 ๐จ๐จ Migrate source-zendesk-talk to low code (#35780)
7cdf69e5ae dummy check-in to trigger CI tests
4b92f751cd [source-postgres] bugfix: Exclude views in incremental iterator (#38130)
0f8ffe36c0 Add Stream option to regression test GHA (#38129)
9b0db78e7f Destination Snowflake: Remove incremental T+D option (#37715)
eadbd41b95 destination-bigquery: bump CDK version (#38125)
44a24efdbc make sure AirbyteExceptionHandler always terminates (#38122)
1188221473 Destination BigQuery: Nuking old remnants (#38111)
1685e4cd9b CDK changes for destination-databricks (#38095)
82961ad9f9 Add support for binary _id field in source-mongodb (#38103)
3525225e6e Destination dev null: support dedup (#38118)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.59.1
80920d1394 Postgres on Resumable full refresh (#37112)
715bdae83c โจSource Lever Hiring: migrate to low-code (#36262)
5ebae63465 [source-s3] Bump the Python CDK to include the CSV field length fix (#38090)
5aa04b2b02 ๐ค patch bump Python CDK to version 0.88.2
e2872523c2 fix(connector-builder): update deps (#38113)
f54b5d8b7c source-chargebee: ensure inline schemas, updated cdk, poetry (where possible) (#36633)
2453122298 source-intercom: ensure inline schemas, updated cdk, poetry (where possible) (#36644)
958689420f Ignore daggerenginelogs directory and archives (#38058)
e7cde075cc Pin mixpanel to 2.2.0 (#38106)
72b083cbd2 [Docs] Add Webhook notifications (#37591)
e950c56cc5 Destination bigquery: switch to artifact cdk (#38098)
4c7ebfa4cb Destination e2e test: enable dedup (#38097)
a42532a305 bug(registry): fix auto materialize (#38094)
9d95dc0cfe Update postgres.md (#38096)
676b52e467 โจSource Salesforce: Migrating to non-deprecated authenticator (#38065)
d26bd10c87 [DB sources] : Add plumbing for adding transient errors (#38030)
49bb246847 bug(registry): fix slack notification (#38087)
2b97e6d706 feat(registry): add cdk version (#37809)
f02941475c Add provinance to the registry entry (#37804)
2dd1140334 ๐ค patch bump Python CDK to version 0.88.1
4779b1e8e3 Notify commit owner via slack message (#37803)
c0492b071e Upload git info with metadata file (#1) (#37802)
99ab869fc5 [Docs] Release Notes April 2024 (#37766)
1e79e92ae4 ๐Source Amazon Seller Partner: hide OSS-only streams in report options config (#38078)
5fe60b7fb8 Airbyte CDK: use pytz.utc instead of datetime.utc (#38026)
8e4cecf646 docs: Platform Wording Updates (#38070)
82e28bf3e4 java-cdk: fix LoggingInvocationInterceptor for dynamic tests (#38073)
b421453c8a java-cdk: fix ContainerFactory logging (#38074)
985c839673 Destination Redshift: Remove incremental T+D option (#37713)
47c86a9ea6 Destination Bigquery: Remove reference to TDValve (#37714)
16ed6bf3c6 revert contention-reducing change in destination-snowflake (#38052)
b37fd9a0a7 Move account management
327e010673 Marcos/destination firebolt up sdk (#38060)
7309360af6 [airbyte-ci] Format using a poe task (#38043)
8d914d9ffe [connectors-qa] Remove unrelated docs check (#38018)
714c836a93 ignore user defined Pk for resumable full refresh (#38054)
69879908e0 :bug: Source Harvest: Fix retryable error handler (#38055)
ba4dd5e238 Source Klaviyo: move stream schemas to manifest (#37789)
ef0ecc3f3e ๐ Source Mixpanel low code migration (#36724)
c2d133dbb5 [medatada_lib] cleanup connector exceptions list (#38015)
f34518baff ๐ค Cut version 0.88.0 of source-declarative-manifest
0ae5fd5d78 ๐ค minor bump Python CDK to version 0.88.0
3e609f1403 Destination snowflake: Update to latest cdk (#34612)
18c9ebc64d [airbyte-cdk] Increase the maximum parseable field size for CSV files (#36320)
7f70ac4965 DV2 CDK: remove incremental T+D (#37712)
8314f611d4 Bump debezium in mssql to latest (#38042)
813510a71f Destination bigquery: Update to latest CDK (#34611)
b8838a4210 Destination Postgres: Upgrade to latest CDK (#37660)
32442e24fb source-insightly: Pin to 0.2.0 (#37860)
533cea8bb8 Only check sourcedefined pk for eligibility of rfr (#38046)
c4a2a26bd7 Postgres Docs: Fix Changelog Formatting (#38047)
698f543381 Source FB Marketing: Handle errors without API Error Code/Messages (#37771)
a3300880e6 create independent github action for connector version increment checks (#38041)
5f85707776 Regression tests: display stdout/stderr even if there was an exception before the report could be created. (#38008)
b3da013cf7 mssql rfr publish cdk (#38029)
39beccb1bb ๐ค Cut version 0.87.0 of source-declarative-manifest
f13a092344 ๐ค minor bump Python CDK to version 0.87.0
cb80e6922a [tools] prettier rules for .md + formatting cleanup
5432fab8af Resumable Full Refresh sync for mssql (#37451)
395effcf1d :bug: Source File: add engine fastparquet to parquet reader options (#37799)
86ee370100 source-paypal-transaction: ensure inline schemas, updated cdk, poetry (where possible) (#36654)
a591505907 source-tiktok-marketing: ensure inline schemas, updated cdk, poetry (where possible) (#36665)
a0238d2974 source-zendesk-talk: ensure inline schemas, updated cdk, poetry (where possible) (#36625)
05b17f9500 source-zendesk-support: ensure inline schemas, updated cdk, poetry (where possible) (#36669)
058c90aea0 source-typeform: ensure inline schemas, updated cdk, poetry (where possible) (#36667)
351607af08 source-twilio: ensure inline schemas, updated cdk, poetry (where possible) (#36666)
a911885b5f source-mixpanel: ensure inline schemas, updated cdk, poetry (where possible) (#36651)
b92b3d9e2f source-iterable: ensure inline schemas, updated cdk, poetry (where possible) (#36645)
a63c0d5c10 :hospital: Source Huspot: Fix expected records (#38023)
78bf371718 source-surveymonkey: ensure inline schemas, updated cdk, poetry (where possible) (#36664)
3cfffd5429 source-snapchat-marketing: ensure inline schemas, updated cdk, poetry (where possible) (#36662)
df89968538 source-slack: ensure inline schemas, updated cdk, poetry (where possible) (#36661)
17a2aeeaf0 source-pinterest: ensure inline schemas, updated cdk, poetry (where possible) (#36655)
48c30e6c47 source-notion: ensure inline schemas, updated cdk, poetry (where possible) (#36653)
c5633b6b4e source-mailchimp: ensure inline schemas, updated cdk, poetry (where possible) (#36649)
2c5a99aadf source-linkedin-ads: ensure inline schemas, updated cdk, poetry (where possible) (#36648)
05e3c5e9b4 source-instagram: ensure inline schemas, updated cdk, poetry (where possible) (#36643)
6b87ee2316 source-harvest: ensure inline schemas, updated cdk, poetry (where possible) (#36641)
1de42012b6 source-google-search-console: ensure inline schemas, updated cdk, poetry (where possible) (#36639)
f01c971a72 source-google-ads: ensure inline schemas, updated cdk, poetry (where possible) (#36638)
f49bb3387b source-gitlab: ensure inline schemas, updated cdk, poetry (where possible) (#36637)
2ba3aa0e06 source-bing-ads: ensure inline schemas, updated cdk, poetry (where possible) (#36632)
b581877557 source-github: ensure inline schemas, updated cdk, poetry (where possible) (#36636)
59adbe8464 source-amplitude: ensure inline schemas, updated cdk, poetry (where possible) (#36631)
f9b576e365 source-amazon-seller-partner: ensure inline schemas, updated cdk, poetry (where possible) (#36630)
f9b3906017 ๐Source Klaviyo: add error handler for 5XX status codes (#38010)
c9c5acbcb9 ๐ Source Amazon Ads: add info agency account to docs/spec/error messages (#37655)
787352cbc6 :bug: Source Linkedin Ads: Fix issue where Accounts stream did not correctly handle provided account IDs (#38013)
70d35d1952 source-prestashop: ensure inline schemas, updated cdk, poetry (where possible) (#37233)
2712115cbe :sparkles: Source Square: Replace custom multiple authenticators with Selective Authenticator (#37800)
a683c74358 airbyte-ci/metadata-lib: make dockerhub credentials optional (#37787)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.59.0
0c145d9db0 Bindi/support for pinecone serverless (#37756)
ddc3d2b527 [Source-mongo] : Add options for CAPTUREMODE (#36851)
d74125bf10 [RFR for API Sources] New Python interfaces to support resumable full refresh (#37429)
3cca1c0ddd Destination Snowflake: Use safe executeMetadataQuery call (#37857)
3c62abe6e2 allow BaseTypingDedupingTest to be interrupted (#37854)
d31f0dd7a7 Destination redshift: Update to latest cdk (#34613)
0da149919e airbyte-ci: fix CONNECTORREGRESSIONTESTS name (#37846)
a381aa3727 Source Linkedin Ads: pin 2.0.0v on cloud. (#37844)
37139b523c Re-release mysql rfr (#37843)
5c6024b7e0 โจ Source Salesforce: Adding bulk stream mock server tests (#37749)
d3864c29d2 [source-mysql] Fix NPE on cursor based full refresh (#37824)
0311db0a50 ๐ Update Builder's Record Selector docs (#37752)
f890a19567 โจSource Primetric: Migrate Python CDK to Low-code CDK (#36957)
205f5f0d2e rollback source-mysql to 3.3.25 (#37807)
e8e85eb778 Destination Mysql: DV2 (#36936)
4894ad2c06 Java CDK: DV2 tests have separate testcases for safecast (#36935)
2c0cd6c993 Java CDK updates for mysql (#36929)
b9dc2053cf Mysql to emit stream initial loader (#36932)
7c0a6c569d convert destination-snowflake to Kotlin CDK (#36910)
f23c2e6d92 Airbyte CDK: Test via airbyte CI test poetry packages (#36497)
c9ca485329 Source Gainsight Px: Changed last records to last record (#37593)
ddc636e653 Source Drift: Changed last records to last record (#37592)
c326286b5a debuggability improvements to the CDK (#37746)
45c615f106 Source Shortio: Changed last records to last record (#37597)
910d8495ed community-ci: check no changes are made to protected path (#37790)
f9a6acbeeb gradle.yml: make it run on forks (#37788)
f0a462846b airbyte-ci: set --yes-auto-update by default (#37785)
d93fcfd38c airbyte-ci: reduce required env var when running in CI (fixed) (#37786)
48930e499a [Source-mongo] : Chunk size(limit) should correspond to ~1GB of data (#37753)
bdb3556b8a bump connectors to latest CDK version (#37781)
df0dfecf88 Revert "airbyte-ci: fix dagger log upload attempt when no gcp creds are available" (#37783)
00f644237c airbyte-ci makes pull requests (#37649)
a4fb5ab061 airbyte-ci: fix dagger log upload attempt when no gcp creds are available (#37778)
195845fbbf Source S3: Update airbyte-cdk to fix the discovery command issue (#37776)
c2cf9783b7 Source Typeform: Changed last records to last record (#37599)
d34b521302 ๐ Source Shopify: Allow the known HTTP errors to be retried more than once for the BULK streams (#37589)
8665eaf1f2 airbyte-ci: reduce required env var when running in CI (#37765)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.58.1
7e815bfd5b ๐ค Cut version 0.86.3 of source-declarative-manifest
7c60807a1a ๐ค patch bump Python CDK to version 0.86.3
8ec438acf0 File-based CDK: allow to merge schemas with nullable object values (#37773)
abd5bf1276 :sparkles: Source Auth0: Replace custom multiple authenticators with Selective Authenticator (#37770)
ebb9bebd90 :bug: Source Zendesk Support: Ticket Audits: added stop condition for fetching next pages, ignore 403 and 404 status codes. (#37761)
b60bbc72fd Source Azure Blob Storage: update docs (#37769)
f8675b1d94 [Docs] Define a record (#37768)
231bc5213e :sparkles: Source Linkedin Ads: Update API version to 202404 (#37573)
5574b0790a Source Mailgun: Changed last recrods to last record (#37594)
ba796fddb2 :hospital: Source Google Ads: Update expected records (#37763)
f46a3b54ca Source Wrike: Changed last records to last record (#37600)
8a975378f3 airbyte-ci: add job id to dagger engine logs artifacts name (#37762)
0eadede640 community-ci: fix missing git info (#37760)
5a9137b8e3 ๐ค Cut version 0.86.2 of source-declarative-manifest
a2e4f5dbfe community-ci: fix typo on workflow (#37759)
355b92c643 ๐ค patch bump Python CDK to version 0.86.2
7d5d4ff828 [Docs] Homepage video and product descriptions (#37692)
4ef8db661f community-ci: declare "early CI" (#37690)
a7102c9690 ๐ค patch bump Python CDK to version 0.86.1
2cfa6ea2c8 File-based CDK: fix schemas merge for nullable object types (#37619)
f7f7f7ef2e Set debezium num retries property to zero (#37758)
4a49615364 Update destinations/gcs.md (#37757)
deabdbb16a Add debezium engine logs (#37754)
a9ae97af9b bump metadata (#37755)
8913b22a3d Remove schema evolution from CDC docs and other tweaks (#37731)
6e6cc5c100 fix tagging for api sources (required reviewers) (#37728)
9c4e38da04 remove extensibility from required reviewers checks (#37716)
af975f484c Update required reviewer tests (#37724)
914f044354 [Certified sources] : Bump cdk versions to disable DBZ retries (#37742)
db8fadcfed source-smartengage: ensure inline schemas, updated cdk, poetry (where possible) (#37261)
6cd8abfd8e source-sonar-cloud: ensure inline schemas, updated cdk, poetry (where possible) (#37262)
6276c1f9cf source-strava: ensure inline schemas, updated cdk, poetry (where possible) (#37266)
e9761eb5a7 source-timely: ensure inline schemas, updated cdk, poetry (where possible) (#37270)
e5bb6e1ccf source-todoist: ensure inline schemas, updated cdk, poetry (where possible) (#37272)
f3900623bd source-orbit: ensure inline schemas, updated cdk, poetry (where possible) (#37212)
03a9e3fa06 source-orb: ensure inline schemas, updated cdk, poetry (where possible) (#37211)
3a0ebb3a7e source-opsgenie: ensure inline schemas, updated cdk, poetry (where possible) (#37210)
39eda24e0d source-openweather: ensure inline schemas, updated cdk, poetry (where possible) (#37209)
6583da6f28 source-open-exchange-rates: ensure inline schemas, updated cdk, poetry (where possible) (#37208)
f5016b6bdd source-nytimes: ensure inline schemas, updated cdk, poetry (where possible) (#37204)
e105cd34ff source-mailjet-sms: ensure inline schemas, updated cdk, poetry (where possible) (#37195)
68168a5af6 source-mailgun: ensure inline schemas, updated cdk, poetry (where possible) (#37193)
db6b1633d4 source-linnworks: ensure inline schemas, updated cdk, poetry (where possible) (#37188)
a57f3b8828 source-kyriba: ensure inline schemas, updated cdk, poetry (where possible) (#37184)
27f188a12a source-klarna: ensure inline schemas, updated cdk, poetry (where possible) (#37182)
df76fabe31 source-k6-cloud: ensure inline schemas, updated cdk, poetry (where possible) (#37181)
ebd83586dc source-ip2whois: ensure inline schemas, updated cdk, poetry (where possible) (#37180)
473a3a92e5 source-insightly: ensure inline schemas, updated cdk, poetry (where possible) (#37177)
386067d25a source-google-webfonts: ensure inline schemas, updated cdk, poetry (where possible) (#37172)
88f42dba69 source-google-pagespeed-insights: ensure inline schemas, updated cdk, poetry (where possible) (#37171)
9ad28d51b3 source-gong: ensure inline schemas, updated cdk, poetry (where possible) (#37169)
19e142e729 source-glassfrog: ensure inline schemas, updated cdk, poetry (where possible) (#37167)
66ad7ba3c5 source-freshservice: ensure inline schemas, updated cdk, poetry (where possible) (#37162)
6120af448c source-fastbill: ensure inline schemas, updated cdk, poetry (where possible) (#37159)
0e158d32bd source-emailoctopus: ensure inline schemas, updated cdk, poetry (where possible) (#37154)
c9fe91285e source-drift: ensure inline schemas, updated cdk, poetry (where possible) (#37153)
467d15d03e source-dockerhub: ensure inline schemas, updated cdk, poetry (where possible) (#37151)
a4fbb3fd4a source-delighted: ensure inline schemas, updated cdk, poetry (where possible) (#37149)
f78b33aa70 source-copper: ensure inline schemas, updated cdk, poetry (where possible) (#37145)
5318a00406 source-confluence: ensure inline schemas, updated cdk, poetry (where possible) (#37143)
86852f2fa8 source-coin-api: ensure inline schemas, updated cdk, poetry (where possible) (#37138)
a95553598f source-clockify: ensure inline schemas, updated cdk, poetry (where possible) (#37135)
3b992edce7 source-cart: ensure inline schemas, updated cdk, poetry (where possible) (#37131)
ab93a68585 source-bamboo-hr: ensure inline schemas, updated cdk, poetry (where possible) (#37124)
a267225e80 source-apify-dataset: ensure inline schemas, updated cdk, poetry (where possible) (#37115)
0cb3b57fd9 source-visma-economic: ensure inline schemas, updated cdk, poetry (where possible) (#37283)
296432e7e0 source-yandex-metrica: ensure inline schemas, updated cdk, poetry (where possible) (#37296)
990e0c1574 source-younium: ensure inline schemas, updated cdk, poetry (where possible) (#37298)
f47839fd25 source-outreach: ensure inline schemas, updated cdk, poetry (where possible) (#37215)
c718c1de41 source-pendo: ensure inline schemas, updated cdk, poetry (where possible) (#37220)
97dc102644 source-pocket: ensure inline schemas, updated cdk, poetry (where possible) (#37228)
f2916b9b2e source-polygon-stock-api: ensure inline schemas, updated cdk, poetry (where possible) (#37230)
123975b61b source-postmarkapp: ensure inline schemas, updated cdk, poetry (where possible) (#37232)
5f9d55a8aa source-pypi: ensure inline schemas, updated cdk, poetry (where possible) (#37237)
403a5cb9bb :bug: Source Monday: fetch display value when text is empty (#37722)
c850c6e761 source-recreation: ensure inline schemas, updated cdk, poetry (where possible) (#37244)
7769333101 source-recurly: ensure inline schemas, updated cdk, poetry (where possible) (#37246)
0b81e54f1d source-retently: ensure inline schemas, updated cdk, poetry (where possible) (#37248)
a16b7ebccf deploy metadata service on any changes to metadata service (including lib) (#37717)
c8927a54d0 source-survey-sparrow: ensure inline schemas, updated cdk, poetry (where possible) (#37267)
201e7e3630 [Source-postgres] : Remove debezium retries (#37726)
2e3b51fdf9 remove doc-link-checker workflow (#37699)
960b5c9f62 ๐ Source Dynamodb: Fix missing scan permissions (#27045)
ccfb775519 ๐ Source Dynamodb: fix list more than 100 tables (#31935)
6f69a00104 ๐ Source Salesforce: reduce info logs (#37340)
1f9dd51061 source-zenefits: ensure inline schemas, updated cdk, poetry (where possible) (#37303)
7c3abd3f10 source-python-http-tutorial: ensure inline schemas, updated cdk, poetry (where possible) (#37238)
2b260de9d0 [DB source error messages] : Better error messages when switching between global/per-stream modes (#37507)
994e8c9015 fix admonition rendering for bq (#37730)
d26a3bab9f โจ Source dynamodb: Allow role based access (#37530)
c98bcb7144 :bug: Source Zendesk Support: add %Y-%m-%dT%H:%M:%S%z to cursordatetimeformats (#37723)
96c0154658 [source-lemlist] Add new columns for AB tests tracking (#37100)
f140aa3ab6 Source Trello: Changed last records to last record (#37598)
1a1b8c9f21 ๐ค Cut version 0.86.0 of source-declarative-manifest
10a806afc5 ๐ค minor bump Python CDK to version 0.86.0
102d09cc9d Expose cdk version as airbytecdk.version_ (#37680)
50f4add73c Python CDK: Pin the airbyteprotocol version (#37679)
e0f9c29ee9 community-ci: fix typo in workflow (#37697)
b8fad80f90 Cloud e2e support refreshes (#37694)
9c8fd80f2c airbyte-ci format: make most inputs optional in run-airbyte-ci (#37683)
343561327c source-salesforce: ensure inline schemas, updated cdk, poetry (where possible) (#36657)
c667a074d1 source-shopify: ensure inline schemas, updated cdk, poetry (where possible) (#36660)
39f036a8a3 ๐ New Destination: Yellowbrick (#35775)
ef3c765cd7 source-stripe: ensure inline schemas, updated cdk, poetry (where possible) (#36663)
e88c0b120d ๐ Fixed small typo in the Full Refresh - Overwrite documentation (#37486)
85779fcb5f source-facebook-marketing: ensure inline schemas, updated cdk, poetry (where possible) (#36634)
b85d0d10f0 source-hubspot: ensure inline schemas, updated cdk, poetry (where possible) (#36642)
8901f5598a Regression tests GHA: remove defaults (#37689)
e27fda281d Source Azure Blob Storage: add allowedhosts (#37687)
79922454cc Revert "Updated docs homepage with image and gif plus new designed sections" (#37688)
7874e32329 Regression tests: run in GitHub Actions (#37659)
06b1b87a73 Updated docs homepage with image and gif plus new designed sections (#37676)
bfb7f8b73c e2e support refreshes (#37675)
b722deb8cc :bug: Source Amazon Seller Partner/Google Analytics Data API/Microsoft Sharepoint: Set maxSecondsBetweenMessages (#37661)
d211d417f2 ๐Source Marketo: migrate to low-code (#36854)
bc7b4cb44c Add support refreshes to the metadata. (#37472)
3417fe8a74 docs(live-test): Update Readme (#37634)
37dfcd446e docs(live-test): Add descriptions to Connection Objects (#37633)
78923285d0 Source Bing Ads: add new properties for stream `keywordperformancereport(#37545)
bf821688d1 style(live-test): Update Copy Button style (#37632)
9f027392bd Destination Redshift: more info in tooltip (#37426)
918aa3171c :sparkles: Source Zendesk Support: Migrate to low code (#36823)
3b5c44aaf3 ๐ Destination AWS Datalake: Enable STS Role Credential Refresh for Long Syncs (#33853)
8d6f159d72 Source azure blob storage: certification (#37504)
005e12c2bd aibryte-ci: fix brokengit diffwhen run on the main branch (#37654)
abba3a7fe2 Source Azure Blob Storage: add unit tests (#37467)
ca9db8d507 CI: Skipairbyte-civersion check informatcheck, already a fresh binary install (#37642)
76a2768424 Revert "airbyte-ci: improve git diff comparison (#37616)" (#37641)
e8859b2121 Exclude zookeeper dependencies (#37584)
c47142ff5b airbyte_ci: up_to_date command (#37487)
75ac5a98b4 remove all dependencies to lombok (#37627)
2f76ace22e run-airbyte-ci: upload dagger engine logs to artifacts (#37623)
d84aa48f53 [destination-astra] Add user-agent with caller name (#37405)
952174951b โจ Slack source: add support for optional private channels (#37332)
87fad4b5db community-ci: cancel in progress (#37629)
f6aa9388c0 airbyte-ci: fix bug inmigrate-to-poetry(#37615)
6450612fb8 airbyte-ci: fix bug inmigratetobase_image` (#37614)
4bcf65464e Temporarily remove regression test step (#37622)
a8ec6d0f37 airbyte-ci: improve git diff comparison (#37616)
6ea66e5770 Revert "community-ci: try diff bug fix" (#37618)
29e8a33557 community-ci: try diff bug fix (#37617)
898de93dcd source-newsdata: ensure inline schemas, updated cdk, poetry (where possible) (#37203)
951fdb2483 source-aws-cloudtrail: ensure inline schemas, updated cdk, poetry (where possible) (#37122)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.58.0
7bd0324ad8 Regression tests: run with airbyte-ci (#37440)
c4ad3d9660 convert destination-bigquery to kotlin CDK (#36899)
993aece63d [Source-mongo] : Implement fixed chunk size (1million) (#37559)
135e623035 โจ [source-zendesk-support] Fix the fields data type to include the id and value (#36388)
07db1caef2 bump source-e2e-cloud version (#37583)
401eee7eed bumping jsonschemafriend to 0.12.4 (#37581)
0de1b488ae CI: Refactor commit and push steps of 'format-fix' workflow (#37580)
5629bb9e6b CI: fix missing slash command input args (#37564)
e172376b49 regression-test: automatically fetch connection candidates (#37384)
6399307fff ๐ Source Mailchimp: fix date-time format issue for start_date for email_activity stream (#37572)
17a374eb73 connectors-qa: add check for 'maxSecondsBetweenMessages' presence in certified connectors metadata (#36803)
3ca88e682b community-ci: upload reports as github action artifacts (#37571)
c578ee7e8d [Docs] Add schema propagation backfill feature (#37536)
ae022a64be community-ci: make the cdk test fail if they run on forks (#37569)
71ebd4a5cd productionize community-ci workflow (#37404)
e6b387470b CI: Fix git repo ref in format-check workflow (#37563)
5a56400d79 CI: fix git ref in format-check workflow (#37562)
f96d9f1606 CI: Fix skip condition on forks (2 of 2) (#37554)
9b9f34e415 allow "java" connectors to be written in kotlin (#37485)
352fc28d64 ๐ค Cut version 0.85.0 of source-declarative-manifest
fa2636cf6f ๐ค minor bump Python CDK to version 0.85.0
8eb634c17f [Source-mongodb-v2] : Fix logic in determining whether a resume token is valid or not (#37557)
86ee91ed5d Connector builder: read input state if it exists (#37495)
28209fd743 source-zenloop: ensure inline schemas, updated cdk, poetry (where possible) (#37304)
14820c517f CI: Fix fork check condition (#37553)
9459d4fecf source-marketo: ensure inline schemas, updated cdk, poetry (where possible) (#36650)
2e0e25917e source-jira: ensure inline schemas, updated cdk, poetry (where possible) (#36646)
1c187e9ecf CI: Allow format fix on PRs from forks (#37393)
8aa506ceab airbyte-ci: add a contribution guide (#37533)
b339f1b85b :bug: Source Zendesk Support: fix parse response for ticket metrics (#37450)
fce34098fe bump s3 cdk version (#37546)
587e874eb5 Remove excessive logs in counter (#37541)
d9ee103f10 [Source-mongo] : Adding a new iterator in preparation of adding chunking subqueries (#37525)
a384c59263 Rbroughan/stream limits docs updates (#37526)
df67b36596 ๐Source Rss: Fix Incremental Sync (#37535)
9eae446af6 ๐จ๐จ Source Linkedin Ads: Update pivotValues pk type for Ad Analytics streams (#37531)
d790b7d5df [Source-postgres] : Better error messages on switching between sync mโฆ (#37509)
b5fef4e58c Live tests: update README (#37512)
c05c70b4c0 Source Google Analytics v4: fix empty response error (#37432)
9aeb5b620d :sparkles: Source Microsoft Sharepoint: Make refresh token optional (#37372)
92af730be6 :hospital: Source Google Ads: Update expected records (#37502)
9bc1f72dd9 Remove unused tools: spec-linter (#37453)
5df4fb6f27 [Python CDK] Bump python version in pypi manifest to 3.10 (#37523)
28c99b66aa source-greenhouse: ensure inline schemas, updated cdk, poetry (where possible) (#36640)
68a8c7033d CI: Add version of format-checks which can run on forks (#37356)
5f29e8fd25 Fix (destination-duckdb): Declare min mem constraints in manifest (#37515)
6ca1a76dcb fix kotlin warnings in CDK core (#37477)
a1894559b9 [tools] Ruff rules from pyairbyte (#37508)
c8786159c5 fix kotlin warnings in dependencies CDK submodule (#37484)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.57.4
2ce7b72392 ๐ค Cut version 0.84.0 of source-declarative-manifest
860a08183b ๐ค minor bump Python CDK to version 0.84.0
e766ba3a9e Python CDK: remove "deprecated" package (#37497)
3da2fd3421 CI: Skip 'required reviewers' check on forks (no org team check perms) (#36370)
dfe0b74a4d ๐Source Gitlab: set error code 500 as retriable (#37505)
88c9030b44 fix kotlin warnings in azure-destination, datastore-{bigquery,mongo,postgres} CDK submodules (#37479)
978142e689 fix kotlin warnings in destination CDK submodules (#37481)
941357843c fix kotlin warnings in db-sources CDK submodule (#37482)
5d5b1e37c4 Python Ruff support (config only) (#29866)
a05d84f79d Docs: add Unstructured.io blurb to S3 and Google Drive source connectors (#32413)
6269b7f158 [tools] Remove tox.ini (#37454)
15a32723f6 [schemagenerator] Use Poetry for schemagenerator (#37455)
097709a187 [Source-mysql/mssql] : Remove legacy bad values handling code (#37476)
d4944a38e4 โจ [destination-DuckDB] Improve performance, use pyarrow batch insert as replacement of executemany (#36715)
dfc933ad77 DX: Add devcontainer configs for "Python generic" and "Default" (#34032)
54b0a7b86b MSSQL remove normalization (#36050)
8f6036e871 Live tests: update example in README to include --connection-id (#37470)
28369403c9 [source-MongoDB] Do not send estimate trace message if we don't have data (#37473)
9b9ec1cecd [source-postgres] : Remove legacy bad values handling code (#37445)
01381ae37c ๐ Source Shopify: fix one-time retry after Internal Server Error for BULK streams (#37468)
5f1e4e6356 source-twilio-taskrouter: ensure inline schemas, updated cdk, poetry (where possible) (#37278)
57a5943647 source-zendesk-sunshine: ensure inline schemas, updated cdk, poetry (where possible) (#37302)
96f11a75b9 source-zapier-supported-storage: ensure inline schemas, updated cdk, poetry (where possible) (#37300)
33d1aca2f2 source-yahoo-finance-price: ensure inline schemas, updated cdk, poetry (where possible) (#37295)
66c7fefb5e Docs (ci_credentials): Add remote install instructions via pipx (#35809)
614e15fed8 [connector-templates] Switch python destination template to generate pyproject.toml instead of setup.py and requirements.txt (#37457)
383af5c4f8 Update salesforce.md (#19925)
d497014c54 ๐ Source Klaviyo: fix invalid path for '.coveragerc ' (#37439)
f493c7b577 Rename File format related classes to be agnostic of S3 (#37442)
7adfb7ad83 ๐ Source Salesforce and Stripe: Up CDK version to ensure configerrors are not translated as systemeโฆ (#37448)
ef277419fd Fix format (#37449)
7c85652032 ๐ค Cut version 0.83.1 of source-declarative-manifest
b110774eac ๐ค patch bump Python CDK to version 0.83.1
48af92ad78 Concurrent CDK: if exception is AirbyteTracedException, raise this anโฆ (#37443)
ebb57f0fe9 pin zendesk-support 2.3.0 in cloud (#37446)
ae64db1661 ๐ค Cut version 0.83.0 of source-declarative-manifest
58cd4872df ๐ค minor bump Python CDK to version 0.83.0
b20cd1bd1d โจ airbyte-cdk - Adds JwtAuthenticator to low-code (#37005)
0439cbcd10 Clarify cdk parity test behavior (#37407)
e3be633855 ๐ค Cut version 0.82.0 of source-declarative-manifest
e6098a19f9 :bug: Source Zendesk Support: Fix long-running syncs for Ticket Metrics, Ticket Audits and Satisfaction Ratings streams. (#36897)
a6ed2ac813 ๐ Source PayPal Transactions: update manifest.yaml to use the latest CDK version to fix the STATE for Incremental streams (#37435)
92ad60b46d ๐Source Mailchimp: fix cursor format for emailactivity stream (#37434)
80b1b1d73a ๐ Source Linkedin Ads: fix changing nextpagetoken stopping criteria (test copy for #34166) (#37421)
806974ce76 Update the wording of the warning and use the new issue type in the description (#37424)
5751accfd6 Bump idna from 3.6 to 3.7 in /airbyte-integrations/bases/connector-acceptance-test (#37362)
66394a80c0 [connector-template] macro to use current year for new connectors (#37397)
4b090d5460 ๐ Source Stripe: Break Python application with status 1 on exception (#37418)
9dfd1aa6fe ๐ Source Salesforce: Break Python application with status 1 on exception (#37419)
0d70cb8d67 add quickstart issue template; fix typos in other templates (#37415)
fbb7672cf7 ๐ค minor bump Python CDK to version 0.82.0
a2e908dc17 connector builder: Set state on stream slices (#37109)
58201ca178 ๐ค Cut version 0.81.8 of source-declarative-manifest
a4907176a7 ๐ค patch bump Python CDK to version 0.81.8
b49c5006ea Break Python application with status 1 on exception (#37390)
60575cc099 increase failure timeout from 10 minutes to 20 minutes (#37413)
02f811d944 โจSource Klaviyo: add new streams (#37370)
0ed20e5dea Update the abctl Local Deployment documentation to clarify uses and installation methods (#37391)
e2c1abceb0 Fix partitioned state issue by updating CDK (#37406)
9f2d7172bc :sparkles: Source Facebook Marketing: remove testing deleted records from integration test, move it to mock server tests (#37095)
f3a3b98922 ๐ Source Salesforce: Update CDK version to have partitioned state fix and add tests (#37392)
a756ea5a8f Update the broken link to the quickstart. (#37381)
8c5f7528a4 ๐ค Cut version 0.81.7 of source-declarative-manifest
abec8b3fa2 ๐ค patch bump Python CDK to version 0.81.7
d2c8e63ea5 Fix partitioned state saving issue (#37389)
a49f205ccb Fix NPE (#37382)
f519eb1080 [Docs] Update "Reset" to "Clear" (#37357)
db9c99398b โจ Source Facebook Marketing: improve rate limit error message (#37341)
2e00b2a5b1 โจ Source Salesforce: improve rate limit error message during check command (#37376)
33a5cf777b [Python CDK] Delete SingerSource (#37364)
dccb6c02aa ๐ Source Shopify: dynamically adjust the size of the slice for Bulk API streams (#36788)
0f3ab40bcb ๐ [source-facebook-marketing] Should not run migration if the legacy field accountid is not present (#37367)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.57.3
886ac7040b Bump airbytecdk in source-declarative-manifest manually (#37331)
6536a390b5 Fix log trace message (#37366)
afda83a354 airbyte-ci: pin pyairbyte to 0.10.2 (#37101)
e4c942e526 [python-cdk] README cleanup (#37306)
33235c80d2 [python-cdk] readme entry about publishing new versions (#37330)
43ecebb6ea Update vitally.md (#37338)
a15e88cc20 Update CDK & pytest versions for Vector DB destinations (#37333)
bae63044cc [Source-mysql/mssql] : Populate null values (#37111)
70afb9d2c7 [Source-mongodb] : Populate null values in airbyte record message (#37348)
c9f4ad4c5f Source Hubspot: add integration tests (#35945)
a02c342500 update destination postgres docs for column name truncation (#37352)
8789eacb16 Source Facebook Marketing: add retry for transient error (#37320)
df2bb71fed Java connectors: Fix kotlin compilation (#37346)
21a4cf771c Add pr template (#37343)
02750d487b Move live-tests to airbyte repo (#37318)
653113bd3f โจSource My Hours: Migrate Python CDK to Low-code CDK (#36947)
466abc2968 source-mssql: Allow 60min for MAXFIRSTRECORDWAITTIME (#37326)
9f96aef6df ๐ค patch bump Python CDK to version 0.81.6
cb9eae3681 [Source-mysql] : Add meta error handling in initial load path (#37328)
ca394d20e3 [Source-mssql] : Add meta error handling in initial load path (#37325)
63d4d5e3f6 Python CDK : Update LangChain version (#37327)
d8e8a0dab4 source-mongo allowed hosts (#36934)
25663f17c0 Update the local-deployment documentation to use the new abctl command. (#37104)
5587167ddc [Source-mysql] : Remove mysql initial source operations (#37324)
da0a7faca9 ๐จ๐จ Source LinkedIn Ads: update primary key for Analytics Streams (#36927)
e75ea0fa70 [Source-mssql] : Remove override for queryTableFullRefresh (#37110)
ce85afeebe ๐Source Klaviyo: migrate to low-code (#36264)
3ed543b7fd ๐จ๐จ Source Sendgrid: migrate to low code (#35776)
b16590e92c โจ Source Harvest: Migrate to Low Code (#35863)
714eea3e0f :tada: Source Slack migration to low code (#35477)
0c49832980 โจSource Iterable: Migrate to low code (#36231)
98478f0995 Source Notion: Migrate to Low-Code (#35974)
b88ed51ef4 ๐จ๐จ Source SFTP Bulk: migrate to file-based CDK (#36256)
2ccd8c1179 Source Azure Blob Storage: fix docs images (#37323)
36749fb855 ๐ Source Salesforce: have clear error when stream preparation fails (#37105)
e9026078e2 Source Azure Blob Storage: support OAuth (#36825)
dbf882c23c ๐ฅSource Zendesk Support: fix expected records (#37093)
445ebdac8a ๐ฅSource Mixpanel: fix expected records (#37094)
d70b3a9bcc jvm connectors: allow integration tests in kotlin (#37114)
088505c0f2 ๐ค Cut version 0.81.4 of source-declarative-manifest
6280c6eeea ๐ค patch bump Python CDK to version 0.81.4
a900c7841f Add StreamDescriptor as params of AirbyteTracedException.init_ (#37108)
6d5ecca1ee Destination CDK: Simplify AsyncStreamConsumer constructors (#37106)
faad484e08 Destination mysql: upgrade to latest cdk (#36926)
46b977a422 [Docs] March 2024 Release Notes (#36871)
1e9ee1dbb8 Prevent conversion of null fields (#36919)
e1443c7810 source-coda: Replace use of lastrecords with lastrecord (#36775)
b0d0dcd297 oraclexnorm (#36048)
7dc39e85c6 ๐ [source-salesforce] [source-stripe] [source-s3] Update airbyte-cdk to flush print buffer for every message (#37001)
4a4a9c2785 update telemetry attributes to match other data (#37008)
f30f678d39 fix publish-java-cdk workflow on push-to-master (#36975)
5a1edcc05f Source Quick Books: hide in cloud (#37007)
31d652d78b ๐ค Cut version 0.81.3 of source-declarative-manifest
654cce7d26 ๐ค patch bump Python CDK to version 0.81.3
38aa2218fd ๐ค patch bump Python CDK to version 0.81.2
822d76c725 [airbyte-cdk] add print parameter to flush the print buffer after each invocation (#37000)
9ac5233738 Destination postgres: add option for cascade drop (#36974)
426b65a059 remove testing attribute from telemetry (#36995)
bb9d3743df โจ [source-google-sheets] add rowbatchsize as an input parameter with higher increase (#35404)
b7819d9f6c python: assert actual == expected ordering (#36980)
6fa6f69312 Source Klaviyo: update Campaigns schema (#36989)
0571d187e1 airbyte-ci: re-enable connector dependency upload on publish (#36962)
865c106bf6 Update stale-community-issues.yaml (#36990)
4a1d13eb20 ๐ Source Quickbooks: Update missing stream props and add token refresh udpater (#36389)
2617a033f6 [ISSUE #6829] update salesforce to support partitioned state (#36942)
12612c9385 ๐ Source Stripe: update to new Concurrent CDK interface (#36964)
624b85f09e ๐ค Cut version 0.81.1 of source-declarative-manifest
25c206686e ๐ค patch bump Python CDK to version 0.81.1
ab52ce5182 Concurrent CDK: add logging on exception (#36976)
7c769ffe37 Upgrade zenloop to the latest version of the CDK (#36971)
e16b0d2119 Destination Redshift: Limit Standard insert statement size < 16MB (#36973)
fda082966f [Source-postgres] : Populate airytemeta.changes for xmin path (#36982)
0296c43169 [Db analytics] : add message for data type serialization error (#36981)
c7e5d207a9 โจSource Microsoft Teams Migrate Python CDK to Low-code CDK (#36950)
8ab52d0444 add telemetry data into run-ab-platform (#36933)
fd451593f6 docs: Change connector development overview to link to the new guide (#36972)
4fc7f1a82d Destination snowflake: Add config option to enable time travel (#35754)
1815e38dd8 [Source-Postgres] : Bump cdk, reduce timeout (#36865)
5e51b26663 Add stale action for open issues (#36468)
cae230ac26 ๐ Source Openweather: fix longitude parameter in spec (#36876)
7ecb1d313c Destination Postgres: improve handling for column name truncation (#36805)
ed8cebe9cb Small fixes to python cdk publishing (#36945)
c471530a2d Source Chargebee - Unpin CDK & Update Semi-Incremental Component (#36518)
ca3bbe5fcf Source Amazon Seller Partner: Fix reportPeriod day query params (#36895)
371af95746 ๐ฅSource Notion: unpin CDK version (#36890)
442177b83c airbyte-ci: temporarily disable python dependency upload on publish (#36961)
09c59d0d69 ๐ฅSource Stripe: fix imports (#36960)
ec4fe7ba2c :bug: Source Facebook Marketing: fix keyerror accountid (#36689)
2495c8d399 โจ Source Snapchat Marketing : add attributionwindows and actionreporttime to request parameters (#30586)
ba3bdb19d0 Update CDK for Raw Only Dv2 destinations (#36047)
bc27a84176 โจSource Rss: Migrate Python CDK to Low-code CDK (#36418)
1ce0cc5b9b ๐ค Cut version 0.81.0 of source-declarative-manifest
650f2decf9 ๐ค minor bump Python CDK to version $NEWVERSION
0aa0330953 ๐ค Cut version 0.80.0 of source-declarative-manifest
8b8035a629 CDK: unpin airbyte-protocol-models version (#36911)
c067627b75 ๐ค minor bump Python CDK to version $NEWVERSION
bbf69aea7f Concurrent CDK: support partitioned states (#36811)
f29f7bb26f Bump salesforce CDK dependency and patch version (#36937)
ad84b4e058 Update paypal-transaction.md (#35448)
3461d8d522 Destination Snowflake: Tear down destination state after tests (#36930)
4cf376213a ๐ค Cut version 0.79.2 of source-declarative-manifest
fab9564879 ๐ค patch bump Python CDK to version $NEWVERSION
43936d813d ๐ฅSource Facebook Marketing: fix expected records (#36923)
23c280b651 โจ Fix empty internalmessage empty when ExceptionWithDisplayMessage raised (#36901)
09ccec3558 source-faker: update the car prices and years (#36898)
87f051c3a9 Add a walkthrough of building a custom Python connector (#36743)
884faceb43 source-pinterest fix icon (#36912)
cc38b4d655 roll back mssql to 4.0.6 (#36905)
a0ec6c5053 roll back mysql to 3.3.13 (#36902)
5ea2b93c38 Destination S3: Adapt kotlin CDK (#36869)
f268be0dec CDK s3-destinations: fixes for s3 connector compilation (#36868)
a9238d9513 Destination Postgres: improve destination state handling (#36768)
7c98ebe15e airbyte-ci: write python connector dependencies to GCS (#36892)
37884415bd Source Bing Ads: add integration tests (#35961)
0f1eeb106d ๐ Source Salesforce: Add retry on REST API (#36885)
b753ade8a0 conectors-qa: verify connector breaking changes are at least 7 days ahead (#35387)
b2e7f37fb2 connectors-qa: introduce runonreleasedconnectors flag (#36818)
0e8a9a9ddb Source Hubspot: fix acceptance tests (#36541)
693f26f0f5 Source Google Ads: optimize check method (#36891)
0d614c0961 ๐ฅSource Harvest: unpin CDK version (#36889)
838775e783 ๐ฅSource Google Ads: update expected records (#36894)
b10b1cea7f Source Facebook Marketing: fix acceptance tests (#36600)
560beadce7 :bug: Source Monday: handle complexityBudgetExhausted error (#36717)
4ac078b382 Fix(destination-duckdb): Re-lock project dependencies, resolve failing check (#36884)
27e851c5ca Add maxSecondsBetweenMessages to metadata yaml (#36872)
9be3a8ec56 Destination redshift: delete unused spec option (#36365)
4342182cae Remove duplicate S3 regions from destination specs (#36846)
9d53013112 not throwing config error (#36577)
beda34bb1d Destination Postgres: Adapt to kotlin CDK (#36620)
c5284c7244 ๐ค Cut version 0.79.1 of source-declarative-manifest
84824de2c3 ๐ค patch bump Python CDK to version $NEWVERSION
b2e8c153b6 cdk publish: add required token to commit to master and --no-cache for getting just-published version from pypi (#36864)
93c161b35d Source Salesforce: Update CDK version (#36862)
779cbc32a3 cdk publish: commit changes failed to commit (#36863)
ec6ca2fac2 add target directory to the .gitignore (#36861)
3c35466413 MySQL to adapt to new cdk (#36742)
887a5852fe ๐ค minor bump Python CDK to version $NEWVERSION
aad4c610dc fix invalid workflow (#36860)
51d1353593 Move source-declarative-manifest to a standard source, published in step with python cdk (#36501)
a750e4697f Set maxSecondsBetweenMessages value for certified connectors Phase 3 (#36856)
c5817f87cf minor java CDK fixes (#36850)
1b18a90c91 Add "What is Airbyte" section to homepage (#36329)
4a020a4078 [Source-mongo] : Migrate to Kotlin (#36845)
814d95cfbb Adapt source-mssql to latest Kotlin converted CDK (#36772)
deb47ab707 [source-mongo] : Adopt CDK 0.28.0 (#36837)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.57.2
5121937b43 chore(connectorops): remove unused scripts (#36714) 429a9f47de ๐ค Bump patch version of Python CDK c95b197538 CDK: fix misaligned version numbers (#36834) 848ecad579 ๐ค Bump patch version of Python CDK e74d936350 CDK: updated error message for missing streams (#36833) 9cd72c3b09 enable spotbugs for s3-destinations submodule (#36706) 9cdbf007ff fix publish-java-cdk on push-to-master (#36558) af53d6f44f ๐ [source-pinterest] Bump airbyte-cdk to get fix for state recordCount as float (#36806) bd401817dd gradle: re-enable spotbugs everywhere, print output to console (#36605) f9ab0a622b Log trace (#36812) fad0737d4e enable spotbugs for db-sources submodule (#36705) 4d77401a03 enabling spotbugs for datastore-postgres submodule (#36704) c38c3be43e enabling spotbugs for gcs-destinations submodule (#36703) f82847c3ef enable spotbugs for db-destinations CDK submodule (#36702) 8c4095c73f Update max rate-limiting metadata (#36734) a2115ec5e5 enable spotbugs for cdk typinganddeduping submodule (#36701) cd286a668e โจ source-google-drive: migrate to poetry (#36581) 6c8ca12e4c enable spotbugs for CDK core and dependencies submodule (#36612) b5e1d10827 โจ Source Salesforce, Shopify: add maxSecondsBetweenMessages in metadata (#36723) 2495575795 java-cdk: re-export airbyte-api dependency (#36759) 4ed294b45c Source Google Sheets: address dependency conflict and update CDK (#36515) 2bcdc162f3 Airbyte CI: rename incorrectly named pipelines (#36722) 28dd34d717 Source Azure Blob Storage: add integration tests (#36542) 33d6c50764 Salesforce: retry on downloaddata and createstreamjob (#36385) fbe5f26f05 โจSource Monday: Bumped CDK version dependency (#36746) 4288dcbd62 airbyte-ci: burst gradle task cache on new java cdk release (#36480) e11e4f52b2 chore(connectors): remove tasks.py and top-level requirements.txt (#36738) 1ca159d241 airbyte-ci: fix pull-request-number option for migratetobase_image (#36779) b814448ec7 ๐ค Bump patch version of Python CDK 033decc8c2 add backward compatibility for an old close slice logic (#36774)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.57.1
53553affa9 ๐ค Bump patch version of Python CDK 7676892ca9 low-code: Fix cursor pagination instantiation if the stopcondition is a string (#36760) 0458b1df90 fix rabbitmq icon and simplify docs registry code (#36767) ddeaa3f6e1 Update azure-entra-id.md (#36758) d133799bcc re-enable rabbitmq on OSS (#36749) c1bc363694 pin beartype version in connectors ci packages (#36755) 0d4adbbae7 Remove the custom implementation of buffered input stream reader (#36673) 7c21c1b569 ๐ค Bump patch version of Python CDK 4af69fc20d low-code: Add lastpagesize and lastrecord to pagination context (#36408) a649cbc243 Fix misspellings & missing punctuations (#36747) ca96b04d54 Destination Redshift: Adapting to Kotlin CDK (#36589)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.57.0
This is a minor version bump because it deprecates Custom dbt Jobs (more info in this GH Discussion).
2825239050 [Source-Postgres] : Toggle useLocalCdk = false (#36739) fbfae4289d ๐ Fix misspelling & missing punctuation mark in Pull Request Handbook Documentation. (#36709) 85df7763b9 โจSource Survey Monkey: Migrate to low code (#35561) e3f3379120 [Source-postgres] : Move to new Kotlin CDK (#36584) 56c35cc845 add lombok dependencies to all java connectors (#36733) d3bd9df168 :bug: Source Sentry: add time format (#36731) 911d150764 bump kotlin to 1.9.23 (#36735) c380ea4fc7 airbyte-ci: upgrade pytest to 8 (#36682) fcb5a727dc ๐ค Bump patch version of Python CDK 4431347114 Airbyte CDK: fix file-based deps (#36695) 5f2c3d88ca ๐จ๐จ๐Source GitLab: migrate to low-code (#35989) 14f444e5e6 ๐ค Bump patch version of Python CDK 604a2dfee8 fix wrong partition key definition after legacy state migration (#36719) 02add5b12a ๐จ๐จ Source Mailchimp: Migrate to Low code (#35281) 1ab6cfed9b docs: move airbyte api yaml from CDK to docs (#36616) 4a661bb816 delete source-mongodb v1 (#36700) a1e4017b1e Set maxSecondsBetweenMessages value for certified connectors Phase 2 (#36617)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.56.0
e32e58d3f2 feat(cdk): Fix issues with Kotlin conversion (#36688)
670771ddbf Source Zendesk Talk: unpin CDK version (#36459)
0446c4a069 Zendesk Support: Unpin CDK (#36403)
4b85dba88a CDK: fixes for destination-postgres (#36619)
90a830d13b Security: Enable GitHub Secret Scanning but ignore sample connector configurations (#36690)
fd39424475 update java CDK README.md (#36678)
219c194599 CDK module changes for destination (#36588)
7216e929ba :sparkles: Source Bing Ads: added TaxCertificate field to accounts schema (#35891)
3c02cdbd1c feat(cdk): Kotlin conversion cleanup (#36449)
9c52800814 feat(cdk): rename partialmessage package (#36447)
b8b6886b3f Bump express from 4.18.2 to 4.19.2 in /docusaurus (#36675)
b0df19185b ๐ค Bump patch version of Python CDK
b27ddfe19e connector-builder: return full url-encoded URL instead of separating parameters (#36680)
2b055e4302 Bump follow-redirects from 1.15.4 to 1.15.6 in /docusaurus (#36676)
e2305b723c Bump sanitize-html from 2.11.0 to 2.12.1 in /docusaurus (#36674)
7dd4c18092 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docusaurus (#36672)
c88f4ad391 gh-actions: Update changed-files to v44 (#36671)
894900a3d0 PyAirbyte: delete airbyte-lib folder (#35910)
a2847fd1b5 ๐ค Bump minor version of Python CDK
c3c87ea1a5 follow up to #36294: allow migrate sub stream state with custom partition router (#36590)
23ecdb02fc ๐ [source-slack] bump slack to 0.77.2 to emit record counts as float (#36579)
27c225a9a8 airbyte-ci: Update pipelines requests and pyjwt (#36607)
85d2469f3e ๐ Source Recharge: migrate to Low-Code (#35450)
ca6d7224c6 :sparkles: Source Sentry: migrate to low code (#35755)
2b2f7ef2ab ๐ Source Zendesk Chat: migrate to YamlDeclarativeSource (Low-code) (#35867)
f45db44b17 cicredentials: add cryptography back ๐ (#36614)
60456ea713 java-cdk: remove airbyte-api generation, pull dependency instead (#36610)
76e105723b disable some spotbugs checks for cdk tests (#36611)
45dae2c248 Source Mailchimp: fix acceptance tests (#36601)
552def8dae disable spotbugs for CDK test and testFixtures submodules (#36606)
98e99565a9 Destination Postgres: airbyte_meta, CDK upgrade and other fixes (#36363)
bbf77d64d0 :sparkles: Source Microsoft SharePoint: Update QL to 400 (#36573)
9df6aa9670 Security: resolve cryptography-related warnings (#36597)
85ca7ec595 docs: fix pagination link header documentation (#36599)
c613853d10 airbyte-ci: Remove qa-engine in favor of connectorsqa (#36591)
3b50b0d00c connector-templates: Unpinning pytest and upgrading to recent base image version (#36596)
cc5d5d4b7c Bump requests from 2.25.1 to 2.31.0 in /airbyte-ci/connectors/commonutils (#36593)
5d48bafc6b Bump black from 22.1.0 to 24.3.0 in /airbyte-cdk/python (#36568)
634db576dc Python CDK: rename a unit test (#36556)
412bb86ab0 Update connector-metadata-file.md to mention the icon field is deprecated (#36582)
b35b33927c Update cloud record size limit doc (#36521)
2cb16f41e9 ๐ Destination AWS Datalake: Update to support new state protocol (#36386)
1c974050e1 fix ContainerFactory (#36574)
15eeaba2bc โจ Destination Typesense: Added support for path config option (#36460)
a4064d5189 ๐ New Source : Avni (Low Code Cdk) (#30222)
f1eeaf55bb ๐[source-confluence] 'expand' request parameter converted to comma separated string (#36339)
6c33833759 convert missing s3-destinations tests (#36570)
61c3d3b2b9 convert java CDK dependencies submodule to kotlin (#36446)
e7f2fc3365 ๐ค Bump patch version of Python CDK
624415d111 [airbyte-cdk] emit source recordCount as float instead of integer (#36560)
aba305435e airbyte cdk: simplify datamodel-gen scripts (#36530)
3f91b64d53 check cdk: don't use connector test runenr (#36564)
d60ddd4e6e ๐ [docs] update instructions to use new connectors (#36298)
1ca0e74f8f airbyte ci test to support --extras (#36527)
bd2a814b13 delete unused cdk scripts (#36496)
0a854b428b convert functional interfaces to kotlin (#36445)
96374f96da use appache commons classes in our Checked functional interfaces (#36444)
515c9b4a81 bring in #36465 (#36467)
b31bc30134 convert #36396 to kotlin (#36473)
86517eb71d convert java CDK db-destinations submodule to kotlin (#36439)
f1484bfc96 convert CDK db-sources submodules to kotlin (#36438)
4652becd0b Bengineer/fix updating documentation local dev requirements (#36522)
c75ee5afc7 Source Azure Blob Storage: migrate to poetry (#36487)
a776f6cbff Update out of date internal lockfiles (#36535)
64fd534924 convert CDK gsc submodule to kotlin (#36437)
35e812e465 convert typing_deduping to kotlin (#36421)
729ec593a6 convert CDK s3-destinations to kotlin (#36420)
d823d88d3f convert cdk azure submodule to kotlin (#36419)
25c3eb563c convert java CDK postgres submodule to kotlin (#36413)
b7db4aa03e convert java-cdk/mongodb to kotlin (#36412)
74fe2511a9 convert datastore-bigquery to kotlin (#36411)
cbf8ed3f78 convert java CDK core/main to kotlin (#36205)
68e79f0441 convert java CDK core/test to kotlin (#36204)
88a58d94e7 core java CDK core/testFixtures to kotlin (#36190)
fe6a80fbfa bump java CDK version to 0.28.0 (#36514)
67333ca6ea Source Sendgrid: unpin CDK version (#36455)
1bb83eccc6 [Docs] Simplify Connection Settings (#36502)
7382c877ef :sparkles: Source GCS: Add Gzip and Bzip compression support (#36373)
441bc77b99 force-publish java CDK on push to master (#36476)
595455eab2 Destination snowflake: more fixes for case-sensitivity (#36466)
003fc6ef06 :bug: Source Github: increase discovery time (#36429)
05f0c64a25 ๐ Source Freshdesk: Migrate to low-code (#35699)
0c367680b0 Fix E721 errors in the CDK (#36490)
9dee83729e [Source-postgres] : Source operations suport for meta column (#36432)
0f6214a9ff airbyte-ci: add htmlcov to list of ignored directories for security check (#36359)
5bb805039d Destination snowflake: Depend on published cdk artifact (#36461)
7b981cc812 Don't try to run connectors CI tests if only the python CDK changed (#36489)
c2fc35719b ๐ค Bump patch version of Python CDK
d58466c0bb CDK: fix empty extras (#36485)
ddc079e971 :bug: Source Chargebee/Monday: Disable state validation test (#36380)
b7ba5957fe Set maxSecondsBetweenMessages value for certified connectors Phase 1 (#36382)
1b99f1ab89 DBZ iterator migration to use SourceStateIterator (#36333)
8a99c8e891 Add low-code filters to the reference docs (#36469)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.55.2
3fe750fa80 Fix Vector destination tests and move to Poetry (#35911)
d2031bcfee ๐ค Bump minor version of Python CDK
118a864ea2 low-code: Add string filter (#36393)
1ba7582bcb ๐ค Bump minor version of Python CDK
195408eb15 Airbyte CDK: move from gradle to poetry (#36250)
0474574454 airbyte-ci README cleanup part 2 (#36426)
70475d07df Destinations cdk: Cleanup of obsolete interfaces (#36465)
7023bd12f9 ๐ค Bump minor version of Python CDK
28591c3481 per partition state and custom state migrations (#36294)
adba050267 fix generics in RecordDiffer.java (#36462)
ecdb0d7b24 Source Amazon Ads - Update Deprecated Streams (#36169)
0464ff18e9 Improvement: Move destination db Vectara to Poetry (#36261)
7528651f4d ๐ [google-analytics-data-api] [tiktok-marketing] bump CDK version and fix state updater if no cursorfield (#36302)
a8fa18ff3b Destination snowflake: fix state handling with QUOTEDIDENTIFIERSIGNORECASE=TRUE (#36396)
447c967e4a remove snowflake query timeout (#36452)
4b1ebb7b44 [docs] update pg destination warnings (#36454)
daf62e186c Source Sentry: Unpin CDK (#36448)
101bd4378d postgres is a bad datawarehouse - column size limitations (#36453)
0e9bdf314d connector-templates: move generated code from src so airbyte-ci builds it (#36428)
b52c58d324 โจ Source Microsoft OneDrive: Add fetching shared items (#35849)
4fae9447c4 :sparkles: Source Microsoft SharePoint: Unpin CDK (#36381)
cc388fc6d0 airbyte-ci: allow empty pull request number for migrate-base-image cmd (#36220)
3716a38009 Fix missed PR number in airbyte-ci 4.6.1 changelog (#36423)
7fe4e23d66 destination-duckdb: fix formatting (#36415)
b9f6aab259 ๐ Source Intercom: Fixed regression for the conversations stream (#36414)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.55.1
f11f1cb3ff ๐ Source Intercom: handle conversations stream HttpError: 404 - User Not Found (#36277)
878eb096b2 โจ Destination DuckDB: track airbyte integration usage for MotherDuck (#36353)
b2088358f5 Convert classes for destination-s3 to Kotlin (#36254)
0efbf23c1f do not log invalid message data (#36296)
33e9a81334 Update cloud path in cdk publish pipeline (#36395)
374771c944 โจ [source-orb] add end date parameter (#36288)
17a7e46e33 Destination Redshift: Suppress Jooq exception to avoid printing sql query (#36374)
ee482452f5 API merge instructions update (#36390)
893929841c โจ Source Shopify: ensure Per-Stream Error Messaging and Record Counts In State (#36355)
991dc084dd ๐ค Bump minor version of Python CDK
242dd6a425 Airbyte CDK: request options allowed to be an array (#36357)
9f9dad136a Make destination-snowflake oAuth option hidden (#36240)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.55.0
f173b37db8 Allow up to 40 minutes of initial wait for record (#36364) d4174a08ba Source S3: update docs (#36366) 3eb18c9737 Move cursor state decorating iterator to sourceStateIterator (#35599) 80456ef0b6 Source Faker: Enable zero-config execution by making 'count' an optional config param (#36167)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.54.0
6c498ba48d download artifacts sources (#36323)
728c92cba1 [airbyte-cdk] Stream should not extract state using legacy getupdatedstate if no cursor (#36342)
df17c85858 ๐ฅ Source Connectors: Pin airbyte-cdk version to ^0 (#36267)
2a9c91e3f2 remove dependency to java CDK sources (#36300)
34d36a2cad [Source-mssql] : Remove mssql initial source operations (#36325)
d52f6b22ee ๐ค Bump minor version of Python CDK
01324ed1f0 bump CDK minimum python version to 3.9 (#36324)
157be91cb1 โจ File-based CDK: Add skip_wrong_number_of_fields_error parameter for CSV parser (#36237)
bcd32a0a8b Resumable full refresh source-mongodb (#35845)
23b3d4e375 airbyte-ci: fix PR number ValueError in migrate-to-poetry (#36319)
64fc7c7fc0 Source Instagram: Unpin CDK (#36314)
5f78a37d92 ๐ [docs] fix GCS documentation: avoid creating extra volumes and secret (#35973)
ccab31632e Source Facebook Marketing: fix startdate selection behaviour (#36025)
5c26b692f5 ๐Update certified connectors docs with full list of supported streams (#36235)
b581db626a ๐ค Bump patch version of Python CDK
2f34f084e4 [ISSUE #6548] make all fields nullable except from pk and cursor field (#36201)
a38fdacdf8 ๐ [docs] fix small typo (#36052)
b7d81020a1 airbyte-ci: implement migrate-to-poetry connectors command (#35583)
e57252b46c Reworking Airbyte CI README: remove legacy connectorops pieces (#36239)
bb478d550a Attempt to fix flakiness (#36258)
e5aea95272 Custom convert incoming long for date and datetime types (#36263)
411115b735 Destination Redshift: Certification & docs update (#36255)
3339166dbd Update bing-ads.md (#36279)
838a50d844 Revert "sanity"
817dbe4d15 sanity
44f784e200 Remove most_recent_record arg from Cursor.close_slice (#36216)
f23881ee14 Update supported-data-types and nullability (#36259)
8b849ab59f Source Typeform: Unpin CDK version (#36164)
f18e8e4b22 Add extensibility team to python connector approvers (#36248)
1a410aa428 Destination Redshift: Json transformer for graceful handling of large records (#36203)
a85296369f Revert "Attempt to fix transient nightly build errors: Remove poetry โฆ (#36206)
abb1d69f9e ๐ค Bump patch version of Python CDK
240aa0180d Airbyte CDK (low code): add refreshtokenerror handler to DeclarativeOauth2Authenticator (#36058)
36ae0cdd96 ๐ค Bump minor version of Python CDK
ed3b87f2e9 java-cdk-destination: mark logs as debug (#36227)
875e5dfacb low-code: Allow developers to use a custom schema loader (#36040)
e8c51cb35c ๐จ๐จโจ Source Facebook Pages: Upgrade Facebook API to v19.0 (#36015)
80332d8730 โจ Source Microsoft SharePoint: Add parsing shared files (#35830)
f5c9a87e0f ๐ฅ Source Twilio: Update expected records (#36228)
d77045dad2 ๐ Source Intercom: Fixed bug causing the header values to set incorrectly (#36232)
69b6ad4b33 CAT: add validation for state messages (#36001)
1233f2edb1 ๐ Source Google Ads: Add Unrecognized Field description while check_connection (#36208)
916347f06c โจ [source-facebook-marketing] [source-google-analytics-data-api] [source-salesforce] [source-stripe] bumping airbyte-cdk, regenerating poetry lock and fixing various tests (#35978)
3e4d184d8f ๐ค Bump minor version of Python CDK
16b4c2f933 Add PR review check for community-contractor pull requests (#36166)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.53.1
a6a1b3c0c3 Base datetime cursor state off latest observed record (#35843)
b43a6223fe delete unused airbyte-integrations/infrastructure terraform stuff (#36194)
f90b5d1b62 docs: update and remove some bad content (#36197)
cec938f1f6 Wrap default namespace in optional to avoid NPE (#36207)
0755321569 gradle: remove unused pmd rules (#36195)
f47db9051b delete bad or useless README files (#36196)
80f0465c80 connector-templates: delete source-singer template (#36193)
00fde206a2 Source Paypal Transaction: Unpin CDK (#36165)
5f2f83fa21 java-cdk: update README (#36191)
109a2faa37 gradle: build cache tweaks (#36055)
1391127701 fix spacing and bad alerts (#36188)
8a60518db9 ๐ค Bump patch version of Python CDK
5508719699 ๐ low-code: remove debug sleep (#36187)
6efff86a26 ๐ Source Shopify: fix STATE messages frequency for the nested sub-streams (#36170)
2c21cfe2be docs: fix or remove broken links (#36185)
0439fb315b Convert Async Destination Framework to Kotlin (#36033)
d243e0ec8c ๐ Source PayPal Transactions: Extend Disputes stream schema with missing properties (#36173)
739287a3f2 upgrade launch darkly sdk to version 7.2.6 (#36013)
113e7e4899 Add Enterprise API instructions (#36172)
3f3f8667d4 [Docs] Release Notes for February 2024 (#35909)
0af41c440f update redshift docs (#36041)
2d7e1dbcfd [source-s3] Bump python-cdk version to include CSV tab delimiter fix (#36160)
ee999ee0d7 source-zoom: reference published version in breaking changes (#36135)
66bb8e92b6 java-cdk: change log level in log4j2-test.xml (#36023)
26b3db8d41 java-cdk: move log4j2-test.xml to test fixtures (#36021)
85c292946b java-cdk: prettier gradle dependency ordering (#36020)
737d9b4847 java CDK: add static deserialize*(byte[]) methods to Jsons (#36019)
58eddccace Source Chargebee: Declare Unexpected Fields (#36037)
8e15d88881 Update Issue Templates (#35896)
3fae982ded extract out the connector changelog modification out of the bumpversion code (#34586)
1d11cebf8a fix connector changelogs (#36039)
29b8afd5ac Destination Redshift: Adopt CDK changes for `airbytemeta` (#35981)
ea2ca73e97 Source Greenhouse: unpin CDK (#35988)
bd83e35c1b Update on-kubernetes-via-helm.md (#35997)
1d6b93d634 Updated connector development overview doc (#36010)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.53.0
2d270f20da [source-mssql] mssql use SourceStateIterator to send out counts (#35792) bc2183e9b8 fix sso auth block (#36038) 4e0118b16f Install Command Update, External Secret Management & Kubernetes Secrets (#35999) 48faee8769 Destinations CDK: Plumbing related to airbytemeta from protocol to raw table (#35944) 58b6b800e3 Source Chargebee - Implement integration testing for otherwise untested streams ITAS d00a839ca2 ๐ Source Orb: fix window request for `creditledgerentries` (#36036) 609d602cec [Source-postgres] : Compare each recordโs lsncommit value instead of lsn_proc. (#35939)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.52.1
609607c5a5 Docs (PyAirbyte): Add pyairbyte telemetry information and top-level /telemetry docs redirect (#36034)
7c0684dd2d ๐ค Bump patch version of Python CDK
fd98267c4b configure debezium to correctly convert column with default value wheโฆ (#36011)
95a8c8b9f3 Update linkedin-ads.md (#36030)
f67938993e [airbyte-cdk] Fix tab delimiter configuration in CSV file type (#35901)
ef473c5338 gradle: add kotlin support in all projects, warnings as errors (#36018)
d403d9b8d2 .editorconfig: add kotlin rules which approximate airbyte-ci format (#36017)
01da74edb9 ๐ [source-shopify] Fix discover command if shop name does not exist (#36000)
440df5dc82 Archive Google Workspace Admin Reports (#35967)
b092a7f9c0 Disable Google Workspace Admin Reports in registries (#35965)
2ce32ab24d ๐ Source Github: Handle rate limit exception as config error (#35986)
797ac00b29 ๐ค Bump minor version of Python CDK
18f651569a Source Zoom: Fix authenticator bug and add missing fields (#35369)
75385c71d7 ๐ค Bump patch version of Python CDK
15b954546f raise exception with the full class name if a class for a custom compโฆ (#35868)
5da29ac7f6 Source Amplitude: unpin CDK (#35987)
0113c52554 ๐ Source Recharge: Add sort_by to guarantee the records are in ASC order (#35982)
36e9edd489 ๐ฅSource Mixpanel: fix expected records (#35964)
311e9f73b4 โจSource Amazon Seller Partner: add GET_VENDOR_FORECASTING_REPORT streams (#35954)
d804ff8faf migrate live-test to a different repo (#35948)
c7e0d74f91 fix junit versionning mess (#35977)
a8b5296760 Source Microsoft Onedrive: pin transformers transitive dependency (#35956)
c073e647f9 ๐ค Bump patch version of Python CDK
b1f3b8a36f [airbyte-cdk] entrypoint wrapper should use per-stream state not legacy format (#35976)
ee6b1a0ee6 [source-postgres] : Add retries back to the DBZ connector (#35904)
b09e5602b3 [Docs] Edit recharge wording (#35975)
27d9207ce4 Update enterprise setup guide for storage (#35966)
979b860062 Source S3: pin transformers transitive dependency (#35955)
3791a43a57 ๐ Source Shopify: Fixed bug when start date was not provided, but the stream was using it (#35952)
a61f184380 Update on-kubernetes-via-helm.md - 0.52.0 helm charts upgrade informaโฆ (#35935)
46bf510df2 ๐ Source Amazon Ads: Update tags in metadata.yaml (#35951)
4e05272b0f live-tests: add duckdb backend (#35923)
0bd29ba9f8 live-tests: pass connection id (#35922)
d6454f8e74 added integration instructions to getting started (#35861)
0f2685be4f ๐ค Bump minor version of Python CDK
2ac5248387 Emit record counts in state messages for concurrent streams (#35907)
c8bec40cc3 Improve Heartbeating External Docs. (#35934)
e66ec11534 Better Heartbeating External Documentation. (#35932)
a4dca3b45b CDK: assert >0 state messages per read (fix tests) (#35906)
acbdc2d6e1 Introduce FinalStateCursor to emit state messages at the end of full refresh syncs (#35905)
23ac2cda74 .github: delete pullrequesttemplate.md (#35921)
003b6369f9 .github: clean up CODEOWNERS (#35919)
23a2ea5f18 Source Google Search Console: Update records/test config (#35927)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.52.0
2547af2e8f delete unused airbyte-base-java-image top-level folder (#35918)
21d1330cca .github: remove unused connectordependencytemplate.md (#35917)
d7f1a244b6 Source Facebook Marketing: Fix lookback window (#35913)
9175956a01 Source GitHub: update CDK (#35915)
4dc8c4372f ๐ Source Orb: update enrich ledger entry with event stream to pass timeframe bounds (#35897)
e77901da46 Attempt to fix transient nightly build errors: Remove poetry cache (#35894)
63091e5024 ๐จ๐จ Source Hubspot: Update Deals Property History and Companies Property History to API v3 (#35662)
f09c97cae3 connectors-qa: check cdk and language tags (#35685)
eabf39c2e7 GA release 4.0.0 (#35873)
0a9e0fe84a updated instructions for external logging (#35903)
55e6fbd191 Destination Snowflake: Handle NPE for state value. (#35899)
6b8cc39de1 Docs: Fix link in Core Concepts page (#35900)
1bb7a1c0bb [source-postgres] State counter on postgres (#34724)
be6849f571 Source Ringcentral: add logo (#34242)
6f16ac5c11 ๐ Updated Qdrant destination icon (#35104)
7d3a5f86d8 ๐ค Bump patch version of Python CDK
4a808ee178 ๐ follow up to #35471: update the cartesian stream slicer (#35865)
106102c52c ๐ค Bump patch version of Python CDK
858e61d67a Declarative CDK: Fix None error on streamslice (#35879)
88314dd003 Source Metabase: Updates dashboards stream, migrates to poetry (#35680)
6b26b2770a speed up source-mssql tests (#35799)
666a3a3a73 source-mssql: reduce the number of containers used in tests (#35855)
0965ebd2e1 live-tests: add regression tests suite (#35837)
72eb8a6b5c :sparkles: Source Bing Ads: new streams: Audience Performance Report, Goals And Funnels Report, Product Dimension Performance Report (#35812)
8c862a8013 Fix tags in metadata.yaml files: declare cdk tags (#35670)
fc030718b0 :bug: Source S3: Return iam docs (#35850)
df1cff1570 Source Instagram: remove "totalinteractions" from MediaInsights queries (#35875)
e4ccffbf6e Docs: Tutorials formatting + from scratch connector tutorial cleanup (#33839)
4fcff41901 [Source-postgres]: Add logging in case of multiple records with same LSN (#35842)
8ab77d401e Pass docker hub credentials to airbyte-ci's bump_version command (#35802)
d5e91ae83a [source-mongodb] record count in state & initial iterator refactor (#35669)
8ee36d690c add background threads to MssqlTestDatabase (#35727)
aca8679a0e ๐ Destination Vectara: Improve title extraction logic (#35206)
da79f6ee5b Destination Snowflake: Write extractedat in UTC (#35308)
9ce9217660 make query safer for servers that are case sensitive (#35816)
83cfcbfe01 Source Microsoft Onedrive: Bump poetry.lock to upgrade transitive dependency (#35858)
cdf80f3bfa get source-mssql CI to green (#35721)
5f0d9c37ec Source S3: upgrade dependencies to avoid transformers transitive dependency (#35857)
671ed4cdb1 Source File: Add Python 3.11 support (#35800)
4a2350d6e0 Attempt to fix Connector Builder release (#35851)
bba545e743 Source s3 cache connection (#35808)
1571dbda8f live-tests: debug mode and initial regression tests framework (#35624)
04943c9258 ๐Source Amazon Seller Partner: update supportLevel to certified (#35848)
84adf58e30 Fix tags in metadata files for migrated community connectors (#35725)
0c67a1e23f ๐ฅSource Zendesk Support: fix expected records (#35847)
dee240a961 โจSource Amazon Ads: migrate source to YamlDeclarativeSource with custom `checkconnection(#35481)
e10826ce83 ๐จ๐จ Source Facebook Marketing: update API tov19.0` (#35746)
1d9e5463c6 ๐ค Bump patch version of Python CDK
f55abc1fdc :bug: low-code: Fix incremental substreams (#35471)
95afe28061 Un-Archive python destinstions (#35838)
b67d16d730 java-CDK fixes to the Junit interceptor (#35827)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.51.0
f9e73cf62a add configuration for cdc queue size (#35739)
4b3a9bffc6 ๐ค Bump patch version of Python CDK
349faeda48 ๐ Install arm64 emulator when building sourcedeclarativemanifest (#35839)
67c918b6fb ๐ค Bump minor version of Python CDK
5f48da9a67 [low-code] allow page size to be defined with string interpolation (#35735)
a871899540 Revert "Do not build java base image when publishing python cdk"
58bde70e0f Do not build java base image when publishing python cdk
8b83f14283 Destination postgres: upgrade cdk (#35528)
16c00da3ee ๐ค Bump patch version of Python CDK
1caa79b3bf docs about how to unarchive a connector (#35825)
6354733ed7 Source Recurly: bump version to unarchive in Cloud (#35828)
7e4649eb30 CDK: upgrade pyarrow (#35818)
bf7e158169 ๐ค Bump patch version of Python CDK
b254a6409c Destination redshift: Upgrade cdk (#35316)
a090088594 file cdk: handle scalar values that resolve to None (#35688)
08dd7de8f8 file cdk: fix typing, pull out non-scalar handling (#35687)
dcc3eb911e Archive destination-vertica, restore destination-vectara (#35806)
8209dad58e Source Recurly: update support level metadata (#35815)
7a85c0cb81 Fix expected records
ef98194673 Emit final state message for full refresh syncs and consolidate read flows (#35622)
e11f0fefc1 minor changes to the java CDK test code (#35774)
160ec72937 Destination bigquery: upgrade cdk (#35315)
24c8b44222 airbyte-ci: add kotlin support, update license message template (#35784)
62abce9c10 Source Recurly: Unarchive and release as 1.0.0 (#35763)
e82ff2e221 ๐ฅSource Pinterest: fix CAT (#35788)
c5b822030a ๐ Source SalesForce: fix memory leak (OOM) (#35791)
8be5bbf97c ๐ฅSource Zendesk Talk: change order of authentication methods in spec (#35783)
2b088037fd ๐ฅSource Google Search Console: fix expected records (#35787)
875705852d ๐ฅSource Paypal Transaction: fix CAT (#35781)
44668e45d3 airbyte-ci format: run a runner with more disk space (#35790)
dc35e13b3b add a timeout to junit test (#35767)
7063ea3fd9 Postgres Strict Encrypt (#35762)
2a32688970 Certify Postgres (#35760)
1685b276d8 Java CDK: Staging destinations include timezone in extractedat in CSV file (#35313)
4efc065e86 DV2 destinations: Build DestinationState / Migration framework (#35303)
7277fc5170 Use a separate concurrency group for Java CDK GH workflow. (#35758)
358a5005df source-recurly is archived - remove from OSS registry
9e848c4fd1 Archive the code of 8 sources with legacy state (#35757)
0f000b99f7 Archive connectors already hidden with legacy state (#35752)
e54f5debbd ๐ฅSource Sendgrid: fix CAT (#35753)
72f6362ddd ๐ฅSource Twilio: fix CAT (#35751)
49f5dc1fbd remove archived connectors code (#35689)
540e0aab49 Omit run.py from test coverage for source Sendgrid, Sentry, Zendesk Chat (#35728)
1da8836f61 ๐ฅSource Chargebee: fix CAT (#35750)
62daec657d โจ Source Microsoft OneDrive: Enable connector in Cloud (#35584)
eb041d5089 ๐ฅSource Amplitude: fix formatting (#35748)
df71835d9a :bug: Source Google Ads: Fix error for new customers for incremental events streams (#35664)
55d206b90e ๐ฅSource Amplitude: fix CAT (#35743)
bcf32a2d29 :sparkles: Source Bing Ads: Stream budget and product dimension performance report (#35201)
9f281138fa ๐ฅSource Google Search Console: fix expected records (#35742)
61e0b3fbf2 improve airbyte-cdk (#35720)
68feeec862 connectors-test: 6H workflow timeout (#35734)
1ee2d8a442 Update getting-started.mdx (#35730)
2637e97e23 [source-mysql] merge state manager (#35529)
62ba6c9e2a update connector generators to use poetry (#35411)
b7ae6c4875 ๐ฅSource Google Search Console: fix expected records (#35723)
d0017dab9f ๐ฅSource Google Sheets: add logic to emit stream statuses (#35722)
edcc2fac4c ๐จ๐จ๐Source Amazon Seller Partner: update schema for `GETFBASTORAGEFEECHARGESDATAstream (#35439)
deeb436cab Source Google Ads: handle 2-Step Verification exception (#35709)
41834f6eb7 Docs: adding pyairbyte to left nav bar (#35719)
f0f7a9813b DV2 TyperDeduper: Extract migrations to separate method (#35376)
333adf74ec [ISSUE #35112] clean acceptance-test-config.yml (#35708)
339f8d7439 correct typo on-kubernetes-via-helm.md (#35711)
934de16a91 Docs index pages are not really docs pages (#35706)
c84c61b1e5 Update file.md (#35598)
c4d9759853 Update okta.md (#35707)
16336c6ebc Helm setup instruction update (#35681)
357c2d686d Issue 35112/relax cats when not primary key (#35645)
543eaeabc5 Source Linnworks: re-enable in registry (#35557)
ed61d27e0d ๐ฅSource Tiktok Marketing: update unit tests (#35698)
a3d1bb1844 ๐ค Bump patch version of Python CDK
30190eae54 [Source-mssql] : Add config to throw an error on invalid CDC position (#35566)
a24a208c77 ๐ฅSource Mixpanel: fix expected records (#35697)
7ac622c74c Source Monday: fix empty activity logs extractor (#35696)
33f6759004 ๐ฅSource Recharge: fix expected records (#35695)
91f0218e21 ๐ฅSource Stripe: fix expected records (#35692)
6f5c9a3314 Docs/PyAirbyte: created pyairbyte folder for docs (#35690)
0a3fe3dc8e Archive unpopular / unsupported destinations (#35359)
3d7ab9da0c Fix doc headers on sub-pages (#35683)
3e38909828 Docs/PyAirbyte: Added basic demo notebook link (#35678)
4390db5c77 [source-mongodb-v2] remove default connection string options (#35673) (#35677)
ae39cbe82f Fix error message for saved offset not valid. (#35675)
f1924e56b5 unpin source-github in cloud (#35546)
fdfd048225 python CDK: fix gradle task dependency (#35609)
7baf1540a7 [ISSUE #35110] match CATs records only one primary key when primary kโฆ (#35556)
5a8f43a38c ๐ฅSource Snapchat Marketing: add new fields (#35660)
a05b81ed5e ๐ฅSource Zendesk Support: update expected records (#35658)
4369cee477 :bug: Source Hubspot: make start date not required (#34597)
aa5b95e28d ๐ฅSource Jira: add new fields (#35656)
ab2f67af1b :hospital: Source Bing Ads:Fix basic read: add ignored fields, update expected records (#35630)
56d99422b6 Source Klaviyo: Fixpredictive_analyticsfield in streamprofiles` (#35637)
21168f9287 add a getNamespace to TestDataHolder (#35647)
d32d89531f remove all display names (#35512)
7f9b20240b add more logs into TestDatabase (#35507)
3543c3e85e fix HTML reports (#35639)
5f8b9e5b1f fix junit test error logging (#35495)
- Python
Published by octavia-squidington-iii about 2 years ago
https://github.com/airbytehq/airbyte - v0.50.54
d41cd621e7 airbyte-ci: set execute timeout on connector test pipelines (#35634)
5ff133fa54 ๐ Source Harvest: Improve HTTP Availability (#35541)
f5094041be ๐ Source Shopify: Migrate from REST > GraphQL BULK Operations where possible, fixed STATE collisions for sub-streams (#32345)
5fc6ca2131 :hospital: Source Mixpanel: updated version in pyproject.toml (#35537)
2c912113a2 ๐ฅSource Hubspot: fix version in pyproject.toml (#35629)
11bd88269e ๐ฅSource GitLab: fix version in pyproject.toml (#35627)
7c11ea74a5 ๐ฅSource Klaviyo: fix version in pyproject.toml (#35626)
5139a294be ๐ฅSource GitHub: fix version in pyproject.toml (#35625)
6ed63f5b2c Source S3: run incremental syncs with concurrency (#34895)
a6b3f0c96e Cleaned up PyAibyte docs (PR # 35603) (#35603)
3918dc29bc Docs: Add depecration notices to sunsetting connectors (#35446)
b2b9b7fa21 reduce interrupt and shutdown delays to 1 minutes and 2 minutes when stopping a connector (initially set at 60minutes and 70minutes) (#35527)
040d3633ad Source Recurly: Enable in registries with updated CDK (#34622)
b247f89904 delete metadata checks workflow (#35580)
399fc3372f Destination Redshift: CDK T+D initial state refactor (#35354)
f6aa9e5f64 Destination Snowflake: CDK T+D initial state refactor (#35456)
a13bd80f48 Destination Postgres: CDK T+D initial state gathering (#35385)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.53
9ff81e3025 Changed tag to low code (#35594)
c379a7bd35 Source File: change header=0 to header=null in docs (#35595)
e01c0a3780 re-release source mssql with logger fixes (#35596)
edc58a7875 ๐ Source BigQuery: fix error with RECORD REPEATED fields (#35503)
e671aa320d ๐ Source S3: fix exception when setting CSV stream delimiter to . (#35246)
d6346e1076 Improve documentation on check command (#35542)
cb25bbef99 Microsoft Entra ID for Self-Managed Enterprise (#35585)
e2742bd11b connectors-ci: early exit when no connector changes (#35578)
77c7921ef0 airbyte-ci-test.yml: checkout repo for path filters when not on PR (#35577)
f3dfcb1817 airbyte-ci-test.yml: only run if modified internal poetry packages (#35551)
aa084a9446 source-mongodb-v2: bump patch version following #35569 (#35571)
407cba86a5 source-postgres: bump patch version following #35569 (#35572)
2b370f84c2 source-mysql: bump patch version following #35569 (#35573)
084671b580 destination-bigquery: bump patch version following #35569 (#35574)
e10bbbf890 destination-snowflake: bump patch version following #35569 (#35575)
f44ea6aaf4 destination-s3: bump patch version following #35569 (#35576)
9144011b54 add entry into JAVA_OPTS to always select log4j2.xml as our logger configuration (#35569)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.52
11ea12199e .github: fix pythoncdktests.yml (#35567) ad227e5629 Destinations CDK: Refactor T+D to gather required world state upfront (#35342) 184d10967c push new source-mssql version (#35564) 3285fd2791 โจ [source-mssql] skip sql server agent check if EngineEdition == 8 (#35368) 06d91e7ed3 airbyte-cdk [python]: re-enable tests in CI (#35560) 77378169b2 gradle.yml: checkout the repo when not PR trigger (#35558) 98ed501860 Source Monday: fix gql query to support inline fragment value for the Items stream (#35506) 8707fb9fd9 gradle.yml: fix path filters (#35554) 4e548d3c2d Do not add connector header to source and destination index pages (#35553) fbe0e8c6f3 ๐ค Bump minor version of Python CDK 970b24b30c Airbyte CDK: add CustomRecordFilter (#35283) 3e57e9822b โจ [greenhouse] [iterable] [linkedin-ads] [paypal-transactions] [pinterest] Bump cdk versions for to use continue on stream per-error reporting (#35465) 6a746e63af gradle.yml: use XXL runners but only if gradle related files are changed (#35548) dd1991ea52 Handle seeing uncompressed sendgrid contact data (#35343) 34956a1285 ๐ค Bump minor version of Python CDK 0954ad3d3a Airbyte CDK: add interpolation for request options (#35485) 2d80b5676d Destination Clickhouse - 1.0, remove normalization (#34637) 64b54c10c5 Source SalesForce: Add Stream Slice Step option to specification (#35421) e9ccc10461 airbyte-ci: augment the report for java connectors (#35317) 757a42a5d7 gradle.yml: use a smaller runner (#35547)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.51
c2cf962ccf ๐ Add documentation for Entra ID (#34569)
c06bd99dce chore: remove upgrading-airbyte.md (#35545)
571d13a736 docs: update ALB configuration docs for exposing API (#35520)
a086e38194 :bug: Source Facebook Marketing: Add missing config migration (#35539)
943785eca8 Update docs to show archived information if connector is not in registries (#35468)
2458c9b7b4 airbyte-ci: make QA check work on strict-encrypt connectors (#35536)
833f3368a7 :hospital: Source Notion: update stream schema (#35409)
1162302069 [Source-mysql] : Adopt 0.21.4 and reduce cdc state compression threshold to 1MB (#35525)
d2b5ac692c .github: fix java cdk publish workflow (#35533)
f106d11d1c Mangle unhandled MongoCommandException to prevent creating grouping oโฆ (#35526)
9cb2371460 ๐ค Bump minor version of Python CDK
5724ca0cf0 Add ignorestreamslicerparametersonpaginatedrequests flag (#35462)
c9b7d8acb2 ๐ค Bump patch version of Python CDK
911cee423f [DB sources] : Reduce CDC state compression limit to 1MB (#35511)
602d3ce063 Fix syntax error in tools/bin/manage.sh, used to publish airbyte cdk (#35466)
35c73b3f98 Source Google Ads: rollback patch 500 Internal Server Error (#35493)
c9ba9df789 ๐ Change null cursor value query to not use IIF sql function (#35405)
875df795d6 Source Quickbooks: fix spec (#35457)
3d99634e71 Airbyte docs: Fixed JSON schema rendering issues for dark mode (#35489)
3fa43b34bb .github: tighter filtering for gradle workflow (#35492)
cf87e02140 connectorsqa: bump to 1.0.3 (#35475)
5d00e5b476 .github: remove connector checklist (#35484)
6dbbcb0213 :bug: Source Facebook Marketing: Fix error during transforming state (#35467)
198971bb21 ๐ค Bump minor version of Python CDK
3355c5c432 Airbyte CDK: add filter to RemoveFields (#35326)
29bcceb384 Update on-kubernetes-via-helm.md - Add GCS Logging steps (#35455)
703aca1890 pin to older version (#35469)
9a7da6dca1 [Source-Mongodb] : Add config to throw an error on invalid CDC position (#35375)
40a5edc5fe [Source-mysql] : Add config to throw an error on invalid CDC position (#35338)
d8bae3db0d Re-ignore documentation structure check for the time being (#35458)
afb231f100 add proper logging to junit runs (#35394)
dd01ba3c65 ๐จ๐จ Source Facebook Marketing: Add statuses filters (#32449)
e7ab4f5308 restore kvdb to state from https://github.com/airbytehq/airbyte/pull/35424 (#35454)
944c960a9f airbyte-ci: do no run QA checks on publish - only MetadataValidation (#35437)
bd52696478 Revert "Add destination-kvdb to OSS registry" (#35453)
bbb06b866f Source S3: add filter by start date (#35392)
ba38b9d5f0 java-cdk:remove unused class (#35408)
0bf645cffd [Source-Postgres] : Add config to throw an error on invalid CDC position (#35304)
be6519f835 remove destination-kvdb one more time (#35382)
fa338ad8dc Support archived connectors in Docs (#35374)
2a369e8fff Normalization logs: remove json parse warnings (#34978)
95b05a8dda Add destination-kvdb to OSS registry (#35444)
6c2c13a4ca destination-kvdb QA checks (#35424)
2f77609e5f ci: check for required reviewers on destinations (#35428)
08fb4f775f airbyte-ci: disable a flaky test (#35418)
263699cccd airbyte-ci: disable telemetry with env var (#35438)
84cf59216a doc: remove Node requirements on config based getting started tutorial (#35436)
534a640dc1 java-connectors: add thread name as part of the log message (#35199)
98ed774471 connectors-qa: fix connector type attribute access (#35435)
4889e6e024 ๐งน remove qachecks.py (#35434)
05a1512a7e update doc to reference poetry (#35414)
92efefd1e1 Delete requirements.txt on poetry managed connectors (#35406)
d108b9d56b โจSource Facebook Marketing: add integration tests (#35061)
b339aafabf gradle: remove archived connectors (#35423)
a54b310368 connectorsqa: make CheckPublishToPyPiIsEnabled only run on source connectors (#35426)
15f1d999e5 Bump destination-kvdb again to test metadata for archival (#35422)
fbbf8fe21a Update metadata-service to latest version + docs (#35419)
9525793087 airbyte-ci: use connectors-qa instead of connectorops.qacheck (#35325)
87d792e980 doc: Document our connectors QA checks (#35324)
f2efd27004 :bug: Source Amazon Seller Partner: Fix check for Vendor accounts (#35331)
088b9b7762 .github: fix python CDK publish (#35391)
22cf6ae907 :hospital: Source Pinterest: updated expected records (#35353)
553c9b0f84 Revamp QA checks into a battery included package (#35322)
27abc6d881 โจ Source Paypal Transactions: Siver Certification (#34510)
6301a20dc5 destination-kvdb bump to publish (#35381)
c99c0b1333 ๐ค Bump patch version of Python CDK
385a70d89d Support user-specified test read limits in `connectorbuildercode (#35312)
60465814b3 destination-kvdb - publish for real (#35379)
8d924388c1 re-add destination-kvdb as archived connector (#35377)
6bbaa32458 Destination redshift: delete some unused files (#35314)
2d132c59d0 Docs: update k8s instructions for upgrade (#35108)
27b0490229 Removeoctavia-cli(#33950)
bbb0831c8c Addarchivedas connector support level (#35355)
588ce5627e Archivedestination-kvdb(#35370)
eb16b58d99 ๐ Source OpsGenie: fix parsing of updated_at timestamps from OpsGenie (#35269)
ee7da12dac Source S3: revert rollback to 4.4.1 (#35055)
08119e6529 airbyte-ci: remove reference to buildConnectorImage (#35364)
e420ae269d Test PR to check Slack notifications (#35363)
ea5e388c8e Docs: Update stripe.md (#35142)
6aba7506bb docs: typos (#35302)
f93c0df331 gradle: overall simplification (#35307)
dc088bc3a9 gradle: split off python cdk (#35306)
b741045f50 :hospital: Source Hubspot: updated marketing emails schema and expected records (#35328)
9af2c1c66c Source Klaviyo: added transform config for profile stream (#35336)
5c7e3b9d5d [source-postgres] Add test for legacy version of postgres (#35329)
34ca0671c7 ๐ add instructions for soft reset (#35335)
48e933b32f AirbyteLib: Fix no-such-table-error (#35311)
b05c49097a โจ Source GitHub: updating branches schema and unpin on cloud (#35271)
06ab099499 ๐ Source Harvest: Fix pendulum parsing error (#35305)
a951624991 destination-async-framework: move the state emission logic into GlobalAsyncStateManager (#35240)
a886ace52f โจ Source File: support ZIP file (#32354)
e3ab5b6aab source-mysql: add and adopt TestDatabaseWithInvalidDatabaseName (#35210)
4a2bf02656 java CDK: improve blobstore module structure (#35285)
40ca9bd33d ๐จ๐จ๐ Source Gitlab fix merge_request_commits stream (#34548)
8e7618f845 ๐ค Bump patch version of Python CDK
5a202f7ed4 File-based CDK: enqueue AirbyteMessage of type record instead of sending to the message repository (#35318)
2b6934110a โจSource Amazon Seller Partner: addVendorOrdersstream (#35273)
daa92a9825 ๐ค Bump minor version of Python CDK
2b87164b89 Emit multiple error trace messages and continue syncs by default (#35129)
3bd4b149f6 ๐ค Bump patch version of Python CDK
fc87183905 :bug: python cdk: mask oauth access key (#34931)
d520990c60 Source Google Ads: temporary patch to avoid 500 Internal server error (#35280)
a99bb8da5b AirbyteLib: suppress duckdb reflection warnings (#35300)
b9a86a9893 Revert bad commit
b4a5acbde7 Throw cdc cursor error
16821f0d5f source-tidb: adopt CDK 0.20.4 (#35218)
1cbc863798 source-teradata: adopt CDK 0.20.4 (#35219)
b59098fe15 source-snowflake: adopt CDK 0.20.4 (#35220)
0303ae5e7f source-sftp: adopt CDK 0.20.4 (#35221)
6eabaf2b4d source-scaffold-java-jdbc: adopt CDK 0.20.4 (#35222)
6367555c52 source-redshift: adopt CDK 0.20.4 (#35223)
ce44597f04 source-oracle: adopt CDK 0.20.4 (#35225)
80c7f10a69 source-kafka: adopt CDK 0.20.4 (#35229)
1c3a6e2f63 source-elasticsearch: adopt CDK 0.20.4 (#35230)
fd0b77e392 source-e2e-test: adopt CDK 0.20.4 (#35231)
c1c808810a source-dynamodb: adopt CDK 0.20.4 (#35232)
9a6dbac6e8 source-db2: adopt CDK 0.20.4 (#35233)
3b5ecfc1ca source-cockroachdb: adopt CDK 0.20.4 (#35234)
9e7936e0b0 source-clickhouse: adopt CDK 0.20.4 (#35235)
8bd1c480bd AirbyteLib: Mark and deprioritize slow tests (#35298)
81791567a7 ๐ Source Harvest: Revert poetry update (#35296)
20737b4d19 ๐ Source Intercom: Update the API Version to2.10(#35176)
077b078065 Docs: add deprecation note for normalization and custom transformation (#35275)
686c31d05f AirbyteLib: Add support for JSON and VARIANT types (#35117)
ada1196785 destination-e2e-test,dev-null: use CDK 0.20.6 (#35278)
cb3578c9e8 fix:airbyte-integrations:connectors:destination-duckdb' could not be found in project(#35279)
bc8eac8b33 destination-duckdb: remove superfluous build.gradle file (#35277)
ccafbe6d39 write logs to file in addition to stdout when running java connector tests (#35236)
308c4edd3d :hospital: Source Mixpanel: update stream Funnels with custom_event_id and custom_event fields fields (#35203)
0929d5de50 AirbyteLib: improve json schema type detection (#35263)
c07915b52a AirbyteLib: Docs: fix colab badge (#35248)
5bab3df367 Add airbyte trace utility to emit analytics messages & emit messages for MongoDB, Postgres & MySQL (#35036)
0aa24041af AirbyteLib: support secrets in dotenv files (#35244)
dba13b17f0 AirbyteLib: docs: add Colab quicklink (#35215)
0385a64200 ๐ Set cdc record subsequent record wait time to initial wait time as a workaround (#35114)
edcd5ed8a4 source-postgres: adopt CDK 0.20.4 (#35224)
f6b4436206 โจ Source File: add fixed width file format support (#34678)
462970f7cd airbyte-ci: runpoetry checkbeforepoetry install` on poetry package install (#35212)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.50
5d665ec237 Remove IAM Role Setup instructions from s3.md (#35190) 62e5528e57 Don't emit final state if there is an underlying stream failure (#34869) fa66dc8fa2 Source Chargebee: Updates schemas for validation and missing fields errors, updates test bypass, adds expected records, adds custom error handling, adds incremental support for three streams (#34053) 180335c758 โจ source-harvest: migrate to poetry (#35154) c1b5b432a8 โจ source-slack: migrate to poetry (#35157) 103c9df8b6 โจ source-file: migrate to poetry (#35186) 4bf3f02b61 โจ source-shopify: migrate to poetry (#35166) 2573b6e869 โจ source-s3: migrate to poetry (#35164) 4dcfc6a5ea ๐Source Amazon Seller Partner: add integration tests (#33996) 20535eaf4e โจ source-google-search-console: migrate to poetry (#35163) e3cfcfa80e โจ source-airtable: migrate to poetry (#35149) 3cb2c11d76 โจ source-gitlab: migrate to poetry (#35167) e09e6b49d8 โจ source-sendgrid: migrate to poetry (#35181) 0c9ee2e132 โจ source-zendesk-chat: migrate to poetry (#35185) b262c00578 Destination snowflake: reorder auth spec options (#35194) 23cf31e80f โจ Destination Postgres: DV2 GA (#35042)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.49
ae465e7712 โจ source-tiktok-marketing: migrate to poetry (#35161)
4fab6f48ef โจ source-recharge: migrate to poetry (#35182)
a94a0707aa ๐ Adjust documentation for corepack (#35192)
76932027bb AirbyteLib: Release 0.1.0 (#35184)
82d9197587 ๐ source-mysql Support special chars in dbname (#34580)
a317a59cdf โจ source-freshdesk: migrate to poetry (#35187)
0c228f4a64 destination-async-framework: make emission of state from FlushWorkers synchronized (#35144)
e1a860f3b6 โจ source-facebook-marketing: migrate to poetry (#35178)
7b0a82015e โจ source-instagram: migrate to poetry (#35177)
ac5deca0b6 โจ source-bing-ads: migrate to poetry (#35179)
a48924afd9 Source Github: add integration tests (#34933)
10afcc49e5 โจ source-amazon-ads: migrate to poetry (#35180)
9db75b0a54 โจ source-faker: migrate to poetry (#35174)
e30ad24f0c source-faker: adopt our base image (#35172)
cf881e608a โจ source-snapchat-marketing: migrate to poetry (#35171)
ba9355321f source-snapchat-marketing: adopt our base image (#35170)
068b3647f5 โจ source-chargebee: migrate to poetry (#35169)
3e9d3ce229 โจ source-sentry: migrate to poetry (#35145)
481947f24a โจ source-pinterest: migrate to poetry (#35159)
4e67be30f8 โจ source-hubspot: migrate to poetry (#35165)
57dc4716be ๐ Source Slack: Join to the channels while read instead of discovery (#35131)
9aba1a6210 โจ source-google-ads: migrate to poetry (#35158)
9ed7c631f6 โจ source-jira: migrate to poetry (#35160)
dfdbaa9dd3 โจ source-amplitude: migrate to poetry (#35162)
8716e45f04 โจ source-zendesk-talk: migrate to poetry (#35156)
7e6624ecda โจ source-notion: migrate to poetry (#35155)
07587aefb1 โจ source-twilio: migrate to poetry (#35153)
2c63c9f79f โจ source-typeform: migrate to poetry (#35152)
5386fc52ed โจ source-mixpanel: migrate to poetry (#35151)
0e6993ce73 โจ source-iterable: migrate to poetry (#35150)
62f5d8bbda โจ source-intercom: migrate to poetry (#35148)
b1647223d3 โจ source-salesforce: migrate to poetry (#35147)
4fea80b160 โจ source-monday: migrate to poetry (#35146)
2f9c884f81 โจ source-surveymonkey: migrate to poetry (#35168)
8000fc0680 โจ Source Amazon Seller Partner: Add logs for the failed check command (#35106)
1b93ebe536 source-google-sheets: fix license in pyproject.toml (#35136)
7b44697b46 source-stripe: fix license in pyproject.toml (#35137)
a15bd21714 destination-async-framework: use the value from stats counter for global state conversion (#35111)
d3523fa3d4 โจ source-google-analytics-data-api: migrate to poetry (#35073)
feddd72e59 โจ source-paypal-transaction: migrate to poetry (#35075)
51cc915dc7 โจ source-marketo: migrate to poetry (#35078)
dc94e7a7fc โจ source-zendesk-support: migrate to poetry (#35083)
e425926fe0 โจ source-klaviyo: migrate to poetry (#35088)
869c3ac965 โจ source-mailchimp: migrate to poetry (#35092)
d3c4895a32 โจ source-google-analytics-v4: migrate to poetry (#35101)
fb59300149 [docs] On final table re-creation (#35124)
2be84313b1 Update airbyte-protocol.md (#35123)
b9ab3d1a90 migrate everything from java 17 to java 21 (#35103)
fdb3030ca0 Update docs reference from Java 17 to 21 (#34418)
fca2e66c97 airbyte-lib: Escape column names (#34969)
cb81cb4016 Destination snowflake: update test fixtures (#34574)
b85f9994f4 [Source-mysql] Add soft link in mysql test db (#35045)
9132d3cbc8 Source Google Ads: add test for empty streams (#34983)
5a1f3595f5 Destination bigquery: update test fixtures (#34575)
5ff7099fb5 โจ source-linkedin-ads: migrate to poetry (#35086)
796c0ee494 source-mysql: adopt cleaned-up cdk (#34750)
d80a9fca8f source-mssql: adopt cleaned-up cdk (#34749)
7ff484868f source-postgres: adopt cleaned-up cdk (#34751)
5435df6d95 source-mongodb-v2: adopt cleaned-up cdk (#34748)
ae2198df3a destination-snowflake: adopt cleaned-up cdk (#34747)
2b2408a32e Destination redshift: Switch back to jooq execution; add e2e special characters test (#34562)
80bd719336 [Docs] Create homepage for Sources/Destinations (#34391)
aaa08fec0e โจ source-stripe: migrate to poetry (#35068)
d6620f2a00 โจ source-greenhouse: migrate to poetry (#35077)
d7e576fa14 โจ source-github: migrate to poetry (#35087)
083c573899 ๐ค Bump patch version of Python CDK
60a2618154 [ISSUE #34910] add headers to HttpResponse for test framework (#35105)
ff4ed24b15 :bug: Source Amazon Seller Partner: Fix check command to check access to correct streams (#35062)
248f05188f โจ Source Intercom: Add missing fields (#35063)
0c3cccf445 Source Monday: add integration tests (#35016)
9257a318b7 Delete resources/example/airflow (#35056)
656beb820c โจ Source Bing Ads: Add ignore fields for ads stream (#35019)
2080c8c014 Update documentation for aws secret manager configs (#35057)
d6c8738e8b [Docs] January 2024 release notes (#34753)
44ddfb8594 undo useLocalCdk = true from #34745 (#35054)
796b2e8dad java CDK: clean up dependencies, refactor modules (#34745)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.48
a146d8b66f Docs reference: Fix bug with hidden array item properties (#34946)
70d1942d8d airbyte-lib: Fix telemetry for streaming (#34955)
600388eb14 airbyte-lib: Clean up test schema in Snowflake (#35015)
cf244b6f15 AirbyteLib: Show list of actually available connectors (#35018)
c8d5927401 Checkpointing source-mssql (#34182)
e691b66ffa async-destination-framework: make GlobalAsyncStateManager entirely thread safe (#35027)
a96b7f4785 CAT: add validation for stream statuses (#34675)
89accff146 airbyte-ci: fix missing test reports (#35039)
e6fff38310 [source-postgres] : Provide option to advance LSN (#34781)
c32c2f20a0 ๐ Destination snowflake: use 200MB batches (#34502)
4f95b816c1 Remove sources with LEGACY STATE from registry (#35038)
b479497c50 Source Linnworks: CDK update (#34717)
72ee7839c8 Source Klaviyo: Add missing fields to stream schemas (#34998)
623d481eea fix low-code tags on source-sendgrid/sentry/intercom (#35028)
ddb35e29f1 Add Information about Snowflake Column Case change to V2 Doc (#34989)
45e136d881 ๐ Source Freshservice - add backoff policy to requesteditems stream and bump changelog (#34633)
936ce03cfc CDK: allow ConnectorStateManager streaminstancemap to take ConfiguredAirbyteStream or Stream (#35000)
8107081c6d CAT: Validate connector documentation (#34380)
2a323cc9cb โจ Source Amazon Ads: Add missing field to `sponsoreddisplaybudgetrulesstream schema (#35013)
890d9e0d84 source-google-sheets: use poetry for dependency management [2] (#35008)
581118b9fa publish-workflow: expose airbyte-ci-binary-url input (#35011)
9141d70dfd airbyte-ci: poetry install --no-root in builder (#35010)
8cd13f65d8 Revert "source-google-sheets: use poetry for dependency management (#โฆ (#35007)
0a1cd31268 source-google-sheets: use poetry for dependency management (#34944)
dd112eeefe airbyte-ci: only install main dependencies when calling poetry install (#34945)
955b9ebd64 improve startup performance of airbyte-ci (#34430)
9933916792 ๐ค Bump minor version of Python CDK
25fa4cdc1c AirbyteLib: Use case-insensitive method of finding column objects (#34985)
e8910e427a File-based CDK: make incremental syncs concurrent (#34540)
60686505f3 Revert "Emit multiple error trace messages and continue syncs by default" (#34990)
b11a29e1ca AirbyteLib: Add 'get_available_connectors()' option (#34982)
e98d88e58f AirbyteLib: Require stream selection (#34979)
9dc5bf3965 source-postgres/mysql: fix wrong tags in metadata (#34980)
05613a6532 remove useLocalCdk for source-postgres (#34981)
e7dc82c0c7 make exclusive containers first class citizens (#34892)
e467d02afe โจ Source Hubspot: Add contacts form submissions stream (#34829)
c38b80dcd7 ๐ค Bump patch version of Python CDK
3d9f70f9b0 [ISSUE #34755] do not propagate parameters on InlineSchemaLoader (#34853)
6e4ed761d0 db-sources-java-cdk: fix logic to calculate the state stats count in db sources iterator (#34948)
fccc1d08ec airbyte-ci: embed junit xml reports into user-facing html report (#34923)
e06243b9d3 AirbyteLib: Improved progress print, especially in the terminal (#34973)
cc2a6e229f Emit multiple error trace messages and continue syncs by default (#34636)
e1f79251ea ๐ค Bump patch version of Python CDK
f281672a07 fix version of airbyte-cdk in Dockerfile pip install (#34941)
3f4752608d โจ Source Google Analytics Data API: Replace convert_conversions_purchase with convert_conversions_event (#34951)
5af9696e37 airbyte-ci: run poe tasks declared in pyproject.toml file of internal poetry packages (#34736)
cee3a19ae7 Update reset.md (#34855)
cf4cb225a5 internal poetry packages: declare poe tasks and airbyte-ci sections in pyproject.toml (#34735)
2f65766e57 Source S3: bump CDK version to fix issue when SyncMode is missing from catalog (#34930)
edfd287e26 Source Hubspot: add notes about property history stream (#34915)
a960d9fbd9 :bug: Source Facebook Marketing: Add missing fields (#34845)
454b846202 ๐Source Amazon Seller Partner: fix date formatting for ledger reports with aggregation by month (#34914)
58de015de4 File based sources fix sync mode bug (#34936)
7f97f245bc CDK: fix flaky scenario-based tests by sorting on k & v (#34912)
615536323c AirbyteLib: Case insensitive missing column checks, deterministic column ordering in duckdb inserts (#34824)
45803a3ff9 source-s3: pin to version 4.4.1 (#34926)
01b6f4bede Destination Postgres: Remove varchar limit of 64k, defaults to 10MiB limit (#34891)
18de9d1f4b ๐ค Bump minor version of Python CDK
a00aae559c Remove connector ops team (#34867)
be80bfc57c File-based CDK: log warning on no sync mode instead of raising exception (#34924)
264043f4c2 Connector templates: Publish by default (#34766)
e59b3f90cf โจ Source Google Analytics Data API: Add spec parameter to convertconversions:purchase` to float (#34907)
5c54923cf2 S3 and Google Analytics v4: Enable pypi publishing (#34903)
a28aab900c โจ Source Stripe: Events stream concurrent on incremental syncs (#34619)
20bc4b43e8 Source Zendesk Support: integration tests for empty streams (#34840)
b2f6a9399f airbyte-lib: Stream state (#34778)
03530ac372 airbyte-ci: Make pypi publish enabled for certified connectors (#34836)
a8ca2be798 airbyte-lib: Use proper segment key (#34863)
0b79b9e03f airbyte-lib: Improve source factory (#34849)
65002d4145 airbyte-lib: Fix processed records counter (#34857)
5b91b5b0e8 โจ Source S3: Add region to S3 source (#34842)
0b8496cb8f airbyte-lib: Add testing to connectors (#34044)
540b9d48b3 AirbyteLib: Add basic secrets management (#34822)
6e8b87f6f3 AirbyteLib: detect REPL and disable Rich.Live if so (#34782)
22b63c7d70 AirbyteLib: Support write strategies: 'merge' and 'auto' (#34592)
5727127c72 rollback source-github to 1.5.7 (#34870)
c7a7b93dfa ๐ค Bump patch version of Python CDK
f6afd80f02 Update http-streams.md typo (#34861)
06d44f8138 Improve error messages for concurrent CDK (#34754)
ee39d407d7 Docs: update pg13 requirement for external db (#34858)
c7c51ea4e1 [source-mongodb-v2] : Fail sync if initial snapshot for any stream fails (#34759)
247bc17c4a Kubernetes docs: external logs with S3 (#34621)
529ff1ac34 Source Gong: Adjust schemas (#34847)
865773a459 Source Zoom: Disable pypi (#34848)
df56dfedbe :bug: Source Google Ads: Add ignore fields for multiple fields (#34844)
53d71f94e8 Source S3: updates for compatibility with the concurrent CDK (#34591)
5571fd0032 Source Salesforce: concurrent incremental syncs (#33522)
66c7767a6f ๐ Source Coin API: Fix catalog typos (#34826)
63d0532ace fix bullet style
d8341e6ea7 AirbyteLib: Add pip_url helpers to streamline connector debugging (#34827)
1e856d021d AirbyteLib: friendly install and post-install messaging (#34816)
d9b500c060 AirbyteLib: Fix column count mismatch bug (#34783)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.47
0c09afe878 ๐Docs: Update source Linnworks page (#34788) ec929716db AirbyteLib: Ignore unused Airbyte Protocol message types (#34779) 0f9401ee3e Docs: Make sure reference section is always added (#34770) b6b73bd136 AirbyteLib: Treat error trace as logs (#34771) 64d0a51c35 ๐ New Source: Microsoft SharePoint (#33537) 2bbeb4e941 AirbyteLib: Add len() support on SQL datasets and Mapping behaviors for ReadResult (#34763) 280fa1e31f AirbyteLib: fix examples in getting started (#34762) 683891d531 add log4jConfig to docs (#34777) 66ce98fdc4 Source Recharge: Fix airbyte-lib integration (#34772) 18cfa24974 ๐ Source GitHub: Continue Sync on Stream failure (#34700) 5ecb97163d :bug: Source Google Analytics Data API: Add rounding integer values that may be float (#34708)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.46
9a67b7fa10 ๐ bump cdk versions for java sources (#34453)
deca551970 airbyte-ci: enable connectors tests in draft prs (#34756)
8dbbf7ab1c ๐ Source Hubspot: Fix pagination for companiespropertieshistory stream (#34635)
b36bcc3c1a Destination BigQuery: CDK updates for latest changes (#34728)
ab6ea6d0f5 CDK destinations: Future based output reader for T+D test (#34727)
b8fb1eefb9 Source Kyriba: Updates CDK, Increases Testing Coverage, Fixes Acceptance Test Config, Adds Expected Records (#34545)
d05f47348e Source S3: pin CDK and moto (#34665)
38d48d2daf Bump source-mysql and source-postgres to cdk version 0.16.3 (#34723)
7bd2dd69ff ๐ Source Recharge: Added the UI toggle Use 'Orders' Deprecated API to switch between deprecated and modern api versions for Orders stream (#34707)
320e69423e Publish to pypi batch14 (#34662)
dfec691232 Publish to pypi batch13 (#34658)
2aa7327a8e airbyte-lib: Hidden documentation (#34702)
3710b5d707 ๐Source Amazon Seller Partner: fix date format in state message for streams with custom dates formatting (#34654)
696876b565 :bug: Source Bing Ads: fix duplicates in report-based streams (#34712)
3ed9aa40b4 Publish to pypi batch12 (#34664)
cdc1ae4ee7 Publish to pypi batch11 (#34694)
63e1f4c1e7 remove alloydb once again (#34642)
f95e0c8d67 airbyte-lib: Use connector metadata (#34697)
8e7196ef55 CAT: fix NoAdditionalPropertiesValidator (#34709)
f5cec3a299 Destination Postgres: Upgrade CDK with fixed dependency and unpin cloud (#34683)
e0aca2fd30 Publish to pypi batch10 (#34692)
eb5b23d669 Build a resume token with a pipeline consisting of selected streams (#34594)
93287e386f Publish to pypi batch9 (#34691)
78a60475a4 Source Azure Table Storage: CDK Update (#34576)
1aaf9dc7dc Publish to pypi batch8 (#34690)
6b4e8acbff ๐จ๐จ๐Source Hubspot: update marketingemails stream schema (#34492)
a8bdeef904 Update file-based connectors for compatibility with concurrent CDK (#34681)
f1be8c1ab2 Kubernetes docs: update instructions to use external database (#34604)
69b999da4c Publish to pypi batch7 (#34673)
51e6cbeffc Publish to pypi batch6 (#34672)
6660c45adc Publish to pypi batch5 (#34668)
ad2a451902 airbyte-ci: Test pypi published properly (#34689)
7f4abcccd9 Publish to pypi batch4 (#34666)
f9df3dff04 Support resuming initial snapshot when id type is String, Int, Long (#34641)
966a9c3302 Destination Teradata: make connector avaialble on Airbyte Cloud (#28667)
39c47efe5d Destination Redshift - Bump CDK version to 0.16.3 (#34680)
e93015f27e Source Faker: Declare primary keys (#34644)
a814caf703 Fix log4j-slf4j-impl version conflicts (#34669)
aec1082f46 Pin file-based sources to airbyte-cdk version 0.59.2 (#34661)
7ed1e385e3 Update cdc.md - Add MongoDB support (#34671)
0f6f25e9e8 Recreate pypi publish batch3 (#34660)
dc78238f66 airbyte-lib: Prepare for published connectors (#34651)
d74471eac0 Revert "Publish to pypi batch3 (#34657)" (#34659)
7949c5b0e9 ๐ค Bump patch version of Python CDK
bb477eede5 Publish to pypi batch3 (#34657)
c26d355de8 Fix Cursor interface change + FileBased change at the same time (#34653)
05a55f009f Publish to pypi batch 2 (#34656)
ca8590e2b4 Have StateBuilder return our actual state object and not simply a dict (#34625)
2c8b47b100 Emit state when no partitions are generated for ccdk (#34605)
28dae9ac2c Publish to pypi (#34652)
dc87bef5b0 :bug: Source Microsoft OneDrive: Fix Oauth (#34478)
c3c21c2509 Publish pokeapi to pypi (#34650)
4cfaebeacf airbyte-lib: Refactor follow-up (#34649)
f10763ab2a ๐Destination Astra DB Connector Name Update, Icon Update, Spec formatting and tooltips (#34600)
42fb2b53bc airbyte-lib: Fix validation (#34599)
f29234a2db airbyte-lib: Refactor connectors (#34552)
d1334beb2e airbyte-ci: Switch to prod pypi (#34606)
b37bde8753 AirbyteLib: DuckDB Perf Boost (#34589)
f35c2a6df7 AirbyteLib: Progress Printer (#34588)
db3055e774 Revert Default Cloud Version (#34646)
29dbb0c7e9 AirbyteLib: Installation improvements and improved error handling (#34572)
eea0d7b16b Destination Redshift: Upgrade cdk to use dbMetadata closure function (#34634)
1ad7155092 Destination Postgres: Fix casing for raw table in T+D query (#34630)
acd26ac1cb ๐ค Bump minor version of Python CDK
eb31e4d2ba File-based CDK: make full refresh concurrent (#34411)
d2171e48ea bump alloy-db metadata
0613ea58dc CDK Destinations: DB Metadata calls cleanup (#34533)
d713da6fd7 Add noop alloydb doc for publishing (#34638)
3bec4f0dec Revert "Remove AlloyDB phase 2: Remove entirely" (#34624)
dccb2fa716 CAT: set additionalProperties recursively for objects (#34448)
b37efe9cda ๐ New Source: Google Analytics v4 Service Account Only (#34323)
cbe3469f93 airbyte-ci: defensive programming (#34607)
c7b040a727 Added Title usage to Vectara Destination (#34579)
278eda488b airbyte-ci: pass dagger cloud token to airbyte-lib (#34602)
66cd528340 ๐ Source GitHub: Fix MultipleTokenAuthenticator sleep time (#34598)
74ceae0327 airbyte-lib: Track streams in cache (#34517)
0e98993f4b Source Amazon Ads: integration tests for empty streams (#34476)
0749ed1a32 CAT: fixed TestSpec.testoauthisdefault_method to skip connector spec without predicate key (#34559)
57b43a4e00 airbyte-ci: run on github hosted runners (#34316)
3e6d842248 ๐Source Amazon Seller Partner: update schemas for vendor analytics streams (#34549)
653acae36f add documentation on the airbyte-ci development process (#34543)
6f0fd7a2b9 refactor debezium harness in CDK, push connector-specific logic down to connectors (#34573)
02c0ec7144 airbyte-ci: simplify gradle task execution (#34560)
9190517649 ๐ค Bump patch version of Python CDK
abe985167b Fix broken print in ccdk (#34578)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.45
9815a100a6 airbyte-ci: override secrets scrubbing in very few cases (#34555)
53851609f8 ๐ Source GitHub: Fix MultipleToken rotation logic (#34503)
7594c3646d ๐ CAT: Add allowedHosts and suggestedSteams checks for metadata.yaml for connectors ql >= 400 (#34358)
b323acc328 airbyte-api: remove server-legacy api code generation (#34541)
3592ee9b53 โจCAT: Add test to ensure all file types covered (#33746)
8bdfd8b600 airbyte-lib: Add publish action (#34486)
3feb04cc95 airbyte-lib: Fix docs generation (#34474)
3f2ede5464 airbyte-lib: Lightweight validation (#34475)
a5fc287ab9 Weaviate: Fix tests (#34529)
faaa6072f4 Docs: add note about k8s doesnt have auth (#34527)
0f7f77f832 Destination redshift: escape string literal at runtime (#34544)
96b9f5a059 Destinations bigquery, snowflake, redshift: log better message when failing to parse an AirbyteMessage (#34451)
d01bb65dcb java CDK: build no longer downloads files from connector registry (#34441)
7706cdd0f0 ๐ Change setting menu names in docs (#34538)
180da5d698 ๐ Destination snowflake: fix check (#34528)
6c4a75da05 add the ability to upgrade CDK for java connectors (#34343)
ff12ddf90f ๐ New Destination: Datastax Astra (#34058)
89cfb39dbf CAT: Add scenario that OAuth is default method and fields are marked as airbyte_secret (#34178)
6dc61d10df Source GCS: update docs (#34515)
fe26227193 airbyte-ci: disable update check in CI (#34489)
9152ff857a airbyte-ci: fix inconsistent log path typing (#34490)
d975ead34a Destination snowflake: pin back to working version (#34509)
7d89fc9112 ๐ Destinations V2: update typing & deduping doc link (#34505)
a0345ae732 Destinations snowflake, bigquery, redshift: improve error reporting (#34458)
99622315a6 ๐Source Postgres: xmin query should only happen if user chose that mode (#34465)
f2c846188a Destination Snowflake: set isV2Destination (#34501)
09505be1c4 ๐ Source stripe: fix deadlock on concurrent (#34495)
1268c3740b AirbyteLib: Formalized Exception Handling (#34488)
c42c5e6889 Bigquery Destination: CDK Update (#34468)
482bf97086 source-mongodb-v2: remove dependency on airbyte-commons source (#34455)
71232225eb Destination Redshift: Update CDK, revert signatures to add back unused methods and vars (#34467)
950fea1bca Snowflake Destination: Upgrade CDK (#34462)
852cb59837 Partial CDK revert of #34186 (#34461)
b2ec58efe5 ๐ค Bump patch version of Python CDK
b9c1897cfc Fix concurrent deadlock (#34454)
c3e4a7c5e6 ๐ Source Typeform: Fix pagination stop condition (#34484)
d289534aba airbyte-ci: Add pypi publishing logic (#34111)
c8d06f4878 Docs: create overview architecture diagram + reorder docs (#33896)
3601ac6bb4 ๐Source Jira: add state checkpoint interval for all streams (#34470)
86920fd70e v1 architecture diagram and prereqs (#34460)
13e32a6e87 โจ Destination Redshift: GA Destinations V2 (#34077)
3b2dbe05ec AirbyteLib: Add full iterator support for Dataset, Cache, and ReadResult classes (#34429)
d7725a85c4 airbyte-lib: fix CI change detection (#34447)
b38b0e6565 update airbyte-ci bump-version to push more minimal changes (#34339)
35234b23b4 ๐ Include links to relevant quickstarts in the docs (#34425)
f70a6a5e41 Docs: Update mssql.md (#34432)
84ce3b1c1d airbyte-lib: Connector documentation (#33063)
78683983e3 ๐Source Google Sheets: fix header cells filtering (#34437)
2d09c81dc3 airbyte-lib: Enable tests (#34381)
699360cb8c Destination bigquery: concat transactions together (#34023)
71038ce0f4 Java CDK (destinations): add tests for 0-record state messages (#34419)
6b4f215c6d Destination Postgres: DV2 Beta (#34372)
2570ec9062 ๐Source Shopify: Docs: Update shopify.md (#33804)
a99910fc16 ๐Source Mongo: Fix connector's support level marker (#34377)
b374a9cb06 reformat master (#34400)
e4efbc4db1 spike: CI on forks (#34399)
d77ea1df79 [Docs] December 2023 Release Notes (#34389)
86f3c7d07d ๐ Destination typesense: Update check() to mitigate "check() takes 2 positional arguments but 3 were given" (#34336)
d88104e387 airbyte-lib snowflake integration (#34356)
3a7f00f637 Source SFTP: upgrade to latest CDK (#34265)
ae34343679 ๐Source Google Sheets: fix names conversion (#34376)
079a3b49f1 Source Stripe: update docs (#34351)
3242d6d5a0 โจ Source Google Analytics v4: Add End date option (#34353)
168440ff3f source-stripe: Add missing fields to invoices and subscriptions schemas and improve memory usage when reading from substreams (#34347)
25a0c80547 [Source-mongodb-v2] : Adding logs for resume token timestamps + reducing min document discovery size further (#34364)
d610ad1f48 Destination postgres (dv2): add indexes to raw table (#34236)
6d73558210 Docs: update Postgres source add info about what is going to be replicated (#34362)
14c61991c6 [Docs] Update Getting Started (#34237)
1d6e628ba1 ๐ค Bump minor version of Python CDK
e3e58cc063 Concurrent CDK: fix state message ordering (#34131)
5f35187010 airbyte-ci: upgrade to dagger 0.9.6 (#34321)
4e694c5985 ๐Source Google Analytics: add incorrect custom reports config handling (#34352)
c939d739f6 Update getting-support.md
9b4ae62ee1 airbyte-ci: Pass env vars to poetry container in test command (#34288)
ef785c7019 ๐ค Bump patch version of Python CDK
0faa69d899 concurrent cdk: improve resource usage and stop waiting on the main thread (#33669)
237b148759 airbyte-ci: fix nightly build workflow (#34345)
1b0ad2403f source-faker: unique state messages (#34344)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.44
006338257c Destination postgres: DV2 beta implementation (#34177)
63c6961e78 โจ Source S3: Add IAM Role Authentication (#33818)
be06855dc0 [Source-mongo] : Relax minimum document discovery size to 100 (#34314)
03c725b950 Unify lowcode tags (#34284)
a6f4c2e11d ๐Source Amazon Seller Partner: delete deprecated streams (#34283)
be09dfe919 ๐ Destination Weaviate: Multi Tenancy Support (#34229)
cbbbeb92b8 AirbyteLib: Python lint cleanup (#34223)
b03d785c41 airbyte-ci: pass extra options after gradle tasks (#34301)
db83e149dd Destination Redshift - additional check method check, fix s3 file deletion (#34186)
07579bdaec Destination Postgres: Unpin cloud from 0.4.0 (#34303)
1a16deb461 dagster: update to 1.5, remove unnecessary resources for test sensor (#34067)
0935449af9 fix precommit format to ignore new airbyte-ci versions (#34234)
88f937dab0 Fix typo in docs (#34293)
446eae3510 airbyte-ci: Introduce --only-step option for connector tests (#34276)
e0adbe87bc source-marketo: Convert to airbyte-lib (#34246)
bc39ff5524 source-instagram: Convert to airbyte-lib (#34254)
9ddb4325e9 airbyte-ci: compute GHA runs-on from --ci-requirements (#34220)
670ffdd32c fix java cdk utility tasks (#34174)
31db9f8df7 Source Close.com: add custom fields (#34286)
dc8df8f924 ๐ Source Freshservice: add requested_items stream (#34272)
dad53b72a5 Source Google Ads: Convert to airbyte-lib (#34007)
53064662e3 Source Mixpanel: Convert to airbyte-lib (#34147)
9078ec6d8e source-zendesk-talk: Convert to airbyte-lib (#34204)
2662f07b3d source-linkedin-ads: Convert to airbyte-lib (#34152)
f23513954b source-paypal-transaction: Convert to airbyte-lib (#34155)
a182869e38 source-gitlab: Convert to airbyte-lib (#34203)
500a107c3d Source Typeform: Convert to airbyte-lib (#34145)
e7f503982f source-iterable: Convert to airbyte-lib (#34208)
c5b9421c31 source-xero: Convert to airbyte-lib (#34154)
f532d0dcc4 source-pipedrive: Convert to airbyte-lib (#34153)
e4a7863585 source-mailchimp: Convert to airbyte-lib (#34157)
cbcaa15aea airbyte-lib: Add telemetry (#33679)
b402fd9791 Change link in documentation to point to English AWS documentation (#33725)
4a6924e598 โจ Source Intercom: Add new stream Activity logs stream (#33882)
a0623c54b4 fix link in MSSQL source documentation to pr (#33961)
6537ebceb2 ๐ Source Quickbooks: Fix refresh token issue by upgrading airbyte-cdk (#32236)
f3503ae876 airbyte-ci: CLI exposes CI requirements (#34218)
29852cf081 add run method in run.py (#34241)
5380d234c5 :bug: Source Google Ads: Remove metrics from ad group for manager account (#34212)
3f4074e3d3 ๐ค Bump patch version of Python CDK
e2476f2ab3 :bug: CDK HttpRequester should support str httpmethod which comes from manifest.yaml file (#34011)
919f94bc50 Source Shopify: Convert to airbyte-lib (#33935)
8d27b6be68 airbyte-ci: connector test steps can take extra parameters from CLI (#34050)
c404899092 โจ Source google analytics Data API: add a report option keepEmptyRows (#34176)
3787582fa8 ๐ Source Linkedin Ads: Use stream slices for Analytics streams (#34222)
0fc363cf5f ๐จ๐จ Source Monday migration to new api version 2024-01 (#34108)
026f5a7ddd Destination Snowflake: Cleanup dependencies and upgrade CDK (#34227)
59df0cf302 Destination Bigquery: Clean up dependencies with TD/CDK (#34226)
632b1bfb8b Destination Redshift: Use cdk for TD dependency (#34194)
25f52e423f CI: Fix linting issue (#34224)
de4ca2d848 Vectara Destination: Add info box (#34159)
99a23dc3dc AirbyteLib: add SQLCaches for DuckDB and Postgres (includes Ruff+Mypy cleanup) (#33607)
f637e11ed7 Add S3 IAM roles + ALB ingress definition (#33944)
c967f146dd ๐ Source Google Ads: Disable raising error for not enabled accounts (#34200)
94dc6861cf Source GCS: Fix unstructured format (#34158)
e2146ea63d Source Freshdesk: Convert to airbyte-lib (#34101)
42eff7a2d6 Source Slack: Convert to airbyte-lib (#34098)
e93703dbce airbyte-ci: fix format (#34199)
a4ff89c1ba DV2 TypingDedupingTest: read container stdout in real time (#34173)
9a3666058e Airbyte-ci: Ensure we set the working directory earlier (#34136)
887023a59c cdk bump to 0.12.0 (#34185)
c1574b800f โจSource Google Ads: Add possibility to sync all connected accounts (#33707)
c7c6a27dec Docs: Updated grammar and formatting for clarity and consistency (#34080)
37cc90517d ๐ค Bump patch version of Python CDK
cf7f700bbb ๐ Airbyte CDK (File-based CDK): Stop the sync if the record could not be parsed (#32589)
800236f7b7 ๐งน Destination Redshift: clean up DAT classes (#34134)
dd5d23bd5c docs: Mention that DBT Worker not supported on kubernetes (#34087)
42b54bbdf2 โจ Source Iterable: add userId to applicable streams (#30931)
7d9f636142 snowflake-destination: upgrade cdk version to start emitting destination stats as part of state (#34083)
7aae02abf9 Zendesk Chat: Updated QL to 200 (#32383)
6c27626a3a Zendesk Talk Source: Updated QL to 200 (#32385)
5b0c717b60 ๐ Source Stripe: adding integration tests (#33306)
a3834dfefb ๐ Source Zendesk Support: Skip 504 Error for stream Ticket Audits (#34064)
0c003033a6 ๐ Source Bing Ads: Speed up record transformation (#34045)
1da4dbca2c Source Marketo: Increase test coverage, update QL (#33075)
72b87e6a6e airbyte-lib: Add uninstall (#34105)
7d7f33c09f Source Faker: Add support for PyPi and AirbyteLib entrypoints (#34033)
d29cb2d41e Publish CDK and fix postgres to use cdk (#34135)
dcbec4a65b ๐ Fix BigQuery Destination: fail when using Google Default Application Credentials (#34073)
a0ece1231e destination-postgres: Add tunnel heartbeats and keepalive (#33875)
804a34b212 [Source-mssql] : Remove options for datatosync & snapshotisolation (#33700)
3be28afecb โจ Source Facebook Marketing: Add support for multiple Account IDs (#33538)
cb8a2edce7 Destination Databricks: pin cloud + OSS version to 1.1.0 (#34125)
ff81b95ecc java cdk: remove wal2json support (#34119)
44f9f2b462 ๐จ๐จ Source Microsoft Teams: Update Schemas (#33959)
f9bfd6df50 MongoDB Oplog Troubleshooting (#34122)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.43
e728128238 Azure Blob Storage: Fix unstructured format (#34084) bbdd6d8f65 airbyte-ci: remove connector secrets hack for --is-local (#33972) 0b207f9405 ๐ค Bump patch version of Python CDK 9c6aea19cd Airbyte CDK: handle private network exception as config error (#33751)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.42
24dfebc89d Source Stripe: Convert to airbyte-lib (#33940)
d7e9ffa83c Source Smartsheets: Convert to airbyte-lib (#34012)
26deee7f89 Source Google Analytics Universal: Convert to airbyte-lib (#34018)
076f95a87a Source Zendesk Support: Convert to airbyte-lib (#34010)
1ac50295bf ๐จ๐จ Source JIRA: Save state for Boards Issues per board (#33715)
c084212f5b ๐ค Bump patch version of Python CDK
8305d05e52 โจAirbyte CDK: add POST method to HttpMocker (#34001)
b290208391 Add count in state message for incremental syncs (#33005)
3de9dc99dc [mitigation] pin airbyte ci version in master run (#34075)
25799bab19 Use only required resources for sensor (#34056)
eb3e158da6 pin pendulum dependency for poetry2setup (#34055)
d19061056c bubble up debezium config error messages as exceptions (#33658)
796c4845a8 java-cdk-destination: implement logic to update destination stats in state message from async framework (#33969)
c09d5d3351 ๐ Source Google Ads: Fix custom queries (#33603)
3cb1f1e97e airbyte-ci: fix nightly build binary (#34022)
07646783e2 :bug: Source Google Ads: added handling for 401 error while parsing response. added metrics.costmicros to adgroups stream (#33494)
99488ddcc5 airbyte-ci: fix assertion error on report existence (#33979)
b4ddfb8454 airbyte-lib: Generate docs (#33997)
923331c405 airbyte-lib: Validation helper command (#34002)
12896252e9 airbyte-ci: mitigate transient format failure (#34042)
804a7bf8ad :hospital: Source Gitlab: increase test coverage, update Groups, Commits and Projects schemas. (#33676)
2edcfb36fb Source S3: Convert to airbyte-lib (#33937)
e7ff2a10ab Source Salesforce: Convert to airbyte-lib (#33936)
94f981ccbb Source Facebook Marketing: Convert to airbyte-lib (#33934)
76d9e17923 airbyte-lib: Add pipurl option and enforce source versions in a more consistent manner (#33967)
59e3e193e0 airbyte-lib: Improve error message on missing config (#33968)
ce270c6288 ๐ค Bump patch version of Python CDK
62d3b56a60 Docs: fixing wrong jinja example and stating how airbyte decides last date cursor (#34000)
c8ca4b13ff :bug: fix declarative oauth initialization (#32967)
1737ab13db Update typing-deduping.md - Loading Data Incrementally to Final Tables (#34034)
0e4ffb561a Destination BigQuery: add row ids for dummy inserts in check (#34021)
c284588d99 source-mssql: shorten capture job polling interval in tests (#33510)
f8f64386e4 ๐Source Hubspot: fix propertyhistory PK (#33844)
4955933b6a airbyte-ci: log more context info in CI (#33994)
8b00460d2f Destination Redshift - Reorder Spec options (#34014)
551f15930c ๐ Source Marketo: Raise config error if quota exceeded (#33999)
6850437d7c ๐ Source Shopify: Fix GraphQL query (#33827)
c6e10a733a ๐Source Stripe: update endpoint for bank_accounts stream (#33926)
7503dc78f1 destination-redshift: Heartbeats for bastion and other minor bugfixes (#33948)
01e3bbe3c3 ๐Source Zendesk Support: fix pagination for incremetal export streams (#33680)
1359d7b7ed ๐ Source Instagram: remove metrics from video feed (#33989)
88db70cc3e Update typing-deduping.md (#33988)
9f211df447 Fix: airbyte-ci --help (#33987)
2f92501688 ๐จ๐จ Source Instagram: upgrade to v18 (#33930)
5c6f4f2174 Source Sentry: Increases Test Coverage, Migrates Base Image, adds missing field to schema, updates QL (#32957)
e9d5377906 Fix metadata service steps (#33981)
3f9c70035f Source Webflow: Update CDK & include additional schema properties (#33315)
8524b3278a tuning ssh keepalive settings (#33727)
64f07e48b6 use latest version of metadata service (#33978)
64cd1ce789 AWS Destinations: New AWS regions (#33924)
d3cbc6a937 Source Google Ads: run decorator as a thread with timeout (#33769)
617075d88e airbyte-ci: upgrade to dagger 0.9.5 (#33582)
f90d8dbccb airbyte-ci: re-introduce mypy (#33964)
29a3da04ca Destinations Bigquery, snowflake, redshift: internal CDK refactors for DV2 (#33730)
7fab6e89c1 Source Amazon Ads: add region to inputOAuthConfiguration (#33833)
d0724ad753 Docs: Updates Instagram Source Connector Docs (Removes inapp page, adds
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.41
0a3b8e7c62 airbyte-ci: Revert mypy changes (#33954)
7b3662a233 bump airbyte ci version after adding an ignore (#33956)
ab806f944f Use pnpm to manage docusaurus packages (#33922)
15490f6cd9 add SSL options to mssql (#33071)
216d2b2e70 Destination postgres: enable in-connector normalization (#33873)
cb22376037 don't use MsSQLConfigBuilder.withSsl with strings, but instead properly named and typed methods (#33261)
eaa403ebc5 airbyte-ci changes for postgres in-connector normalization (#33941)
ce84d11859 ๐ Source Google Analytics Data API: Add CohortSpec to custom report in specification (#33802)
2533008a71 source-file: fix readme (#33927)
762d312687 ๐ค Bump patch version of Python CDK
60edbba67f [ISSUE #32871] enable debug logs for integration tests (#33718)
14af598493 Use 'dev' sentry environment for airbyte-ci pipx installs in PRs (#33920)
b69c9550aa cat-test: fix CI command (#33928)
917f420c58 airbyte-ci: fix types (mypy) (#33785)
609bcb2799 โจUse base64 to encode mssql binary field (#33755)
18e0e7741a โจ Introduce StateIteratorProcessor in CDK (#33312)
fa2a2cfaf6 ๐จ๐จ Source Amazon Ads: update schema (#33817)
caaac494cd Destination Redshift - allow disabling final table creation (#33918)
69da92e60a Source Chargebee: Adds fields, Adds streams, removes bypass for streams, adds expected records (#33696)
4a4ab19b96 ๐ Source Instagram: change requested metrics for stream media_insights (#33889)
0cebfbf757 destination-redshift: Fix StackOverflowError with eager rendering of nested jooq function call sql. (#33877)
48431bac1f ๐ Source US Census: Allow additionalProps in connector spec (#33890)
785c2f0dbb S3 Destinations: Move partId generation to AtomicInteger (remove UUID file part names) (#33788)
a6eff44c9d Docs: Upgrading to latest Babel, PostCSS plugins, etc (#33840)
36bb9878ae Source Iterable: Update QL, remove outdated/unnecessary test (#33106)
823d12265c airbyte-ci: make airbyte-ci test able to run any poetry run command (#33784)
2d79854279 Source Facebook Marketing: fix job timeout (#33828)
fb8e0e4c4c Enable vectara destination on cloud and OSS (#33884)
51e84e77ea Source Hubspot: Docs: Update hubspot.md (#33302)
6762dcb55a Source Microsoft OneDrive: Add sl and ql to metadata (#33745)
71783509f2 ๐ Source GitHub: Fix retry for 504 error in GraphQL based streams (#33783)
d58f262754 airbyte-lib base implementation (#33409)
8afdba8330 :tada: New Destination: Vectara (#33616)
ff8ecbdbe0 ๐Source Amazon Seller Partner: improve report streams performance (#33741)
3fbc900c0d Destinations V2 - Default to Type and Dedupe once at the end of a sync (#33728)
68e833104b Docs: review and update connector form scratch documentation and related guides (#33822)
dbd8cc451d Docusaurus: README update (#33849)
8d54e9435b remove outdated exceptions in metadata validation (#33695)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.40
bf9218d5c7 Document State Message Principles (#33787) 4d84cc707b Update Airbyte Protocol documentation. (#33786) bfe9d8b466 source-microsoft-onedrive: remove from cloud registry (#33758) 5c77501b0a ๐ Add telemetry docs (#33757) 333320edeb Make memory-manager log message less scary (#33723) 7bcac9c8d0 Revert "Add doc about the large records (#32907)" (#33734) 3470ddddf1 ๐ค Bump patch version of Python CDK 4061f08f3d CDK: Add schema normalization to declarative stream (#32786) 08c2da25fc Skip if no enabled version (#33708) 1d76fd2618 ๐ Destination redshift: reenable T+D optimizations; bigquery+snowflake: bump to latest CDK version (#33704) 29e7d13370 Redshift table migrator (#33659) f1099f5b53 ๐ Destination BigQuery - Remove unnecessary temp tables (#33697) c5cdc6d6dd Docs: update Source Hubspot 2.0 migration guide (#33694) 8d33e38589 โจ Source Mailchimp: Add optional start_date to config (#32852) 5b826ecbed Destination Snowflake, BigQuery, JavaCdk - Move Schema Creation out of each table creation (#33124) 7a0879870a [catify-certs] Add new certification test options and new test validating the existence of primary keys (#33521) 2ee3b49a28 โจ Source Chargebee: add new fields in streams (#33661) faedd86ee0 ๐ Add availability information to docs (#33650)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.39
932c1ecaa6 Update Docs sidebar & Cloud text edits (#33651)
5d39552b53 ๐ค Bump minor version of Python CDK
84a8b26704 Update airbyte-ci action to install dev if pipeline has been edited (#33519)
86321b7945 Concurrent CDK: add state converter for ISO timestamps with millisecoโฆ (#33531)
a95c1bfc3b ๐ Source JIRA: fix 404 error (#33625)
78513b6b5c fix code freeze workflow (#33672)
e3fa594a32 Add pypi section to connector metadata (#33529)
19ffd4e8d8 connector code freeze GHA workflow (#33670)
894cadc028 ๐ค Bump patch version of Python CDK
25bdd30fd5 CDK: add SelectiveAuthenticator (#33526)
ca33d3099c Update doc with schema less mode (#33550)
3ade71da10 ๐จ๐จ๐ Source Mailchimp: Multiple schema updates and fixes (#32836)
f28fb8649c Docs Fixes (#33656)
a764be74df Destination-mysql, destination-postgres: Pin old versions for oss and cloud (#33649)
d43e300a7d fix performance harness cron schedule (#33647)
4feef2e576 ๐ Source Zendesk Chat: update expected records (#33015)
26d3746141 Source Zendesk Talk: Migrate to Base Image (#33030)
b3cb243660 postgres-source: remove LEGACY state flag (#33437)
bbec0a1be4 Source Todoist: migrate to low-code New (#32690)
7c9394f8da mssql-source: remove LEGACY state flag (#33481)
5b915c6837 mysql-source: remove LEGACY state flag (#33436)
c220cfe57a Fix connector doc headers (#33633)
2a7f1489bc Move upgradeDeadline to 2024-01-12 for version 3.0.0 (#33599)
b05e985a00 [Source-postgres] : Advance Postgres LSN for PG 14 & below (#33605)
7909f11142 ๐ Add SSO docs for Cloud (#33587)
c01bda4678 Docs: information on schemaless sources & destinations (#33595)
3343f31b8c ๐ run-ab-platform fix --refresh command (#33581)
2003bc2471 :bug: Source Marketo: handle null responses (#33623)
52c5f58813 โจ Source SendInBlue: Add incremental sync to contacts stream (#30022)
0daaa4119b ๐ Destination Typesense: fix writing multiple streams (#29817)
a1266567b6 Update octavia-cli install.sh to support fish shell (#33540)
37d0b91e58 airbyte-ci: Add upgrade cdk command (#33313)
2e07d7e7dc Change the run-ab-platform.sh script to support other shells than bash (#33554)
7fe72581b2 Prepare Google Sheets, Google Drive, Apify dataset and connector templates for airbyte-lib (#33414)
0c3d12ba2b jdbc-sources: migrate to PER-STREAM state (#33485)
ff34abd641 docs: add troubleshooting tip about CDK dependency caches (#31627)
af4f5ae570 Destination Postgres - fix tests (#33507)
f8d3e27fc9 Destination mysql: fix tests + upgrade to latest CDK (#33468)
109ce424bd enterprise upgrades (#33551)
22caddd357 ๐ Destination Meilisearch: fix incomplete data indexing (#27692)
0a5ded4829 Update full-refresh-overwrite.md (#33584)
279dd98e9a [Source-mongo] : Op log logging (#33549)
63e96fb8d5 ๐ Source Convex: full_refresh stops after one page (#33431)
3a70f0c455 cdk fixes for dv2 (#33506)
743ab29b36 doc update to reflect minimum supported atlas tier. (#32186)
b2eda46c7e sources(bigquery, redshift, snowflake): migrate to PER-STREAM state (#33484)
1654c47de6 Emit stream status start message more consistently (#33365)
c1c2a31920 mongo-db-source: upgrade to latest CDK (#33438)
a7180fdbde ๐จ๐จ๐Source Google Ads: upgrade API version to v15 (#33120)
4b7818cfea โจ Maijet: retrieve subject from messages stream (#30924)
1dfb34924e java-cdk: remove LEGACY state (#33434)
0ef487c1d5 Docs: fix typos (#33570)
e4905f72ab push hubspot/posthog upgrade deadlines (#33578)
1298ddc6bc :bug: Source Bing Ads: fix state setter for bulk streams (#33500)
2dd68020ef Fix cdk unit test (#33572)
5776025545 ๐ Docs: add info about custom connectors creation in Airbyte Cloud (#32979)
62ee5c5284 โจ Source JIRA: Add lookback window (#33532)
677d5c2bf1 ๐ Destination Redshift docs - update SUPER limitations (#33546)
e444d754c4 Airbyte-ci: Add skippable connector test steps (#32188)
99ec45f2be ๐ Source Hubspot: fix query string length for properties with history (#33527)
96ac32e67b java CDK: add debug logging of executed SQL in TestDatabase (#33513)
7ddcc026b7 ๐ Source Microsoft OneDrive: Fix docs name (#33539)
0193ac380c ๐ Source LinkedIn Ads: Fix typo in Pivot Category list (#33530)
295dbb3bf2 ๐ docs: remove custom registry instructions (#32614)
7db133b66c ๐จ๐จโจSource Amazon Seller Partner: make streams incremental (#32977)
5324da8303 S3, Google Drive, Azure Blob Storage: Update cdk (#33411)
3cfd097911 CDK: Update changelog (#33304)
2e30f12b79 ๐ New Source: Microsoft OneDrive (#32655)
b653d067a5 ๐ค Bump patch version of Python CDK
9065181e77 Unstructured parser: Support txt (#32929)
0859afc6ff :tada: Source Salesforce new ContentDocumentLink stream (#33342)
2b6bcfcd22 airbyte-ci: ClickPipelineContext handles dagger logging (#33419)
2fd1e35b84 rename driverClass into driverClassName (#33470)
aee153a24a mongodb schema-less mode (#32328)
5e87e498b4 AbstractJdbcSource and AbstractJdbcDestination now inherit from JdbcConnector (#33445)
75a1433749 move getConnectionTimeout from DataSourceFactory to a new JdbcConnector class (#33444)
ef4a01179f add connectionTimeout parameter to DslContextFactory.create (#33443)
0bcbba49ab change DataSourceFactory to take the connection timeout as an additional parameter (#33442)
69603ba89b move DataSourceBuilder.getConnectionTimeout to DataSourceFactory (#33440)
4b74c0b3e6 refactor DatasourceBuilder.withConnectionTimeout (#33439)
7054db7ad8 bump airbyte-cdk version (#33505)
dca6be0778 Destination bigquery: remove unused option from spec? (#33451)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.38
015c745884 Update airbyte-protocol.md (#33501)
d083d15665 Docs fix: ConfiguredAirbyteCatalog refs (#33483)
479502caa3 airbyte-ci: consider nested .gitignore files in format (#33497)
9a39e91c2f ๐ Source Monday: Increase unit test coverage and migrate to base image (#33448)
88d6382043 ๐ค Bump patch version of Python CDK
66edb4b0f0 Issue 32871/more integration test tooling to test events stream (#33305)
5d8a8943c4 Source Slack: merge changes after code freeze (#33421)
1bd7577be0 ๐ Source Zendesk Support: Fix 504 Error for stream Ticket Audits (#33435)
0c09707656 ๐ Source Typeform: Fix single use refresh token authentication (#33345)
73b7e7bb49 ๐ Destinations V2: update data types for BigQuery + Snowflake (#33471)
7eba1ed98f add scopedImpact to metadata for scoping breaking changes (#33111)
d27ea33ffe DV2: Only run T+D if we have zero records or the previous sync left behind un-T+D-ed records (#33232)
5b7dfda978 re-generate models and don't add licenses to them (#33450)
6e375f4e60 pull MSSql debezium classes out of the CDK (#33270)
ee28e41637 ignore generated files in format (#33449)
4cec59432c Move common implementation to base implementation (#33369)
d2f3d33e13 Source Salesforce: process streams concurrently on full refresh (#33350)
66f50c70f5 connector generator: fix java destination generator (#33412)
f2e0585508 [Source-MongoDb] : Better logging for MongoDB (#33430)
f8da0be7fa :sparkles: Source Bing Ads: added account filtering (#33095)
8501652778 November 2023 Release Notes (#33283)
32583a6595 fix airbyte-ci tests: remove poetry config line (#33370)
d6556cabbe ๐ค Bump patch version of Python CDK
0aea0eb560 CDK: Raise error on passing unsupported value formats as query parameters (#33060)
300cc7e379 ๐ Source Jira: Fix check command (#33353)
76cd4d942f ๐ค Bump patch version of Python CDK
161a6c08f3 ๐ค Bump patch version of Python CDK
55d5345bff Vector DB CDK: Refactor to improve readability (#33255)
c1e428f35c File CDK: Handle 422 errors separately (#33300)
6dff143e1d Vector DB Destinations: Update CDK (#33303)
098a285b2f airbyte-ci format: exclude .gitignored files from format (#33249)
ce7554021f [Source-MSSQL] Enable per-stream and Global states and migrate away from Legacy states (#33018)
bc891eaa7e ๐ Docs: Updates Contributing to Airbyte documentation for accuracy (#33372)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.37
8db613a480 Fix some docs, remove outdated accpetance-test doc mentions and file (#33389)
4c9908496b Add debugger drivers for MongoDB & MySQL (#33356)
c8e2b6d691 Run performance cron harness twice a week (#33381)
26f1dc3f7a limit memory for MSSQL containers (#33358)
e20896cede Adding Mermaid Diagrams to Docs (#32667)
bedfd216cb Destination redshift v2: fix migration + add test (#33367)
dd5ceb7a00 ๐ค Bump patch version of Python CDK
0c23a9879e update the cdk to use the latest version of the protocol (#33340)
8bd60a946e ๐จ๐จSource Hubspot: add property history streams for Deals and Companies (#33266)
44ce0022d2 [Source-mssql] Datetimeoffset field used as cursor error patch (#33330)
2ffaef186f DV2: publish cdk + redshift (#33335)
4c726c9c4e use latest image for mssql (#33357)
f02188c785 Update implementation-guide.md (#33333)
b3a3fc08e2 Airbyte-ci: Add path warning to check (#33239)
34db33140f Documentation: Update the pre-defined icons directory (#33213)
b106a229ed Docs: Fix typo credentiuals -> credentials in connector builder UI authentication docs (#33285)
ebbee686cb ๐ Source Amazon Ads: make requestId field optional for error response base model (#33361)
3026cc59a8 source-mssql: enable state compression (#33225)
7a9ee9adec Source Hubspot: update docs (#33298)
9e23972569 โจ source-stripe: use concurrent source to read multiple streams concurrently (#32908)
f827af10be [Part 1 ] : Hackday project to debug connections (#33027)
a2b160b0cb dv2: code comment (#33328)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.36
8563f5c135 [Source-mssql] Remove reference to strict encrypt in metadata (#33316)
c454e9723f remove debezium-bundles from deps.toml (#33267)
382463764c Destination redshift dv2: Update type mapping (#33307)
f5ae28fc0c ๐ Rodi/port zero date time behavior fix (#33210)
5a4d64af8b โจ [source-klaviyo] Use latest CDK and continue syncing even if a stream fails (#33237)
e2789b4f03 Update docusaurus to 3 (#33041)
c3cd37cea0 airbyte-ci: disable automatted fix on PRs (#33186)
5b099830be ๐ค Bump patch version of Python CDK
0c2d43fdf9 Issue 32871/extract trace message creation (#33227)
d3f2aa548a [ISSUE #33202] allow for loose query params validation (#33226)
0b33caecda Revert "[skip ci] formatting: add missing license headers (#33250)" (#33289)
2c065b6e3e [skip ci] formatting: add license headers to airbyte-ci/**/init.py (#33286)
60c1cc01ad [skip ci] formatting: add missing license headers (#33250)
4b8919399c doc: add code-formatting to sidebar.js (#33252)
5e2401e6ef airbyte-ci format: remove verbose mode on pre-commit (#33245)
a9b1e8d483 Destinations bigquery+snowflake+s3: Chore: upgrade CDK version (#33263)
d4c1c00b80 Update upgradingtodestinationsv2.md (#31719)
7a021a0870 destination-s3: update configs with common defaults (#33264)
8c592fec4d Destination BigQuery: bump version (follow-up) (#33259)
eb35d92f80 Source Hubspot: fix the FieldAnchor closing tag (#33257)
ec88953eef ISSUETEMPLATE: Update config.yml (#33258)
a98e05159f re-organize metadata test fixtures (#33134)
1dfa4cdbb2 ๐ค Bump minor version of Python CDK
be85cac726 ๐CDK: Fix cdk models by adding usecache param for HttpRequests into the declarativecomponentsschema.yaml (#33247)
79d6e51843 :sparkles: Source Bing Ads: Accounts: update docs, unit tests for empty streams (#32704)
aa220fc515 Stop sync on traced exception (#33246)
8ff7f6f7a3 airbyte-ci: fix credentials bug (#33248)
e48355062e Weaviate: Normalize property names (#33218)
f5ac5cfd80 File CDK: Add file processing via API to document file type parser (#32781)
7fd92e2a03 File CDK: Parser defined primary key (#33009)
98d57db5e8 Source Hubspot: Web Analytics API (#33042)
a59ea3fbdd Docs: Add clarity on per-stream resets and formula fields in Salesforce (#33233)
32ebd88402 CDK: low-code enable caching for parent streams (#32726)
ed63abf8e8 airbyte-ci: fix unresolved conflict in doc (#33243)
649123eb15 airbyte-ci: create a pre-push hook running airbyte-ci format fix all (#33170)
60c1819ef6 ๐ Source InterCom: ignore 404 error for Conversation Parts (#33223)
5b682ef74f Unstructured parser: Handle parsing errors better (#32700)
21b3b2f638 Vector DB CDK: Fix special tokens (#33065)
aab74b27e2 airbyte-ci: format perf improvement + exit 1 when modified files (#33097)
3cc5188e93 rename getImageModifiers into getContainerModifiers everywhere (#32958)
9e5357a482 simplify postgres base images (#32952)
dccd48a896 simplify MSSQL images (#32951)
83a41e4529 Additional Cleanup for Enterprise Implementation Docs (#33240)
6a643629d3 โจ Destinations V2 in Redshift - Opt in beta (#32326)
42d69d919d removing POSTGRES16ALPINE base image (#32948)
6e783d9ffa ๐ค Bump patch version of Python CDK
d648ec5125 introduce ImageModifier to MySql source (#32900)
b6da4be469 remove global step from enterprise docs (#33236)
0b8b11b3e5 introduce BaseImage to MySql source (#32899)
f6d03ec860 introduce ImageModifier to MS SQL source (#32898)
d32bbc116e introduce BaseImage for MsSql (#32897)
0bc4818897 ๐ค Bump minor version of Python CDK
f1b91b3b4b introduce ImageModifier (#32876)
6480aa8f6b introduce PostgresBaseImage (#32851)
613e00dc45 add external components to enterprise implementation docs (#33207)
ea8cf787cf [Source MySQL] : Improvements to schema snapshotting and error handling (#33082)
f8182bc18e airbyte-cdk: failed stream does not end the sync (#33136)
9c0a343f2e prettier format json files (#33171)
551f9ab747 airbyte-ci: Add --yes option (#33206)
8edd49c532 airbyte-ci: mount docker auth secrets to validation container (#33205)
8045e479c7 ๐ Destinations V2 docs: update safe rollback versions (#33203)
62b2020f8e metadata: fix tests not running, fix failing non-running tests, fix validate base images exist (#33127)
ff96866285 Proxy DinD calls of airbyte-ci through Tailscale to access pull through cache (#32965)
f73827eb43 File-based CDK Sources: Hide primary key (#33187)
7f96b2d111 ๐ Contribution Guide: add msg about Java connectors in contribution guide (#33188)
5076928b38 :bug: Source Stripe: added stream slice logging (#33038)
078abaa56b ๐ค Bump patch version of Python CDK
7ed47ee7d9 File-based CDK: hide the primary key field from config (#33172)
6693ed760f source-pinterest: fix typo in integration test config (#33168)
19fed21fff ISSUE TEMPLATE: remove feature requests and add link to Github Discussion (#33167)
3a46bb4dcd ๐ค Bump patch version of Python CDK
ba83309bb1 [ISSUE #32870] Adding entrypoint wrapper and migrating file based andโฆ (#33103)
2559df44f8 ๐ Source Jira: Fix BoardIssues stream; increase number of retries for backoff policy to 10 (#33011)
db87fb4a81 Update typing-deduping.md (#33132)
70ee2b8222 change mock doc url to look more mock-like (#33128)
15ed777fc9 fix failing metadata tests on master (#33126)
681a511365 Remove destination-bigquery-denormalized docs (#33129)
e7e3d40472 fix references to metadataservice changed files (#33125)
780f948b67 Fix Nightly Reports: Add ci job key to nightly builds (#33123)
de8ae47894 ๐ Source Klaviyo: Fix filtering for archived records stream (#33099)
d3bde65e1e docs(source-posthog): fix version in migration guide (#33109)
b320a677bb ๐ค Bump patch version of Python CDK
d643d0fa3c ๐ Source Freshdesk: Migrate to base image and update QL (#33000)
69cb3a571e [ISSUE #32868] create HttpMocker (#32937) and [ISSUE #32869] response builder (#32983)
d53f490817 ๐ Source Zendesk Support: Increase number of retries for backoff policy (#33012)
a98b3ed68f :bug: Source Typeform: 499 handling (#32775)
1ef5e80153 CAT: validate stream schemas to be valid json schemas (#32787)
05af9f68c4 :tada: Source Xero handle 403 error (#32837)
95a8e42a4b T&D SQL statements moved to debug log level (#33084)
443194e75c :bug: Source Posthog: Fix events.event type (#28593)
7863298966 Destination bigquery: further increase gcs COPY timeout (#33078)
a1d9926304 airbyte-ci: Clean all pyenv shims (#33080)
d125806114 Source Stripe: Update expected records (#32685)
af35e7a7f0 ๐ Source Freshcaller: fix pagesizeoption parameter in spec (#32874)
e66bc43063 ๐ Source mysql: remove the culprit line for mysql not releasing (#33079)
b5053c2512 ๐ New Source: Klaus API connector (#30993)
7eb5f0e54f โจ Source Datadog: add monitors and service_level_objectives (SLOs) streams (#30999)
c11041a796 Source Salesforce: use concurrent CDK for full refresh syncs (#32535)
e7f8165683 Vector DB destinations: Add omitrawtext flag and increase code reuse (#32697)
d450b0caf4 Harvest Source: Update QL to 200 (#32396)
16f589d7bf Revert "Fix: Revert airbyte-ci to 2.8.0 from 2.10.0 (#32954)" (#32955)
3adc81561d Source hubspot dev (#33031)
6743fe2eb3 Soure Harvest: update expected records (#33003)
329da8a6c9 Source SurveyMonkey: Increase Test Coverage, Update QL (#32990)
13b631ca91 CI: Add approve-and-merge back as admin only. (#33028)
9ab20ebdaf Revert "Admin approve and merge"
262f93dde5 Admin approve and merge
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.35
b17f73be14 source-mssql: enforce SSL on Airbyte Cloud (#32882)
30a5127168 enable groovy formatting in airbyte-ci format config, remove spotless from gradle build (#33013)
300ce8533f airbyte-ci: format improvements (#32999)
1d9bcc4ebe Update Docs for schema propagation (#33010)
1874a4fcc8 Remove approve-and-merge (#32972)
97e6d0384a avoid marking a test failed when CdcSourceTest.teardown fails. (#33002)
d0eb0ce5ba โจ Destination DuckDB: upgrade to duckdb v0.9.2 (#32635)
1269a0c3cc update customization docs (#32963)
1e001e6d89 Move the facebook pages doc's first heading above danger admonition (#32997)
5acca55f3c [Source-Mssql] Format Datetime and Datetime2 datatypes to 6-digit microsecond precision (#32573)
2d26337bda Use parse base64Binary to parse binary related data (#32610)
7aaaa0666a Source Greenhouse: migrate to base image and increase test coverage (#32397)
ca028bbc10 Add documentation for markdown Tabs (#32881)
c73e75161d source-postgres : Bump DBZ default time to 1200 sec (#32961)
6864074a30 Destination redshift: async standard inserts (#32888)
9f9890fe1f Add breakage warning to Facebook Pages docs (#32880)
17967c2304 Sendgrid Source: Updated QL to 200 (#32389)
3200e1f67c ๐ Source Jira: Fix incremental sync for stream Issues (#32927)
5558ed242a ๐ค Bump patch version of Python CDK
1a09927d3e ๐ Source MongoDB : Improve our discovery phase to not create large BSON objects (#32886)
6671bced15 :bug: concurrent-cdk: Do not set the max number of tasks to the number of workers (#32971)
a6d463f423 Fix format on master (#32978)
379cf70ebd ๐ค Bump patch version of Python CDK
28e8692624 Vector DB CDK: Add omitrawtext flag (#32698)
8f7abc2cc0 S3, Azure Blob Storage, GCS, Weviate, Milvus, Chroma, Qdrant: Bump cdk version (#32608)
a0de273145 Add doc about the large records (#32907)
df9e288a4c Source Typeform: Increase test coverage, add missing field to responses schema (#32745)
50aaf0bf66 Source Google Search Console: fix spelling mistakes in connector exceptions (#32921)
ad3524d8e3 Fix: Revert airbyte-ci to 2.8.0 from 2.10.0 (#32954)
40a74c7931 Twilio Source: Updated QL to 200 (#32401)
703ef867eb Docs: Updates Hubspot Source Connector Docs (Removes inapp page, adds check (#32731)
4447fcb95a โจ Source Pinterest: Update docs and spec; add missing `placementtraffictype` field to AdGroups stream (#32747)
740e071a92 ๐ Source Pinterest: Fix Advertiser stream names (#32734)
1f8737402f ๐จ๐จ๐ Source Pinterest: Update date-time fields with airbytetype: timestampwithouttimezone (#32595)
9604fbc6b3 ๐ Source Pinterest: Fix backoff waiting time (#32672)
57a307540c โจ Source Mailchimp: Add Interests, InterestCategories, Tags streams (#32218)
d9fb85862d Source Hubspot: fix expected records (#32645)
e98a5da2c4 Remove facebook pages from cloud registry (#32879)
ea5e4bf07d bump breaking change upgrade deadlines (#32856)
d97a399a24 source-mysql, source-mssql: parallelize test execution (#32772)
cdd3952d4c airbyte-ci: revert #32806 (#32839)
8c71120406 airbyte-ci: bump tag, update readme, remove 'nightlybuilds' (#32806)
bfa468f8ca [Doc] Update the Google Analytics V4 Source setup guide. (#30569)
1a0a9dc8e4 Destination Google Sheets: Add instructions for Airbyte OSS (#32044)
c88d501040 Fix broken link to Google Sheet source example (#32337)
ab5571b892 Small typo fixes on google-ads.md (#32821)
c5db1e947b ๐ Documentation November 2023 overhaul (#32811)
6fce769ce3 :bug: Source Github: return AirbyteMessage if max retry exeeded for 202 status code (#32679)
a41d11b4a0 ๐ Source S3: Fix discovery for zip file (#32677)
9dae0d3c21 Reinstate Pardot source connector doc (#32579)
e94501b87b Update Cloud Docs (#32539)
f0d68ba895 ๐ Source Amazon Seller Partner: remove `maxwaitseconds` from spec (#32462)
8a678fb931 :tada: Source Pinterest add custom resports (#32601)
b7afdbe650 Update implementation-guide.md (#32625)
428a68167f JDBC sources: improve timestamptz handling (#32616)
ab1490a38c :bug: Source Stripe: update availability strategy (#32638)
6d54a5dc72 Vector DBs: Mention langchain in docs (#32501)
4e51b7d645 Source Mailchimp: Handle empty fields in Reports stream (#32543)
e69e3decc1 Source Bing Ads: unpin version (#32643)
cc7f019253 ๐จ๐จโจ Source Instagram: Add primary keys for UserLifetimeInsights and UserInsights; add airbytetype to timestamp fields (#32500)
a745a37402 ๐ Source Instagram: Change startdate type to date; fix docs (#32627)
0391d374a0 ๐ Source Bing Ads: Fix start date parsing from stream state (#32597)
9d1a4ba04e Deprecate langchain destination (#32455)
4481be2646 โจ Source Pinterest: Marked start date as optional; add missing fields; add suggested streams (#32592)
831a5b01ce Small typo fixed - An JSON -> A JSON (#32637)
03cfe9b910 ๐ค Bump patch version of Python CDK
d475beba19 ๐CDK: Fix of generate the error message using _trygeterror based on list of errors (#32545)
f8ae6f6391 :bug: Source Amazon Seller Partner: fix OAuth (#32550)
4c6e6a0f93 TEST CI: Benign docstring change (#32631)
0e7f30b76e TEST CI: Benign docstring change (#32630)
44450c3840 Test CI: Benign docstring change (#32629)
251bba1ff0 CI TEST: Benign docstring change (#32628)
70cb230647 CI TEST: Benign docstring change (#32624)
95c8667859 CI TEST: Benign docstring change (#32623)
88cc7c8dfe CI TEST: Benign docstring change (#32622)
796f4fa1ba CI TEST: Benign docstring change (#32621)
5c87e1c54a CI TEST: Benign docstring change (#32620)
b6e5aff10c CI: Add a test version of the approve and merge command that requires required checks to be passing (#32612)
159dfe69a4 Hotfix: Fix formatting issue (#32619)
ddd233bcb3 self-managed docs rewrite (#32605)
b3f474c3ec Update License documentation (#32575)
1cc5e533ba Source Cart: fix schema and allow to use connector on Airbyte Cloud (#32517)
8b07903f75 Chargebee Source: Updated QL in metadata (#32382)
c477dc4846 Paypal Transaction Source: Updates QL to 200 (#32390)
3da9d84b03 bump source-mysql-strict-encrypt to 3.1.7 (#32611)
f5cbe29622 :rotatinglight: :rotatinglight: Source Stripe: fix multiple issues regarding Refunds, CheckoutSessions and CheckoutSessionsLineItems + fix stream schemas (#32286)
136535d546 Google Drive: Improve folder URL input (#32547)
f157e14346 ๐ Source Bing Ads: Disable upgrade to 2.0.0 (#32604)
7dc53c27e6 enable parallelism on bigquery tests (#32580)
261a6fd976 ๐ค Bump patch version of Python CDK
aa111d2bea Vector DB CDK: Delete cdc records (#32496)
509afc9858 File CDK: Improve unstructured parser (#32554)
a38eca14ec Enable client-side rate limiting on source-stripe #31512 (#32284)
fc1b08c65b ๐จ๐จ Source Amazon Seller Partner: remove brand analytics reports from cloud (#32355)
316069e66d airbyte-ci bin release: trigger on all PRs (#32590)
6253c3f365 airbyte-ci: use new self hosted runners (#32537)
472c807544 :bug: Source Bing Ads: campaigns, accounts, search query report streams: update schemas + date-time convert rfc3339 (#31995)
94abd2a411 Docs: Updates Slack Source Connector Docs (Removes inapp page, adds maximum_attempts_to_acquire to avoid crashing in acquirecall (#32516)
ef95ef614a ๐ Source Mailchimp: Connection Check Error Handling (#32466)
6e777dd2e6 Update contact-support.md
d53dcb4c73 Source Mailchimp: Add expected records (#32226)
dc48c4f29a :sparkles: Source Bing Ads: custom reports (#32306)
f65569e709 Update contact-support.md
93bc6f10ef โจ Source Stripe: have all fullrefresh stream syncs be concurrent (#32473)
a94cfdfa31 โจ Source Insightly : Migrate Python CDK to Low-code CDK (#31162)
9b94d5e8e5 format: airbyte-ci format fix all on PR / airbyte-ci format check all on master (#32491)
e0a568804c qa-check: tolerate http string in expected records (#32499)
b3396626ee S3, Azure Blob Storage, GCS, Pinecone, Weaviate, Milvus, Chroma, Qdrant: Update CDK to improve spec generation (#32357)
35862d9477 Google Drive: Fix shared drives (#32429)
be6aebc483 ๐ Source Bing Ads: normalize numeric values (#32422)
f6bc4b8f1a source-s3: remove useless test deps (#32495)
2c3b093c81 ๐ค Bump patch version of Python CDK
f8b0b3e99e File CDK: Improve stream config appearance (#32420)
edd37805ae airbyte-ci release: fix auth in workflow (#32489)
bf41a37f2a ๐ Source Instagram: Include mediaproducttype in Media and Stories Schemas (#32423)
3867caedc9 airbyte-ci: improve release workflow (#32488)
0e47bda725 Airbyte-ci: Generate binary files for airbyte-ci (#31930)
ac3eb28de2 airbyte-ci: add format commands (#31831)
c75325b91d Update README.md (#32464)
e2e0aba489 [source-mongodb-v2] : Fix support to read UUIDs (#32285)
c642d81b84 Stephane/enable javac errors 1 (#32467)
6afac8310c remove source-xero from Cloud (#32476)
a79fb06f8a Destination bigquery error grouping: even more fixes (#32468)
855d6a42aa โจ Source Freshsales : Migrate Python CDK to Low-code CDK (#31685)
53bbac8656 Destination Bigquery docs: Clarify service account usage (#18642)
b8f122720a Cleanup connector metadata remark plugin (#32453)
9b6a1cced5 ๐ Source Amazon Seller Partner: fix report decompression (#32457)
d2ccfe72a8 ๐ Source Asana: fix hidden config access (#32458)
a05a2930d6 :bug: Source Stripe: fix multiple BankAccounts issues (#32146)
87f51fac42 ๐Source Instagram: skip reading MediaInsights if error code 10 received (#32245)
7973311383 airbyte-ci: re-enable caching on source-postgres CI (#32427)
868083c981 Source Slack: fix expected records (#32444)
4df80965f2 Source Zendesk Support: increase test coverage (#32440)
4561792e99 Source Github: fix expected records (#32443)
d99de79d34 Source Facebook Marketing: fix expected records (#32442)
f4d2f7be1c Show metadata on connector docs (#32334)
a7f6928528 :bug:Source Close.com: Fix Email Activities Stream Pagination (#31534)
633cdd1eb6 โจ Source OpsGenie - Migrate Python CDK to Low Code CDK (#31552)
1ab67daa26 Docs: Updates Sendgrid Source Connector Docs (Removes inapp page, adds
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.34
4d5d259fb6 Destination BigQuery - remove filebuffercount (#32234)
5013f954f2 java CDK, source-postgres: parallelize tests (#32314)
49043b570f ๐ ๐ re-update all connectors for new CDK version and more stringent javac checks (#32125)
67dc33e11b Docs: Update Source Shopify docs (#31348)
4f9b877bee Update Google Sheets recommendations (#32283)
6813ed60ba gradle: speed up all java connector integration tests (#32318)
c81e40e262 required reviewers: remove reference to GA connectors (#32151)
c5d183bce4 Destination bigquery: revert typed config object (#32309)
3c109822b8 :bug:Source Braintree: Fix Validation Error in Transactions Stream (#31489)
4897b45fe8 Switch connector builder to connector setup in writing-docs heading (#32312)
6e10ee3051 Destination Bigquery: Replace usages of untyped JsonNode with Typed execution config (#32147)
c49674acee Update column change image (#32301)
a3154e8ffd Spacex api: Fix manifest (#32202)
4f01cb10ad ๐ค Bump patch version of Python CDK
d0fd57ebf8 [ISSUE-32072] increase connection pool size (#32246)
75fd777c57 ๐ค Bump patch version of Python CDK
71d50635cc [ISSUE #32070] concurrent cdk improve futures handling (#32277)
3465f3b5a7 ๐งนremove legacy scripts (#32212)
139deeb081 Implement maxtime on error handler (#32272)
ae44f34538 fix CloudDeploymentPostgresSourceTest (#32264)
b7eab7564d Destination bigquery: don't error on malformed creds (#32261)
763d29032e โจ Source Freshcaller : Migrate Python CDK to Low-code CDK (#31102)
37172c1261 Destination bigquery: reduce commit frequency in GCS staging mode (#32112)
1a404296cb Destination s3: also pin oss (#32278)
8d3a11454d ๐ค Bump minor version of Python CDK
6c7ba28d75 API Call Rate limiter (#31276)
22fc00a619 Airbyte-ci: Add ClickPipelineContext and update test to use (#31628)
09cd1ce7e4 ๐Source Square: Fix Duplicate Records in Payments and Refunds Streams (#31481)
be141915f7 Release Notes for September & October 2023 (#31990)
b1d76e1b99 Fix ordering of postgres doc in sidebar (#32150)
8e76d87560 Update docs on writing docs (#32238)
ce415452cb [source-mongodb-v2] : Add support to read UUIDs (#32250)
bbe45b4650 Destination s3: pin cloud to 0.5.1 (#32228)
93c5704a14 airbyte-ci: Re-add CAT Dockerfile (#32249)
58aaec11ab Connector Ops: Add ignore comment check to HTTPS URL validation (#32242)
050f25db2f ๐งน update connectors templates to reflect airbyte-ci introduction (#32211)
79194285a4 ๐งนupdate cat to not run using docker + remove migrations tools (#32210)
69db37a541 [java-cdk] : Add UUID codecs to custom registry for MongoDB (#32119)
ecb56bbbc2 mysql doc rewrite (#32189)
04c067d01d Destinations BigQuery and Snowflake - Move SAFE/TRY casting to seperate transaction (#32026)
1e59751bc4 [Source-Mssql] Assess and map all SQLServer supported datatypes to the correct JDBC and Airbyte types for Standard and CDC mode (#31531)
19a29db86f ๐ Update docs on writing docs (#31973)
9dd7d7ea83 ๐ Source Bing Ads: Skip broken CSV report files (#32201)
368ba78b64 ๐งนdoc: update connectors README and remove acceptance-test-docker.sh (#32209)
dd445a254d Remove old normalization guide for building connectors (#32208)
c81abe51a8 Destination bigquery + Snowflake: Further error grouping improvements (#32190)
4ec05e0e1e :bug: Source-pipedrive: Use custom record extractor to handle records with null data (#31147)
b7996783a0 โจSource Asana: Add new stream Portfolio Memberships (#31110)
6583dc50fb ๐จ๐จโจSource Klaviyo: Migrate to API version '2023-10-15' (#32128)
af2dba60f8 :sparkles: Source Bing-Ads: update docs (#32000)
9e6ba629e7 :bug: Source Bing Ads: unexpected fields (#32148)
1a2fd7b255 :sparkles: Source Bing Ads: add foreign keys (#32131)
1afab61047 Source Braze: Add Campaigns, Canvases, Segments Details Streams (#31857)
a2f8eec7f8 update CDK to 0.4.1 (#32193)
dc85112fde cdk:db-sources: fix flaky test by using correct offset (#32194)
cb552f9902 source-mysql: use CDK 0.4.0 (#32174)
3ca67b9764 ๐ช source-salesforce-singer: Delete empty source-salesforce-singer (#32187)
074fb1ce47 bump cdk version to 0.4.1 to fix bad 0.4.0 release (#32192)
9e765cdfd8 ๐จ๐จ๐ Source Mixapanel: Delete default primary key for Export stream (#31955)
1f2e35ea33 Destination Bigquery: delete unused methods (#32183)
0f687525d5 destination-bigquery: use CDK 0.4.0 (#32180)
128bae1d1c destination-redshift: use CDK 0.4.0 (#32179)
56df6decae destination-s3: use CDK 0.4.0, fix broken lzo dep (#32178)
d42bb8e2eb destination-snowflake: use CDK 0.4.0 (#32177)
53ba826712 source-mongodb-v2: use CDK 0.4.0 (#32176)
d2e313985f source-mssql*: use CDK 0.4.0 (#32175)
61c24c97ed source-postgres: use CDK 0.4.0 (#32173)
a9753dd574 :bug:Source Braze: Fix CanvasAnalytics Stream Null Data for stepstats, variantstats (#31607)
2f931d824e Destination snowflake: Revert merge statement (#32124)
dffdc115b4 Source Braze: fix tests (#32159)
dc36490f7b airbyte-ci: enable unit tests coverage (#32139)
04ae91ff96 java CDK: spin off s3 destinations (#32050)
85b11c5c88 :bug:Source Posthog: Fix Connector Date Formatting Error (#31265)
3d136aa0c7 ๐ Source Google Analytics Data API: Fixed bug with missing metadata when the credntials are not valid (#32149)
827d5a4a88 โจ Source Asana: Add Portfolios stream (#31114)
ef6dbd0cb9 gradle: test task configuration changes (#32108)
fbf391c87c Fix typo (Airbtye => Airbyte) (#29038)
9974135931 ๐ Source Recharge: reduce period in days for subsciptions stream to avoid 504 - Gateway Timeout error (#32132)
d0a7a91fc6 โจ Source Bing Ads: add new stream Campaign Impression Performance Report (daily, hourly, weekly, monthly) (#32059)
ca9a7c3835 Weaviate: Update weaviate client library (#32134)
bc500ee4f9 ๐ Source Google Ads: Fix incremental events streams (#32102)
c54c84e325 :sparkles: Source Bing Ads: increase unit test coverage + config error (#32088)
f2e32c7b87 ๐ Source TikTok Marketing: Fix incremental syncs; update docs; fix field type of previewurlexpiretime to date-time (#32091)
f5a1e6d87a airbyte-ci: add /var/lib/docker cachemount (#32114)
c164bece4f Source Shopify, Source Salesforce: fix builds (#32127)
4495a09b5e fix flaky test (#32123)
9c6ed93a9d Revert "update all connectors for new CDK version and more stringent javac checks"
18ad87bbd1 update all connectors for new CDK version and more stringent javac checks
e0987e6205 update CDK to export the proper API packages, fix warnings (#32118)
d62ad3cbc2 .github: add docker login to gradle.yml (#32113)
575931f2c9 ๐ Source Google Analytics Data API: Add handling for JSONDecodeError while checking for api qouta limits (#32094)
453232b366 Destinations bigquery+snowflake: better sentry error grouping (#31983)
4776d3fe3a ๐ค Bump patch version of Python CDK
6dbb1f4ca2 update helm repo example output (#31986)
ace4353362 CDK: Fix class SessionTokenAuthenticator for CLASSTYPESREGISTRY mapper (#32040)
5aa90cc379 Revert "Remove reference page from low-code docs" (#32093)
d99566f741 :bug: source-stripe: Use latest CDK version and pin the version (#32056)
f487e15a04 โจ Google Drive Source (#31458)
a6e2e34073 airbyte-ci: never cache docker login (#32090)
a51f88d3fa Source Facebook Marketing, LinkedIn Ads, Zendesk Support: fix builds (#32085)
4f44e33f5c Concurrent CDK: handle legacy state messages (#31964)
fb70adbd6f ๐ค Bump patch version of Python CDK
66dd29f764 File CDK unstructured parser: Improve file type detection (#31997)
402ac603f4 Weaviate: Add retry (#32038)
1e74904881 :tada: Source pinterest - handle non json response (#32078)
bdf4743ebc source-postgres CI perf: reduce benchmark workflow frequency (#32087)
2c9bf4ed02 Update pokeapi.md fix formatting (#32084)
d61eb3d843 Source+Destination heartbeat docs (#32064)
49e961190d ๐ Source Notion: fix table_row.cells property in Blocks stream (#31899)
0df2c7bcc5 โจ Source Bing Ads: Add new stream: AdGroupImpressionPerformanceReport (daily, hourly, weekly, monthly) (#32027)
fa1f57fb98 improve datatype test error message (#32062)
1e8e6402bc Revert "Automated Commit - Formatting Changes" (#32077)
f5c87968ca โจURL encode username and password fields (#32028)
b08b09d7ea source-postgres : Bump deebezium version 2.2.0 -> 2.4.0 (#32068)
675f5f93fe update doc (#32065)
85d266ac20 Bump DBZ version from 2.2.0 -> 2.4.0 for mssql, mysql (#32024)
71301a2697 improve changelog (#32055)
3d5eb06ae6 ๐ค Bump patch version of Python CDK
32fdd7fd72 [ISSUE #29573] Concurrent CDK: incremental syncs (#31466)
b395b66527 โจ Source Mailchimp: Add ListMembers stream (#32032)
2b8747d3bb :sparkles: Source Bing Ads: add new stream Keywords (#32008)
319f8db9f3 Vector DB CDK: Prevent negative chunk size (#32017)
55f241d3dc Milvus: Improve code sample in documentation (#32037)
6650ab75cb Source Hubspot, LinkedIn Ads, Shopify: fix builds (#32035)
34b09e0490 [Source-mssql] Update source-mssql-strict-encrypt tests to work with airbyte-ci (#32025)
6583e20a61 Skip record in case incremental sync runs into BsonInvalidOperationExโฆ (#31807)
0904ff93c6 Source Notion: add request size throttling on 504 errors (#32004)
76e8b96f8d [Java CDK] : Upgrade Debezium version from 2.2.0 -> 2.4.0 (#32022)
1ce84d6396 โจ-Destination BigQuery: Updating Dataset Locations List (#32010)
6695236d4c Source Slack: fix build (#32019)
f8fbb0ef48 Fix builds: Source Slack, Facebook Marketing, Zendesk Support, Linkedin Ads, Github (#31999)
62bab2929e snowflake-native-apps update docs to use the now public marketplace listings (#31989)
e23bd00e8a :bug:Source Mailgun: test connection fail after upgrading to 0.2.0 (#31405)
d31255e4e1 .gitignore: be less clever about ossregistry.json location (#32011)
db625c93b0 โจSource Zenefits : Migrate Python CDK to Low-code CDK (#31946)
452ce8af12 :sparkles: Source Metabase: Added new streams databases & `nativequerysnippets(#31909)
48ebb2756d destination bigquery,redshift,snowflake: import typing-deduping from source (#32002)
bc78d2138c java CDK, source-postgres: speed up tests involving debezium (#31976)
82679a679c Destinations snowflake+bigquery: delay upgrade deadline to nov 7 (#31985)
e54c2cf5d3 ๐ Source Google Ads: add retry to handleInternalServerErrorforgrpcinternal lib (#32001)
050f7de230 CODEOWNERS: make GL managers CAT reviewers (#31993)
1145e94223 source-postgres,destination-bigquery: remove CdkImportTest (#31998)
c68636ea07 โจ Source Bing Ads: Add new streamsLabels,App install ads,Keywords,Campaign Labels,App install Ad Labels,Ad Group Label` (#31952)
7c7acade71 S3 and Azure Blob Storage: Update File CDK to support document file types (#31904)
df98303ff5 airbyte-ci: fix pip / cdk caching (#31974)
deef5eeb68 python-connector-base: add CDK system dependencies (#31929)
64a756d730 Fix connector builder tutorial setup section (#31981)
17a70b7f62 java CDK: update changelog (#31978)
7cd8020ac8 java CDK: hoist top-level gradle projects into CDK (#31960)
96954c7cad Revert "java CDK, source-postgres: speed up tests involving debezium โฆ (#31975)
9307d8bf98 java CDK, source-postgres: speed up tests involving debezium (#31924)
e823f9c7e8 โจSource Dixa: Migrate Python CDK to Low-code CDK (#30994)
df30784342 Update CAT to check for duplicate streams (#31942)
2214883d57 databricks: remove note about normalization (#31969)
c828692b01 Weaviate: Fix memory leak (#31953)
22a454b51b โจ Source Mailchimp: add availability strategy (#31940)
521f8544e1 โจSource Mailchimp: Add Segments stream (#31922)
c2c522001f ๐ค Bump patch version of Python CDK
bc4b7198a9 โจ Add pptx support in file based cdk (#31912)
ad1f3f7a7a Source LinkedIn Ads, Source Shopify: fix builds (#31948)
68274d4468 :tada: Source Pinterest - remove odd auth method (#31876)
4271604d2f Update Docusaurus packages (#31925)
a5dcf2d4c6 Update main connector QL and SL (#31898)
877200de94 Destination snowflake: filter raw table commit on extractedat (#31897)
c6005b17e9 Destination snowflake: T+D via merge (#31683)
45505dd45c Destination bigquery: Use merge statement to do T+D (#31529)
4bfac856a3 Fix docs build -
need to be terminated (#31923)
f9bd19df9b ๐ Source Jira - better handling of invalid domain in check (#31896)
b79b40ced1 ๐ Source TikTok Marketing: update public doc links (#31915)
3de1a05d17 Upgrade CDK for Milvus/Qdrant/Chroma/Weaviate (#31563)
b8d65c200f ๐ Source Typeform: Fix pagination for Responses stream (#31914)
9c0dca5038 Source google ads: migrate to python based image (#31908)
344b5e0414 ๐ค Bump patch version of Python CDK
ecd6d89b9a Airbyte CDK: make maxtime optional for backoff handler external usage (#31889)
0143ec529a โจ Source Bing Ads: add new stream AccountImpressionPerformanceReport (#31885)
3a26c62740 Source Mixpanel: exclude CohortMembers from incremental tests (#31906)
e3b262f055 CAT: improve test timeouts (#31810)
30c24376cd ๐ source-paypal-transaction: retroactively mark 2.1.0 as a breaking change (#31806)
0b51b53baf ๐ค Bump patch version of Python CDK
7e664bc253 snowflake native apps: updating docs w/ scheduled syncs and some cleanup ahead of public preview (#31853)
b8ad0c6a91 ๐ CDK: use in memory caching if `ENVREQUESTCACHEPATHis not set (#31887)
3e764712f4 Destination BigQuery + Snowflake : Disable type and dedupe step controlled by flag in Connector spec (#31686)
e477ddcfb3 airbyte-ci: disable test reports PR comments (#31871)
47c5cff323 gradle: tweak s3 build cache activation (#31868)
6b7f5d65cc Source Linkedin Ads, Facebook Marketing, GSC: fix builds (#31863)
13e3d18333 ๐ค Bump patch version of Python CDK
e3793c1491 Move over unstructured parser (#31390)
d7ba34d06b :rotating_light: Source Gitlab: certification improvements: epics pk, date-time format, docs, allowed hosts (#31700)
bee749b04b Pinecone: Namespace and field remapping support (#31373)
1d4d3726eb source-postgres ci improvement: disable build cache on benchmark worfklow (#31867)
467b869312 Source Notion: increase max_retry attempts on retryable errors (#31825)
8f40b4b8c7 ๐ค Bump patch version of Python CDK
f3e6e3171e Update alpine and python (#31826)
dce83a9358 Source Bing Ads: add new streamUserLocationPerformanceReport(#31837)
f554ebb9d4 โจ source-stripe: Use concurrent cdk (#31327)
b05222e6af โจ source-paypal: make the time window configurable (#31852)
6fae167cf7 Source Pipedrive: Add Mails Stream (#31707)
af58b6dc01 โจ Source Qualaroo : Migrated to Low Code (#31070)
19b60addec Remove reference page from low-code docs (#31829)
412da024ac ๐ ๐ actually fix postgres standby error message by using the latest CDK (#31804)
ac0b22a50d โจSource Timely: Migrate Python CDK to Low-code CDK (#31002)
0797f7a868 โจ Source Orbit : Migrated to Low code (#30976)
9261f091ba source-postgres CI improvement: more frequent run with more dagger logs (#31833)
357bb8cab3 โจ Source Asana: Fix StoriesCompact stream, Add Stories stream (#31084)
aa854d75e6 Analytics: Add unifygtm tag to docs site (#31835)
228a0712d7 fix CAT error message when records are missing the ID attribute (#31822)
438e7ee730 be very verbose when installing latest cdk (#31836)
fb2286e9ab Source Pivotal Tracker: fix schema and check connection (#31830)
ae9dbdadb1 ๐ค Bump patch version of Python CDK
9b7c8830bb ๐ fix error message for postgres standby error 1/2(#31792)
8d60177786 ๐ Destination AWS Datalake: Upgrade AWSWrangler (#29221)
148dda1c1f Destinations Bigquery+Snowflake: Do not dedup raw table (#31520)
534ccb1c92 :sparkles: Younium: migrating Python CDK to Low-Code (#31690)
8e38d44f0f โจ Source Qonto : migrating Python CDK to Low-code (#31603)
4a0465c099 airbyte-ci: check docker configuration when local exec (#31774)
d725ed3d33 โจSource NASA: Migrate Python CDK to Low-code CDK (#31051)
bb74c4e7b6 โจ Source Mailchimp: add new stream Unsubscribes (#31675)
978a37e659 ๐ Source TikTok Marketing: updatemetadata, fixadsschema duplicates (#31812)
5c55cb2b3d ๐ค Bump patch version of Python CDK
5d6cc76531 โจ Source Bing Ads: add new streamSearchQueryPerformanceReport` (#31783)
68e99ce224 ๐ Source S3: Reduce image size and add acceptance test (#31654)
b7b5d9e7e5 S3: Call out unstructured in documentation (#31544)
2b0b0cee1e S3 and Apify-dataset: Use fieldanchors in documentation (#31556)
593c7a1ea7 Airbyte CDK: add max time for backoff handler (#31708)
34f9d2636a Vector DBs: Set subtype correctly (#31647)
23e1db044f ๐ source-paypal-transaction: Keep transaction_id field as a string and shorten step to 7 days (#31759)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.33
053d08e404 โจ Source S3: Add handling NoSuchBucket error (#31383)
2014cd883e Update the title of the advanced option rawdataschema (#31802)
a390830bf1 Fail sync when Debezium fails to shutdown properly (#31674)
0f2fbe6e09 โจ Destination DuckDB: Use latest DuckDB 0.9.1 libraries ๐จ(breaking change)๐จ (#31744)
c92837c8d7 โจSource Strava: Migrate Python CDK to Low-code CDK (#31007)
ac6f44cf2c remove Dockerfile and .dockerignore for Java connectors (#31769)
5520139d7a airbyte-ci: enable the use of local connector secrets, revert changes to pytest dependencies (#31788)
c1db5bf65a โจ Source Zendesk Sell : Migrate Python CDK to Low-code CDK (#31016)
df9da285bf ๐ ๐ Source Snowflake: fix coercion-to-UTC for timestamp datasource (#31631)
6d0178415b โจSource Asana: Add OrgnizationExports Stream (#31634)
1336b4eba4 Allow passing --use-local-cdk to prerelease publish (#31716)
3738987466 airbyte-ci: Add more info about setting up GSM secrets (#31713)
28745a5341 Airbyte-ci: Use async click (#31748)
62027b5b11 No deduping for mysql-destination (#31781)
718221f453 โจ Source Bing Ads: add new stream AgeGenderAudienceReport (#31712)
e3107fc636 Source Opsgenie: fix tests, add icon and format files (#31777)
38bace1649 Source Hubspot, Source Salesforce - fix builds (#31773)
ac14242147 Source Notion: add 'synced block' property and date format (#31742)
0f81f859d0 Fix builds: Github, Amplitude, Jira, Zendesk-support (#31702)
3577835cc9 ๐ค Bump minor version of Python CDK
2bbfb514d7 โจSource Wrike: Migrate Python CDK to Low-code CDK (#31058)
c719137df3 ๐ Airbyte CDK: Fix flake errors in file-based CDK (#31771)
2d552a99e4 Source GCS: Migrated to file based CDK (#31212)
ce2342dde8 ๐ Airbyte CDK: Add CustomFileBasedException for custom errors in file-based CDK (#31704)
048b5d3e53 :sparkles: Source TikTok Marketing: expand metrics and new AdsAudienceReportsByProvince stream (#31623)
8235708d14 Source Stripe: fix build (#31764)
d53e542ba3 โจSource Klaviyo: make start_date optional (#31710)
ff2fcf89a5 cat / airbyte-ci: improve CAT container orchestration (#31699)
dcfa331f0f โจSource Klarna: Migrate Python CDK to Low-code CDK (#31003)
6ff299ecd3 airbyte-ci: only set docker hub secrets on dagger client if they exist (#31752)
15c3c413b6 โจSource Open Exchange Rates: Migrate Python CDK to Low-code CDK (#30983)
5f3570507c update helm deploy instructions (#31751)
f8ae6f36e2 airbyte-ci: docker login on dockerd container to avoid rate limit (#31718)
cfcc70c6bb ๐ค Bump patch version of Python CDK
7a764f8bbc โจ low-code CDK: Allow connector developers to specify the type of an added field (#31638)
8122e03783 Source Orbit: fix schemas and CI tests (#31747)
b35a2b2907 doc: update connector tutorials to reference airbyte-ci for connector build (#31650)
3acc905935 Source Timely: fix timely tests (#31745)
544aed438b โจSource PagerDuty: Migrate TS CDK to Low-code CDK (#31160)
b63d3cd385 โจSource Harness: Migrate TS CDK to Low-code CDK (#31103)
500a7d9a75 Destination Bigquery - Remove v2 check (#31717)
30612bccd9 Docs: more removal of dbt for T&D (#31567)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.32
cbbb14adae ๐ค Bump patch version of Python CDK
7da2822488 Concurrent CDK: catch exceptions from worker thread and add integration test scenarios (#31245)
9835f6b246 airbyte-ci: better gradle caching (#31535)
9d8218f28b ๐ค Bump patch version of Python CDK
7cab7c509d :tada: Source klaviyo - update schema for events stream (#31565)
d474827068 File CDK: Don't fetch full file list for availability check (#31651)
1f564ff407 Snowflake Native Apps: update docs (remove secret & integration from config) (#31551)
30b7497e31 ๐Source Klaviyo: update field format (#31611)
01cd0a8cb4 airbyte-ci: fix migration hint (#31688)
cee192a542 โจSource PersistIQ: Migrate Python CDK to Low-code CDK (#31055)
52404f007a Airbyte-ci: Move test pipeline functions to pipeline file (#31637)
8fad230577 โจ Source Visma-economic: Migrated to low code (#30991)
df3676ee51 airbyte-ci: update doc to reference snake case commands instead of kebab case (#31645)
4ce51c1c22 Create a cron job that calls all performance harness on cron (#31480)
1e40e0ab14 doc: add command to the base image migration doc to list migrated/not migrated connectors (#31669)
3624c865d8 Support mongoDB in speed perf harness (#31633)
99b435ff71 Support incremental sync in performance harness tool (#31588)
5a4094a00c CI: Reintroduce markdown skips (#31640)
41caca0e01 remove strict encrypt variant of cockroack db (#31148)
5827f8ef88 metadata-lib: add a validator to validate the base image exists (#31656)
c2a1da9350 remove pathignore on airbyte-ci-test (#31657)
7d6df62aaa airbyte-ci: fix builds on intel (#31659)
2137be1d8e connector-base-image: improve docs (#31646)
bacea33e2b doc: migration guide to make a connector use our base image (#31652)
59a2cfabf6 airbyte-ci: Fix CheckBaseImageIsUsed failing on non certified connectors (#31653)
ff70f2f858 source-hubspot: migrate to base image (#31644)
e77959cb92 [airbyte-ci]: new check on python certified connector to validate their base image use (#30527)
831de1d4e2 ๐ Source [Hubspot, Zendesk-Support]: fix stream schemas (#31606)
0deec79036 โจ source-zendesk-chat + source-auth0: update the base image (#31643)
aedc46015b :sparkles: Source TikTok Marketing: add new streams (#31610)
1940d0a09b add mandatory reviewers for buildcustomization.py changes and airbyte-ci (#31495)
4d633cd467 pin paypal transaction to 2.0.0 (the actual last version we were running) (#31636)
62eeaee648 ๐ Allow mongodb-v2 discover operation to use temp disk file (#31629)
832fc1f4f0 pin previous version of paypal-transaction (#31630)
11374d6ebb ๐ Source Notion: Update connection check method (#31625)
1d4ee5b7b7 ๐ Allow disk use in case a sort goes over mem limit (#31596)
c6c15d6546 ๐ Source Stripe: Adjusted Setup Attempts and extended Checkout Sessions stream schemas, fix expected records (#31553)
c201496a46 โจ Source Asana: Add Attachments stream (#31090)
00579f267f remove strict encrypt variant of db2 (#31146)
f0b03cd77d Gut source-postgres-strict-encrypt (#31616)
9739181b3a Revert paths ignore (#31622)
9f36de8f6e CI: Ignore markdown changes for gradle workflow (#31619)
781dc3144d โจ source-s3: migrate to the python base image (#31601)
0e43182eef ๐ Source Notion: refactor backoff time for 500 errors (#31612)
47222b743a Airbyte-ci: Increase airbyte-ci start time from ~11s to 0.8s (#31488)
806e959ea8 CI: Skip connector test and format on markdown only changes (#31597)
873e7e3305 Add dummy HideInUI component (#31598)
f3e1c63d8c ๐ค Bump patch version of Python CDK
a41c4f5b3d Migrate connectors to use our python base image (Round 2) (#31599)
3874698ea0 Vector CDK: Expose stream identifier logic (#31558)
e606b77846 source-postgres: re-enable incremental SATs (#31306)
bb07939646 File CDK: Add analytics messages for parser usage (#31498)
40b0e05526 โจ vectorbasedcdk: Add option to rename field names (#31524)
06dc186531 Update bigquery.md with output schemas of V2 destination (#31548)
7c158afc71 ๐ Source Airtable: update docstring (#31604)
b2bd615c0f ๐ค Bump patch version of Python CDK
b951898c20 CDK: Support base64 encode and decode in Jinja Interpolation (#31387)
c2a958da5a :sparkles: Source TikTok Marketing: add undeclared fields to Ads stream (#31493)
03d7a90472 ๐Source Klaviyo: add missing field (#31562)
95afbb27f6 Airbyte-ci: Allow airbyte-ci to run from anywhere in project (#31412)
6b5a8c2fe3 Connector Ops: Fix third party support in getallconnectorsinrepo (#31487)
a53a020c6a Update Pipelines folder structure (#31525)
1129bb036b Revert "Update CI credentials docs to point to new GCP project (#30813)" (#31593)
73184bc857 Update contact-support.md (#31587)
a9cd3d5eee Source Square: Add customerid field to Payments and Orders streams (#31115)
f520584e44 Update overview.md (#31451)
8ac1ee500a Update exchange-rates.md (#31566)
52520d01ce Migrate source-postgres-strict-encrypt logic into source-postgres and make it the default cloud image (#31486)
365ba41193 Source Airtable: add mention workspaces during PAT creation (#31572)
1394a19ab1 gradle: repo cleanup (#31460)
c544183339 Migrate connectors to use our python base image (Round 1) (#31543)
c31cf83f5c Source Airtable: add unit tests for authenticator (#31571)
4670a4664b Connector Report: remove divide by 100 (#31532)
ffdd688e06 :sparkles: Source TikTok Marketing: use default availability strategy (#31537)
9ae728f17c Airbyte-ci: Set pip cache volume name by python version (#31533)
e88584fdc9 Update metadata.yaml (#31506)
f7672e0345 Update ConnectorMetadataDefinitionV0.yaml (#31521)
083fc2035b Vector DBs: Upgrade CDK (#31329)
1686978648 python-connector-base: install socat (#31541)
0a79a899ff :bug: Source Gitlab: updated unittests, added validation for groups/projects (#31547)
f54bd550aa airbyte-ci: Reword the connector changelog entry when using migrate-to-base-image (#31545)
2eeed50fc7 ๐ Source Shopify: Fixed the issue caused by the missing access token while setup the new source and not yet authenticated. (#31500)
85d135cb7f source-postgres ci improvements: fix testing workflow (#31538)
44baf92d98 connector-generator: remove dockerfile and use base image for python connectors (#31491)
951605ae8a โจ Source S3: Add reading files inside zip archive (#31340)
cbb21b3a0d only run mypy on airbytecdk code (#31518)
25dc4f6df2 Add standard async (#29812)
0501e44482 โจ Source GetLago : Add Customer Current Usage and Wallet streams (#31099)
69a0abcaa6 Source Notion: add validation checks to startdate (#31507)
085c497d01 source-mssql*: fix integration tests (#31504)
f1baf2a2f2 Destinations snowflake+bigquery: Improve performance by filtering raw table on extractedat (#31191)
cd04ce04cd ๐ OpenTelemetry integration instructions (#31211)
16622adaf9 โจSource Pipedrive: Add new stream Goals (#31184)
3e557080c0 ci: only request required reviewers when PR is not draft mode (#31510)
7465c02bf4 airbyte-ci: remove connector format command (#31424)
a946a3840b Integrate source performance harness with datadog (#31410)
92af34dfbb Apify Dataset: Remove unnecessary breaking change and improve documentation (#31462)
f9df654f9f :bug: Source Bing Ads: remove primary key for the geographic performance reports (#31432)
cf733f18f8 schedule a workflow to gather source-postgres CI perfs (#31496)
f77cbc13c8 increase "format code" worfklow timeout to 40mn (#31508)
0a01bc26f4 S3: Basic unstructured file support (#31209)
2ab878d483 ๐Source Gitlab: handle expired access_token error with status code 400 (#31492)
532e25bb70 Source GitHub: fix CAT tests (#31494)
852ee37c69 :bug: Source Tiktok Marketing: apply minimum datetime restrictions (#31445)
ba48460d83 airbyte-ci: Add basic segment tracking (#31354)
ebf566d71a ci: fix review request paths (#31485)
e098db793b [Non-Forked] โจ Source Square - Add Bank Account stream (#31482)
ef9bd72a7e Parameterize ScenarioBuilder on Source type (#31244)
c207a7f546 require extra review for breaking change messages (#31361)
8e1fea4d78 fix running connector-ops package tests via airbyte-ci (#31478)
2c8e1924f8 โจ Source Asana: Add Events stream (#31089)
a506909dd7 โจSource Square: Add new stream Loyalty (#31106)
c6ce49594d ๐งน remove source-file-secure (#31477)
9479979350 โจ Source Asana: Add SectionsCompact stream (#31009)
1567eaa869 ๐ค Bump patch version of Python CDK
a3def06b49 airbyte-ci: improve build instructions on connectors migrated to our base image (#31457)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.31
b697a8eec4 Cron action for connector harness (#31470)
4b332253f1 airbyte-ci: concurrent java tests (#31426)
7f9996a5fa Orchestrator: Fix delete registry entry (#31474)
d4ef599838 โจ source-file: prevent local file usage on cloud deployment mode (#30984)
04c4fea5cc ๐ Concurrent CDK bug fixes (#31402)
696118de6a gradle: remove broken mypy task (#31468)
492e639f09 Source Chargify: Add Coupons, Transactions, Invoices Streams (#31116)
5724ef006c Enable mypy type checks for the Python CDK (#31356)
2da2386000 airbyte-ci-test: remove the paths condition (#31452)
eb41d39fca airbyte-ci: fix None docker creds (#31455)
039310e909 ๐ Source [Salesforce, Jira, Hubspot]: update expected records (#31446)
a7a706f98a PokeAPI: Unpin connector (#31378)
2f247cf10e ๐Source Klaviyo: add availability strategy (#31379)
cb3df14209 :rotatinglight: :rotatinglight: Source Google Ads: update schemas and names of default streams (#31048)
31fe1f3042 Source Apify Dataset: improve connector documentation (#31397)
24dca67008 ๐ค Bump patch version of Python CDK
51fa2b3c31 ๐Airbyte CDK: wrap HTTP error with status code 400 in AirbyteTracedException (#31207)
99b9fc94fd [airbyte-ci] new commands for migration to base image (#30520)
2c4f3e17ca Revert "Connector Ops: Fix third party support in getallconnectorsโฆ (#31413)
65895c278b bing-ads: fix breaking change message typo (#31406)
0a1410efc5 Connector Ops: Fix third party support in getallconnectorsinrepo (#31324)
bc670da427 Fix connector harness performance ci run (#31304)
1a90d6cd89 โจSource Square: Add new stream Inventory (#31107)
36b7996d49 fix typo (#31403)
2e7dfe8c40 Source LinkedIn Ads: fix pagination for reporting (#31396)
5930fd91b6 airbyte-ci: Update GHA test runner (#31369)
c0a0b7930a Source Trello: Improve boardids Description in Config (#31205)
896fa4bafd [Source-Postgres] Update PostgresConverter to correctly stringify BigDecimals without scientific notation (#31309)
1a76a8be6f Source Trello: Fix Failed Sync if Card with Cover Image Present (#31168)
c7d411061e Source GitHub: handle ContributorActivity continuous ACCEPTED response (#31386)
ad362abf9f Source Gilab: added suggestedStreams (#31391)
cc5d54558f Docs: remove 'build a python destination' (#31394)
efdc945d42 :sparkles: Source Gitlab: spec: start date is optional, groups and projects to array (#31375)
31fb8c00ee Source Airtable: config errors (#31360)
bb40d6f059 :bug: Source Gitlab: fix undeclared fields and validation errors (#31339)
6c6465ef7c Source Pipedrive: Fix Custom Fields not Syncing (#31151)
db1451ab91 ๐ Source Gitlab: handle expired access_token while checking the connection (#31210)
d8cfa79dfb Source Apify Dataset: add itemcollection stream with dynamic schema (#31333)
bc05d1c5af ๐ Source LinkedIn Ads: Fix expected records (#31382)
4308255d64 ๐ Source Jira: Fixed aggregatetimeoriginalestimate, timeoriginalestimate field types for the Issues stream schema (#31385)
9469c71897 ๐ Source Shopify: Fix feching Deleted Events with STATE presence (#31381)
31e8170cd2 :sparkles: Source Azure Blob Storage: migrate to File-based CDK (#31336)
e757fb87b3 ๐ค Bump patch version of Python CDK
7487d6ff4e ๐ค Bump patch version of Python CDK
11e865177a CDK: Enable debug logging when running availability check (#31368)
694d88f9ca โจ source-file: ๐ช dockerfile and fix integration tests (#31341)
91101dd241 ๐ค Bump patch version of Python CDK
e35a1f2cd9 File CDK: Allow configuration of parsed records during check and discover from parser (#31281)
ec8f25978b ๐ค Bump patch version of Python CDK
0e4f290065 Vector DB CDK: Fix openai compatible embedder (#31330)
ccc5b190fe Adjust codeowners (#31345)
c4ff29e23a Destinations bigquery: Fix string-json auto conversion for BigQuery (#31358)
12692cefbe ๐ Update initial load query for old postgres to return a defined order โฆ (#31328)
2f6dcbc69b โจSource Square: Add new stream Cash Drawers (#31065)
314e6839d9 airbyte-ci: bind integration tests to dockerhost (again) (#31343)
7e92375438 bump cdk version for postgres, mysql sources (#31322)
af66f2512e Source AirTable: Exclude bases without permission (#31215)
f26bd9ed84 Source GitHub: update links to docs (#31307)
fd57881391 airbyte-ci: disable gradle step caching on source-postgres (#31332)
139c044b93 ๐ค Bump patch version of Python CDK
118c63c85c Snowflake Native Apps: update Linkedin Ads instructions; add permissions needed for running the app with tasks (#30996)
97dba7aa0e Rename Pokeapi back to PokeAPI (#31342)
29b411868f gradle: set user timezone to UTC in all tests (#31305)
8536725944 CDK: URL-encode query parameters and request body (#30407)
67324a4b5b Vector DB CDK: Batch by documents separately for each stream and namespace (#31158)
1a9e21f431 :rotatinglight: :rotatinglight: Source Bing Ads: remove PKs from geographic performance reports (#31277)
9034271998 :sparkles: Source Gilab: Deployments Streams (#31183)
33c683b0e9 [airbyte-ci] Implement pre/post build hooks (#31282)
e30cbed7a2 ๐ค Bump patch version of Python CDK
25fc396cdf CDK: ThreadBasedConcurrentStream skeleton and top-level AbstractStream (#30111)
156ee4ca8a ๐ source-pokeapi: Downgrade pokeapi (#31325)
3f9095eed5 Rename integrations getting started page to google ads (#31320)
a1af6e4e3f Revert "Connector Ops: Fix third party support in getallconnectorsโฆ (#31323)
625a4b1714 Connector Ops: Fix third party support in getallconnectorsinrepo (#31166)
255bffc453 ๐ Airbyte-ci docs: Fix docs by changing --version to --python (#31321)
4aff41087c โจSource Snowflake: Upgrade snowflake JDBC version to 3.14.1 (#31252)
3a80f6dd6a ๐ Source Square: Update airbyte-cdk version to >=0.51.31 (#30960)
3d9578fdac Cap each log field (message, stacktrace) to max 32K characters (#30806)
4e9d665a8b airbyte enterprise copy tweaks (#31288)
572e592a42 Source GitHub: add date-time format to fields (#31300)
5f9bec01bd Remove entry and allocated memory for empty buffers. (#31194)
61aa119363 :bug: Source Facebook Marketing: do not request fundingsourcedetails if api raises an error (#31284)
17b335987e ๐ค Bump patch version of Python CDK
17136a0c8a CDK: Fix initialize of tokenexpiryistimeofexpiration field (#31279)
370821d08a Source GitHub: add unit tests (#31285)
fdf5c97fe5 โจ Source PokeApi - Migrated to Low code (#30969)
79080c88f5 Update tests to current Jackson lib behavior (#31197)
d309a2f148 CAT: fix system deps install (#31275)
ad010ccab2 Revert "[airbyte-ci] implement pre/post build hooks" (#31280)
950ff920a1 [airbyte-ci] implement pre/post build hooks (#30526)
cee4a434b1 ๐ Source Salesforce: fix expected records (#31269)
9fae59493c [airbyte-ci] test connectors inside their built container (#30474)
093c2675d2 ๐ Source Notion: fix expected records (#31273)
1f8f3586f1 ๐ Source Jira: fix expected records (#31272)
103345b1cf ๐ Source Zendesk Support: fix expected records (#31271)
399a8f15e2 ๐ Source Google Ads: update expected records (#31270)
865ff35c6d Source Facebook Marketing: fix permission error (#31132)
846d9a64a2 [QA checks] tolerate connector without dockerfile (#30467)
20c0656892 Update CI credentials docs to point to new GCP project (#30813)
e3d126b5e7 ๐ Fixing rounding of numeric values for async destinations (#31083)
693015e68b Trigger chameleon survey on down votes (#31241)
ae2ca40113 gradle: search for python3.11 binary for AL2023 support (#31227)
898846d40a Remove Dv2 Null checks (#31149)
73a6ec0713 ๐ Set heartbeat timeout between messages for source linkedin ads to 24 hours (#31221)
0cf410814a destination-redshift: Clarify configuration groups (#31218)
589ea37004 destination-bigquery - better config groups (#31198)
5935a3807b [airbyte-ci] build python connectors from base images (#30456)
22ce7c82a1 ๐Source Amazon Ads: New Streams - DisplayCreatives (#26203)
a373733cb0 Fix typo in Java CDK (#31196)
eeed77d7ac ๐Source Airtable: wrap HTTPError 400 in AirbyteTracedException (#31119)
4a1658152d โจ Source MongoDB V2: Refactor common offset loading logic (#30029)
3fcdfc6f7c ๐ค Bump patch version of Python CDK
c17fae5855 CDK: create new method for parsing refresh token lifespan (#30698)
517afab31f โจSource Airtable: add table name to data records (#31044)
4d7987f65d ๐ Source Google Sheets: update range on each retry to account for batch size increase (#30487)
3ab048f979 Add edit of notification email (#31200)
343c9befa6 ๐จ๐จ Source AirTable: parse formula to simple data types (#31181)
64681f6f76 Add Auto-Credits Feature (#31187)
b5c3149ff7 ๐จ๐จ๐ Source Notion: JSON Schema Updates (#30587)
fae0e4ad1a Orchestrator: write registry entries resulting from overrides to their own versioned path (#30699)
f4c97a6b39 Github Issue Template: restore deleted file (#31130)
f4f97e3e65 destination-bigquery: Increase staging file upload timeout to 5 minutes (#31185)
7284b5a23e Remove checklist items from the PR description template (#31150)
3b0269f188 โจSource Notion: add new stream comments (#30324)
b428227198 Source Notion: Add suggested Streams and Optional Start Date (#30780)
537b304109 Source Notion: Add Availability Strategy (#30750)
c75e5ecfb8 :sparkles: Source Stripe: updated: connector health: invoicelineitems stream schema, unit tests, expected records (#31046)
e6f4d366d5 :sparkles: Source Notion: added new fields for blocks and pages streams (#31053)
3b9892994d Update broken github connector link in connector-development readme (#31118)
9080fd8ef4 Update doc to the right value (#31072)
c3dbe6277b Source e2e-test-cloud: bump version, bring in changes from oss (#31154)
8fddc21c35 Add missing java options (#31153)
00cf75e012 ๐ Source e2e-test: bump jsonschemafriend version (#31092)
7bff33fc5d Source Apify Dataset: fix broken stream, manifest refactor (#30428)
c3a9a4ffde Error loudly if airbyte-ci is out of date with code on master (#31087)
e3e231e371 Remove AlloyDB phase 2: Remove entirely (#31145)
9e2b3f4990 Bump CDk (#31139)
5e45f544b3 Remove AlloyDB phase 1: Remove from registry (#31144)
decd3ae486 Connector Build Pipeline: Install pytz for normalization (#31140)
914206f165 Update slack to return empty iterable instead of a empty list (#31134)
a444cbcde4 Snowflake Native Apps Facebook Marketing Documentation (#31086)
64964cceb9 Vector DB Destinations: Fix OpenAI batch size and Weaviate field name collision (#31075)
2704638c6d airbyte-ci: fix escaping bugs in withintegrationbasejavaandnormalization (#31133)
a72b3765d5 Fix test (#31136)
c6927d4d7a ๐ค Bump patch version of Python CDK
4c97b2994a CDK: coerce read records to an iterator (#31122)
6e1a56d6b1 reduce block size (#31129)
9e13d27a78 Connector builder: fix incremental sync docs (#30799)
f60590eea9 everhour-source: Fix typo in docs (#30859)
b623131c33 Docs: update Source Chargebee supported stream list (#31105)
f8949a832a #connector-publish-updates is a clearer channel name for when connectors are published (#31074)
2faff020ee :sparkles: Source Slack Source Linkedin Ads: connector health: fix unit tests (#31052)
12dc5f6614 ๐ค Bump patch version of Python CDK
00452c9bd3 CDK: Enable Page Number/Offset to be set on the first request (#30978)
e561d5d432 Airbyte CDK: fix none type binary error in parquet parser (#31073)
263ea28cd6 Source Hubspot: type transformer for engagements stream (#31050)
6bfdbe197a :sparkles: Source Shopify: connector health: fix unittests (#31047)
b13751e7f8 :sparkles: Source Jira: connector health: fix unit tests (#31043)
e16b53449c :sparkles: Source Zendesk Support: connector health: fix unittests (#31040)
8b219b39cd ๐ค Bump patch version of Python CDK
767800d2d7 ๐Airbyte CDK: fix parsing of UUID fields in avro files (#31096)
7a742e9e81 [ISSUE #82] configure event sharing (#30992)
4787b7124f Pin cdk back to 0.1.0 for postgres, mysql, mssql (#31085)
c7c5b2304a .github: bump python-version from 3.9 to 3.10 (#31079)
ad5ce75be9 Revert "T&D: Use non-null columns for PKs rather then scanning raw taโฆ (#31082)
53735b6d37 gradle: remove SUBBUILD env var and references (#31027)
0fe0b911a1 [Non-forked] โจ Source Younium: Adding Booking and Account streams (#31064)
db0dcc74ed ๐ค Bump patch version of Python CDK
60b0c9d023 Set the user timezone for tests (#31057)
747f1528fa Source GitHub: migrate repo and branches to array in spec (#31056)
b819b19ece Fix broken links (#31012)
07cc1c389e Vector DB CDK: Fix chunk size for openai embedder (#31067)
2aba0b3006 โจ Source Monday: add new field "type" to board stream (#30248)
4ebac2e032 Destination Bigquery - Triple timeout (#31028)
a92ae4d39f ๐ Source GItHub: Increase backoff for stream Contributor Activity (#31023)
f8edc18039 airbyte-ci,gradle: replace airbyte-docker with airbyte-ci (#30743)
5d6597e5b6 โจ Source MongoDB V2: Fix nested object filtering (#31034)
4c251c11b3 โจ Source MongoDB V2: Fix formatting (#31031)
3fab2cfdb8 Update GA4 breaking changes doc (#31000)
bb034bbe99 CAT: add option to test with specific deploymentmode (#30838)
d365fa41ce java-cdk: remove dead version.properties file (#31024)
aab5264e9a Add dummy component for FieldAnchor (#30982)
89f6ecc0d0 Update internal tool install instructions to include pyenv, editable, and force (#30858)
26787a82e5 โจ Source MongoDB V2: Support incremental syncs via Debezium (#29969)
4992fce7ba T&D: Use non-null columns for PKs rather then scanning raw table to ensure all records have PKs (#30779)
f705197a47 Fix31015 typo in default issue template (#31017)
4e44cd03be :sparkles: Source Github: marked start date as optional field (#30971)
72baa595e6 Add Python CDK checklist to PR description (#30933)
5001ec1cca :rotatinglight: :rotatinglight: Source Mixpanel: fix typing (#30025)
ce08bfd484 Source GitHub: add archived project cards (#30979)
f34959e77e Source Google Analytics: update migration guide (#30989)
83949efd1e Destination Snowflake: upgrade to latest snowflake jdbc driver (#30938)
0afaf471d8 ๐ค Bump patch version of Python CDK
a1ca73a724 CDK: Add helper for cloud env (#30980)
b406deb7fc :rotatinglight: :rotatinglight: Source Google Analytics: fix stream naming (#30930)
544b6f9cb3 Remove source-google-analytics-v4 from Airbyte Cloud (#30972)
5ab372170b Vector DB CDK: Add embedding option for openai-compatible embedding services (#30137)
676b8ffc8a ๐ Docs: Update OSS Quickstart pages (#30944)
14bfc11668 Milvus, Chroma, Qdrant, Pinecone: Update CDK (#30820)
ded1d603e7 Source Google Ads: fix breaking change message (#30955)
70af278945 source-mysql*: force-pin jooq version (#30939)
955e20beb9 :rotatinglight: :rotatinglight: :snake: Source Google Ads: fix custom queries (#30705)
3822b09dcd Add Schema Generation to e2e testing source (#30940)
c0724c2773 Clarify Dv2 migration path for raw data (#30936)
be7d502ab1 HOTFIX: Remove Path Requirement for airbyte-ci (#30937)
9066e754f4 ๐ค Bump patch version of Python CDK
1e7b4b1cc5 ๐ CDK: fix deletion of request cache files (#30925)
af85501553 Source Amplitude: add unit test for updated state (#30934)
64edf61cb5 :sparkles: Source Github: updated user error messages (#30927)
898f4b6b7b Source GitHub: update to latest CDK (#30839)
3c79da9ede :sparkles: Source GitHub: added Issue timeline events stream (#30823)
4b16f9853a Source Slack: update expectedrecords (#30836)
b4f0fe054e Change status to has issues for down github statuses (#30860)
249975fea0 Fix CDK source-db integration-tests (#30847)
6ba89fe9d0 Drop 3.9.x .python-version file from root (#30851)
8d1bc7305c Remove mention of bigquery-denormalized from bigquery docs (#30848)
030fbfeef5 ๐ค Bump patch version of Python CDK
6d831f1a0d Destination snowflake: Fix regression from cdk publish race condition (#30835)
d9cb5f10ee Source Amplitude: add support of cursor datetime format (#30846)
0183e3188f Source Slack: add suggested streams (#30580)
5eba3c3b57 CDK: Fix requestcache clearing and move it to tmp folder (#30719)
2bc7f34862 Source Amplitude: handle 403 during check connection (#30831)
29b0ea96bc Orchestrator: Use spec.cloud.json is exists (#30709)
bc68d0a442 Source GitHub: ignore 204 error in stats response (#30824)
59349954c2 :bug: Source Bing Ads: wrap auth errors with the config error (#30834)
de6652fba9 java-cdk: fix broken test due to merge skew (#30829)
f1eca76537 .github: fix merge skew in gradle.yml (#30826)
7ae97175a6 gradle: fix repo wide behaviour (#30607)
6b4b6a6d1b :bug: Source Google Search Console: refactor dimensions and primary key for custom reports (#30822)
f161e2e441 ๐จ Weaviate destination: Add embedding capabilities, overwrite and dedup support, API key auth mode and available on Airbyte Cloud (#30151)
ee168471b8 :sparkles: Source Jira: certification updates: docs, projectpermissionschemes stream, issues expand made as default (#30688)
0d39e09c92 :bug: Source Bing Ads: fix missing fields (#30791)
61a63ec2ff โจ Source GitHub: add stream ProjectsV2 (#30731)
0537dde7d2 Bmoric/async memory bump (#30775)
5fd0710db5 Upload versioned connector docs on publish (#30410)
4c26d4cceb DV2: Fix column name collision detection (#30739)
da32fc86bf ๐ Launch Java CDK v0.1.0 (PR #30383)
96f022b80d ๐ Source Quickbooks: Change fields from integer to number (#30770)
86e2b48a1e โจ Source Greenhouse - add custom fields and keyed_custom_fields to Candidates stream (#30648)
5648cbe7c9 Orchestrator: Update metadta-service dependency (#30808)
7e2193ce3a โจ Source Getlago - Support custom API URL (#30572)
05c7269a50 Destination BigQuery - Try unsafe operations with exception handling (#30696)
8abda48f14 ๐ Destination snowflake: support concurrent syncs with identical stream name but different namespace (#30599)
db7a93ea16 ๐Source Auth0 - Fix low code migration bugs (#29804)
e82178f794 ๐ Source Stripe: handle PermissionError as non breaking during checkconnection (#30800)
86810278ba ๐ค Bump patch version of Python CDK
0964d0e1c9 ๐ Set Azure OpenAI chunksize to 16. (#30795)
3834b61d5f ๐ Sources Facebook Marketing and Google Ads: not raise an exception if a stream is not found (#30758)
47fd6bdccf Remove enterprise note from DD docs (#30786)
45e56819f3 ๐ Source Google Ads: Add docs for reasoning behind primary key selection (#30757)
b80e1cf575 :bug: Source Recharge: do not pass any filters with cursor value for new style pagination (#30782)
f2421ec0cb โจ Source Jira: add new stream Issue custom field options, IssueTypes, Project Roles (#30755)
12289ee458 Source HubSpot: update expected records (#30792)
f8c3e765a6 :snake: Source Mixpanel: certification preparations (#30149)
4457c2e6b8 Source Intercom: update expected records (#30788)
f6b957fbe2 Source Zendesk Support: update expected records (#30787)
2830b86760 :bug: Source GSC: do not migrate new configs (#30785)
a0d2cb080b Source LinkedIn Ads: update expected records (#30784)
8186e80f94 :sparkles: :sparkles: Source Hubspot: unnest data (#30322)
ce55da989e Source Slack: update expected records (#30776)
2097c0e4e4 Update MySQL streaming config (#30744)
30d57f60a3 pin recharge to 1.0.1 (#30769)
32ef109441 Revert Uppercase docs change (#30636)
e766d05f9d Update references and point to existing locations (#30712)
626b3e1402 ๐ Source Quickbooks: Fix error in components.py (#30766)
0e9fdba118 :bug: Source Mixpanel: skip stream when credentials are expired (#30090)
8a22cf9082 ๐ source-postgres: fix jsonb[] handling bug (#30534)
769e69bf9e :bug: Source Recharge: fix pagination and slicing (#30756)
5bd2c1c359 :bug: Sourcte Stripe: do not sync upcoming invoices (#30752)
e100c27d49 Milvus / Qdrant / Pinecone: Update CDK (#30689)
bc0d9805d6 Pinecone: Fix stale vectors on starter pods (#30718)
4cc25bcd02 โจ Source Google Sheets: include socat binary in docker image (#30749)
2cb6372875 โจ Destination Google Sheets: include socat binary in docker image (#30748)
6fb74d0262 โจ Source Google Sheets: include socat binary in docker image (#30747)
cb053db63f :snake: Source Google Ads: Update error handling (#30704)
1ac6f80524 โจ Destination Teradata Vantage: Enabled dbt custom transformation forโฆ (#30740)
175705448f Source Zendesk Support: update docs (#30738)
e763971bf1 Source GitHub: Skip 404 error in TeamMemberShips stream (#30693)
de188beff6 Remove destination-bigquery-denormalized (#30369)
7b8ce96752 ๐ค Bump patch version of Python CDK
8cdafabd82 Airbyte CDK: Change Error message if stream is not found (#30723)
5a2a3b81b7 tools: update schemagenerator to use latest version of cdk (#30673)
2da621a7a1 ๐ค Bump patch version of Python CDK
7e3437f05b Add chunking options to vectordb CDK (#30305)
809d86bbb6 :bug: Source File: handle parse errors when running discovery (#30579)
29addb8f01 :bug: Source Stripe: do not emit empty state messages (#30660)
3af9ad283c โจ Source Facebook Marketing: Include socat binary in docker image (#30706)
94a3175527 Show postgres destination in sidebar again (#30702)
1dc11b05b2 DV2 tests: support metadata column name mappings (#30356)
2371bc7073 Java CDK: Automated Publish Workflow (#30674)
7a8150eb25 Destination bigquery: soft reset correctly handles previous sync unclean exit (#30697)
311c33bb77 โจSource Google Analytics (GAv4): custom reports migrated and add FilterExpression support (#30460)
589caf8c5f Source Amplitude: cover empty streams with integration tests (#30694)
50faaa66a7 ๐ Source Amazon Ads: Fix unexpected column for SponsoredProductCampaigns and SponsoredBrandsKeywords (#30679)
32c08d73d5 Source GitHub: support self hosted instances (#30647)
c5afc6c0ee Airbyte-ci: Send message to slack when publish fails (#30685)
599ab7cfcd Source Github: rewrite source connection error messages (#30654)
b574fc6586 :tada: Source Facebook Marketing - silver certification tweek (#30655)
15c8ce9a67 Destination bigquery: handle case where stream name and namespace are identical (#30640)
f7f6b19bf9 Source Amplitude: prepare connector for certification (#30652)
a104721fe0 connector base image: declare the base image package and implement (#30303)
1c89aeaa5b โจSource GitHub: add new stream Contributor Activity (#30615)
afefc10527 Pinecone destination: Set certified flag (#30649)
b9bd39f5d3 Instatus: Create incident when important github action fails (#30563)
5d8278900f Github Action: Add format.yml workflow (#30604)
f599c1c3c9 Reduce the snowflake async buffer size (#30671)
ae41c30b1a ๐จ๐จ๐ Source Google Analytics: revert : auto replacement to underscore in column names (#30608)
11ad938152 [Source-MySQL] Enable Enhanced Standard sync with PK -> Cursor switch (#30556)
e32b85a69c ๐ Source Jira: avoid invalid user provided urls alerts (#30675)
954ac4c36b ๐ค Bump patch version of Airbyte CDK
b335880fda jira invalid user-provided urls generating sentry issues (#30672)
dcbbbbc2fa ๐ Source Outreach - implement Call Purposes and Call Dispositions streams (#30639)
fe09992026 [Non-Forked] Source Pipedrive : Migrate Python CDK to Low-code CDK (#30553)
c07c003650 Source Slack: add default value for channel filters during discover (#30613)
5f7f3046d8 ๐ Source Facebook Marketing: assume startdate can be none (#30650)
ca30781ca6 ๐ Destination Azure Blob Storage: Switch per-record logging in writer from info to debug (#30412)
a876e60d08 โจ29779 source postgres slow ctid read seen on customer connection (#30125)
598afd677e Merge remote-tracking branch 'origin/master'
c128690112 updated Prerequisites
317f7acc22 โจ Bigquery uses async framework (#30069)
6beba9d4d9 Source MySQL: Release Airbyte Certified MySQL Source connector (#30620)
54ca941766 use findapat for connectors tests (#30643)
4ec9cc4d69 Create AppliesTo tag (#30549)
2e88b4dd0c Hide cloud status indicator in mobile view (#30555)
3805f8c315 Update typo in title of Terraform Doc (#30263)
f2a1841869 ๐ Destination DuckDB: Fix schema name handling (#30600)
1a7f4dfa3f Source Amplitude: unit tests coverage 90% (#30614)
a499b096b4 Source Slack: use default availability strategy (#30570)
8294db88b0 Allow users to rate pages' usefulness (#30561)
567716c271 Revert "Updates docusaurus and GA to GA4" (#30612)
53167809cb ๐ Source Stripe: update info about Stripe incremental mode (#30583)
f1537e8e84 Source Google Ads: fix schemas (#30091)
e3e8eb0a19 ๐Pinecone destination: Fix loading of large records (#30514)
891e389189 :sparkles: Source Jira: add suggested streams, update doc, add skip for 404 error in issues properties stream (#30585)
1c2d7a1632 Source Slack: add unexpected fields (#30521)
218426823f :sparkles: Source JIra: added foreign key for stream record where it was missing (#30532)
3470092203 Fix stretched airbyte logo in docs (#30601)
1c0fd1b40e Source MySQL: Tagging MySQL variants as GA in metadata. Prep for Airbyte Certified/Bronze release (#30558)
9fe7a54097 Airbyte-ci: Add migration guide from original for strict encrypt (#30595)
bb73ece673 Destination BigQuery + Snowflake: delete unused constants for reserved keywords (#30592)
3c113a24b0 Move docs.airbyte.com hosting to Vercel (#30591)
354a2a49bc Updates docusaurus and GA to GA4 (#29908)
68380cbfef Source DuckDB: โจ Add MotherDuck support ๐ฆ๐ฆ (#29428)
5c56ac1d84 Airbyte-ci: Remove gradle task connectorAcceptanceTest (#30326)
d1d4f7c9c7 ๐จ๐จ Source Zendesk Support: Remove stream Deleted Tickets (#30440)
07a79897b3 Airbyte-ci: Add local cdk support (#30461)
29d2c6bc9a :bug: Source JIra: validation error for date-time format, 404 error in success rates (#30515)
1843d1373b make migration docs uppercase (#30589)
13bc6cc4fc Source Jira: fetch deleted and archived records (#30578)
f1ea39786b โจ Source Shopify: Include socat binary in docker image (#30560)
f5a4eecded Source Marketo: fix `jsonschemafor streamLeads(#30533)
2a870ee5c2 Source Jira: Update issue expand settings (#30550)
12fb75331b Make sure that the buffers are push at least every 5 minutes (#30546)
bca775d62e ๐ค Bump patch version of Airbyte CDK
9c23a121e5 ๐ New Destination: Qdrant (Vector Database) (#30332)
90816088a7 โจSource Amazon Ads: add report segmet filter (#30517)
fa6ae0f2c4 โจSource Google Analytics (GAv4): addyearWeek,yearMonth,yeardimensions cursor (#30421)
037b2cf76c Source Amplitude: fix data region keyerror (#30525)
a609902106 Vector DB CDK: Split openai embedding calls (#30512)
b2542d650c โจ Source Google-Ads: add incremental streams based on events (#28970)
27dd3ffe3b :sparkles: Source Sentry: added undeclared fields to stream schema (#30192)
839fb26e09 ๐ Destination Snowflake - support reserved column names (#30319)
6b48ecf1f6 ๐ Pinecone destination: Fix delete with many entries on starter pods (#30510)
e366ebdbd7destination-bigqueryGCS staging comes first (#30551)
a7c13dc6f1 Improve the memory usage of the async destination (#30479)
f226503bd1 [Source-MySQL] Enhanced Standard sync with PK initial load -> Cursor based switch over (#30270)
fd742448b9 Docs: Source S3 clarify bucket-level permissions (#30529)
c769e36083 ๐ Migrate Paypal Transaction Source Connector to Low Code (#29223)
3aacdf7250 native apps docs had an extra : in the note which messed up formatting (#30486)
9734fa3157 ๐ Source Shopify: Add ability to fetchdestroyedrecords forArticles, Blogs, CustomCollections, Orders, Pages, PriceRules, Products(#30246)
8805edcea6 DV2: Better errors in the UI (#30491)
26fe7886eb ๐ Docs: Add Support Level, remove release stage (#30501)
97517030b8 ๐ Redesign doc header (#30475)
2e014a1e95 Fix typo in low-code-cdk-overview.md (#30503)
f33ddf6cb9 source-stripe: fix property ofinvoices.lines` property (#30494)
47dff423d4 Merge branch 'master' of https://github.com/airbytehq/airbyte
50906ac489 Merge branch 'master' of https://github.com/airbytehq/airbyte
a3394660c5 Merge branch 'master' of https://github.com/airbytehq/airbyte
4741ff7e76 Merge branches 'master' and 'master' of https://github.com/airbytehq/airbyte
c0e2f33e08 Merge branch 'master' of https://github.com/airbytehq/airbyte
3774b323b7 updated SAT
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.30
2954cbb7ce5 โจ Source S3: remove streams.*.file_type from source-s3 configuration (#30476)
327d3c9ae8e ๐ค Bump patch version of Airbyte CDK
b6836ad9501 [ISSUE #30353] remove filetype from stream config (#30453)
2607a5fb8d3 Source Jira: add new stream IssueTransitions (#30507)
2367d5275dd Source Amplitude: fix most recent cursor value (#30471)
a5eb24e2fcd bump testcontainers version to latest (#30493)
90375ee5010 ๐ [source-google-analytics-data-api] fix issue if metrics or dimensions api response does not have name field (#30506)
de0a392b17a Move access variables do docker specific section (#30499)
fcb955338b8 :tada: Source Facebook Marketing - add new fields to campaigns stream (#30485)
a984b753c2d โจSource Google Analytics (GAv4): change start date to optional; add suggested streams and update errorโฆ (#30417)
cad23ff9b5e [airbyte-ci] fix test regression following secret mounting strategy change
842f072845c Snowflake Native App: Add feature parity warning and rename app in section (#30483)
6340436a767 Pin apify version (#30481)
fb3468ed31e More docs about raw table users (#30455)
3c7a1125203 ๐ Source Mixpanel: Add default primary key to export stream (#30469)
17fad7d7563 :tada: Source Facebook Marketing - remove batch processing, add user friendly config errors (#29994)
f8b6c4fc89e ๐ค Bump patch version of Airbyte CDK
3e41ce7cd6d Maxi297/fix datetime format inference issue (#30442)
d71facce763 Update terraform-documentation.md (#30457)
6c1cf376ee3 snowflake native apps docs highlight notes and warnings (#30463)
c801aa3aa7d โจ Add azure embedder to destination-pinecone. (#30296)
3f1f13c4d76 ๐ Source Google Analytics Data API: fix duplicated stream instance (#30424)
886dc436068 [ISSUE #72] LinkedIn Ads documentation (#30386)
fca0b6f62e6 [Source-MySQL] Correctly set Debezium MySQL connector database timezone property (#30333)
c97c74f9da7 ๐ Migrate BigCommerce Source Connector to Low Code (#29469)
65eb88aee64 Clarify username/pass only working in docker compose (#30452)
b39e3d5c50f Update salesforce docs to include recycle bin info (#30420)
8f214efe282 Source S3: bump airbyte-cdk version to pick up error message improvement (#30387)
2ca57f7f955 Update pull-requests-handbook.md (#30447)
9763cb8ef05 Migrate Trello Source Connector to Low Code (#29876)
e84fd6dd4b6 ๐ Source Jira: Add boardId to sprints stream (#29960)
68c6b019378 Destinations v2: threadsafe setup (#30439)
564e3332322 ๐ Source Twilio - fix expected records of calls stream (#30414)
532ef097eb2 airbyte-ci: fix integration test log buffering (#30438)
70ef3b4d1db ๐ Destination snowflake: Handle namespace/stream name/columns containing ${ (#30416)
9fa6fe363a5 Pinecone destination: Promote to beta/certified (#30382)
93a2b629dff Remove google plugins from docs (#30431)
6442bd110cb Source Google Analytics Data API: ability to add multiple property ids (#30152)
bb979c670ff ๐ค Bump patch version of Airbyte CDK
da5b4322557 Vector DB CDK: AzureOpenAIEmbedder (#30136)
fe6f9162c47 :sparkles: Source Jira: add error messages from response to check connection method (#30380)
9593a8d341b ๐ [source-google-analytics-data-api] revert back to 1.1.3 (#30419)
ac56c5cc14c add rolling back oss instructions (#30404)
c72acf99004 Source Jira: Add Unexpected Fields (#30365)
25edee49bf1 airbyte-ci: refactor gradle containers, use amazoncorretto (#30384)
0936143f1eb ๐ Only take table size info for streams syncing via primary key (#30375)
62fa1aba528 Docs: update add-a-source.md (#30354)
6f0c4e2594f mysql-source-cdc: enable compression logic for schema history (#30308)
5a4cc0d8b04 source-mysql-cdc: introduce logic to compress schema history if greater than 3MB (#30289)
034e147bbf3 ๐ New Destination: Chroma (Vector Database) (#30023)
fa878541893 Source Amplitude: switch to latest cdk (#30378)
3fec3cc7b68 ๐ค Bump patch version of Airbyte CDK
6902b44b0ac File-based CDK: update record parse error message (#30347)
0b20e62d4f5 ๐ Source Shopify: change internal status to Silver (#30381)
2d4253d0d67 Source Jira: enable caching for Issues stream (#30343)
9f3d120b679 โจ Source Google Analytics Data API: add new reports (#30290)
c9b7c88750e Use shallow clone in local deployment (#30247)
e2a04896f52 :sparkles: Source Jira: bad request message update (#30340)
3541d401f8e ๐Source Google Ads: revert pagination changes (#30376)
c6728bd29b5 add new connectorBaseImage field to metadata (#30336)
13a5a40766c Airbyte-ci: Add --metadata-query option (#30330)
59f803e3232 gradle docker: skip if not dev image (#30371)
0910f3a6264 DV2: add log messages for name collisions (#30364)
0dac23542ba โ ๏ธ Retire destination-bigquery-denormalized (#28488)
9a97e010b57 Update migration guide (#30367)
e0ce2ac4d04 destinations v2: snowflake: threadsafe typing and deduping (#29878)
c25c34f1c55 slash-commands: use GHPATMAINTENANCEOCTAVIA (#30345)
2ec8ce026c9 Change airbyte.yml location in docs (#30346)
49ddb9d0f7a Change alpha to early access for Enterprise (#30338)
4a8c1a92ee0 :bug: Source Jira: 401 and 403 errors (#30300)
2b8748c074b Realign documentation with implementation (#30339)
4b18146d295 Pinecone destination: Improve spec and allowed hosts (#30193)
ad478842973 postgres+mysql sources: use constants to keep checkpointing behaviour same (#30197)
51c67d7eaae gradle: remove airbyteDocker.outputs dependencies (#30314)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.29
103e37b90d4 ๐จ Source: Typeform - mark breaking change (#30312)
626333ebbc7 Source Zendesk Support: add stream Deleted Tickets (#30259)
bc3fc31b4a8 Source Jira: remove extra dependencies (#30297)
5f990f4afe2 Source S3: always show S3 Access Key fields (#28639)
c50a5997a58 Fix broken env tags in google sheets docs (#30301)
aa752a597e0 ๐ Airbyte-ci: Add --force to install command in docs
9039a3ec446 Source Facebook-Marketing: Adding custom field boosted_object_id to a streams schema in campaigns catalog (#29666)
ea01af721fb airbyte-ci: group shell commands for better layering (#30279)
09c38ed14cd Langchain destination: Use embedders from CDK (#30282)
6e542913d0b Docs: add banner new Python CDK Contributions (#30144)
43cb12d6ad0 Update deploying-aribyte on-aws-ec2.md with docker compose plugin insโฆ (#30276)
a4703554661 :bug: Source Recharge: added old api version for orders stream (#29992)
723a523481b ๐ New Destination: Milvus (#29790)
91885301115 Source Zendesk Support: Make start_date field optional (#30168)
7dc0f6ff47f source delighted: change 'date since' title to 'replication start date' (#27946)
e6e62c65d16 gradle: airbyte-docker improvements (#30262)
48b752fa86e Avoid failing because of an NPE if the flush failure doesn't provide โฆ (#30266)
b16c7e18fdf Fix broken link in docs
988aa322942 Pinecone destination: Refactor to use vector DB CDK (#30133)
31264d00e3c Source Zendesk Support: handle Non JSON Response (#30142)
2f3cb59c239 :sparkles: Source Stripe: prepare for the next stage certification (#29950)
bddcba3f5cc :bug: Source Stripe: fix legacy cursor field for event-based incremental streams (#30254)
5248854f2e9 CAT: changing format or airbytetype is a breaking change (#30172)
1d59446467a Show dagger logs for weekly (#30273)
9423ad0f980 OC: rollback typeform to 1.0.0 on cloud (#30272)
9cc4496c55e Registry: Only delete latest registry entries (#30269)
3190bb51247 Metadata: No extra properties (#30181)
eeebf896b51 Update upgradingtodestinationsv2.md (#30264)
09df4f4875b Enable MySQL CDC + PK 100% (#30213)
d1e3ebefe14 Move connectorAcceptanceTest skip to IntegrationTests:GradleTask (#30261)
efa4180fbdb โจ Source Typeform: Migrate to Low Code (#29916)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.28
82b74cd06c1 Document mockserver usage for CDK development (#30202)
8fe6989186d ๐ Source Google Ads: Delete required start date (#30071)
ab4cf5e636f airbyte-ci: GradleTask fixes (#30252)
72e1a78cd6f gradle: downgrade from 8.3 to 7.6 (#30255)
ef2849e35e9 gradle: fix airbyteDocker task inputs (#30187)
a7114e955a0 ๐ Source Hubspot: fix expected records for CAT (#30199)
47494416955 postgres-cdc: fix flaky tests (#30195)
1db33d9c555 ๐ Destination BigQuery - change typing and deduping error column creation (#30070)
0d5ea947db5 Formatting issue (#30223)
c7b855ed2a2 Small adjustment to enterprise docs (#30220)
526be63fa66 โจ Source S3: ensure parsing errors are consider as config errors to avoid Sentry alerts (#30217)
fa81dc1e5af ๐ค Bump patch version of Airbyte CDK
48e8816b6b1 [oncall #2838] migrate parsing errors as config errors (#30209)
11068c1c4ef Destinations V2 - T&D Streams in parallel (#30020)
47e01208be5 postgres-source: validate filenode before processing each ctid chunk (#29672)
6008a1e68dd :rotatinglight: :rotatinglight: Source Stripe: sync modified objects (#29330)
dd233d99851 postgres-source: exclude pgbuffercache VIEW from selection (#30196)
3cc4cada094 fix langchain breaking change metadata (#30174)
cae3ac4b715 ๐ค Bump patch version of Airbyte CDK
f2a8bebdc57 Vector DB CDK: Add "from field" embedding strategy (#30140)
8b6fe6cffe2 โจ Source S3: v4 release - update metadata (#30171)
1f43520ecc1 Airbyte Connectors & Octavia CI: remove format step caching (#30194)
dc269a06ced Correct minor typo in README.md to make command work (#30154)
56580b70c34 Vector DB CDK: Better error message for misconfigured text fields (#30129)
7fc7db7ea43 T&D frequency: stream start, 6h(*) (#30117)
4d5e17bc90b [skip ci] Update testincremental to be unaware when source defines the cursor (#27872)
91180a802b0 Fix: Truncate dagster dataframe previews (#30178)
fda27b355e4 ๐ Source Google Search Console: Add primary key to each stream, add config migration for custom reports to new format (#29941)
be1e1adabd2 gradle: cleanup (#30060)
4e7c70f767a โจ Source S3: v4 rollout - take 3 (#30153)
de31c73b65b Pinecone destination: Switch to GRPC client (#30086)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.27
9231c044d96 ๐ Destination snowflake: Create final tables with uppercase naming (#30056)
dee066bf683 ๐จ Langchain destination: Fix dedup bug (#30080)
99aa6a10ce3 Remove auto-formatting (#30156)
0cfbfd27142 โจSource Zendesk Support: add streams: Article Votes, Article Comments, Article Comment Votes (#30138)
9f58b73f25f :bug: Source Mixpanel: skip the stream if it queries data from future (#30028)
63d79a26560 Fix Langchain docs (#30127)
f2817ea3171 โจSource Hubplanner: Migrate Python CDK to Low-code CDK (#29311)
d2a915fbed8 cat: fix skipbackwardcompatibility fixture for discovery (#30141)
2a8eadf5293 Fix: Format on master (#30145)
f8d9a38edda [skip ci] beta connectors should be community (#29577)
5f7f8afe38b Prefix all tests with Connector ops ci (#29974)
4bace8ab1e1 ๐ Add sampleconfig.json and test error message to clarify integration test requirements. (#30131)
880c0cc64cb Source Zendesk Support: Add incremental support for streams: Custom Roles, Schedules, SLA Policies (#30134)
406ea2842f6 source-zendesk-sell: fix phonenumber type from number to string #29828 (#29830)
52025265d2c :bug: Source Bing Ads: added handling ReportingDownloadException (#30128)
5a60b9d0b32 :bug: Source S3: added config error for conversion error (#29986)
c1a7b961b94 change to use the Exchange Rate Data API access token instead of the โฆ (#29322)
b2b3970cf15 Source JIRA: Skip 404 error for stream IssueWatchers (#30108)
4615423b39c ๐จ Pinecone destination: Fix dedup bug (#30079)
76ac7256659 ๐ค Bump patch version of Airbyte CDK
5b653676aa3 Update spec and fix autogenerated headers with skip after (#30123)
399b4d1fca1 File-based CDK: ensure no errors in Sentry given empty CSV (#29944)
636da8ecf2c โจDestination Snowflake: improve performance by skipping TRYCAST for string columns (#30121)
5baaa714d82 โจDestination bigquery: improve performance by skipping safecast for string columns (#30120)
- Python
Published by octavia-squidington-iii over 2 years ago
https://github.com/airbytehq/airbyte - v0.50.26
85d55950e42 Delete .github/workflows/create-release.yml (#30115) 8b5c6eb77c4 docs: remove conflicting guidance for breaking change metadata specification (#30094) 9b282b6641b โจSource Lemlist : Migrate Python CDK to Low-code CDK (#29406) 40877593174 Make redirects in docusaurus a yml config (#30100)
- Python
Published by octavia-squidington-iii almost 3 years ago
https://github.com/airbytehq/airbyte - v0.50.25
05a6de4562a Source Zendesk Support: add streams Articles; Organization Fields (#30031) 31da467ef50 ๐Source Harvest: fix date range for Time reports (#29108) 7d63e179d14 Remove mention of Intercom chat (#30106) 02a0cca67a0 Build better snowflake exception when PK is missing (#30065) 7d189d9cfbd Clarify Cloud limits (#30044)
- Python
Published by octavia-squidington-iii almost 3 years ago
https://github.com/airbytehq/airbyte - v0.50.24
What's Changed
- Source Notion: user-friendly connection error messages by @ChristoGrab in https://github.com/airbytehq/airbyte/pull/29999
- โจSource Glassfrog : Migrate Python CDK to Low-code CDK by @avirajsingh7 in https://github.com/airbytehq/airbyte/pull/29306
- Log storage engines used in MySQL by @akashkulk in https://github.com/airbytehq/airbyte/pull/30015
- Pinecone destination: Improve test coverage by @flash1293 in https://github.com/airbytehq/airbyte/pull/29946
- SourceZendesk support: add unit tests by @artem1205 in https://github.com/airbytehq/airbyte/pull/29998
- Remove Kustomize references in docs and replace with Helm Chart by @marcosmarxm in https://github.com/airbytehq/airbyte/pull/30008
- Cleanup IP addresses in docs by @timroes in https://github.com/airbytehq/airbyte/pull/29975
- OSS users need 0.50.24 of the Airbyte Platform for Destinations V2 by @evantahler in https://github.com/airbytehq/airbyte/pull/30016
- Update Cloud docs by @nataliekwong in https://github.com/airbytehq/airbyte/pull/29976
- Add hint to change Airbyte instance URL used in slack notifications by @aballiet in https://github.com/airbytehq/airbyte/pull/30024
- Fix mypy issues in AbstractSource + minor refactoring by @girarda in https://github.com/airbytehq/airbyte/pull/29927
- โจSource Clockify: Migrate Python CDK to Low-code CDK by @btkcodedev in https://github.com/airbytehq/airbyte/pull/29899
- Source Zendesk Support: add suggested streams by @roman-yermilov-gl in https://github.com/airbytehq/airbyte/pull/30030
- doc(mysql.md): binlogexpirelogseconds -> binlogexpirelogsseconds by @kbumsik in https://github.com/airbytehq/airbyte/pull/30019
- Up pydantic version in order to fix destination tests by @maxi297 in https://github.com/airbytehq/airbyte/pull/30034
- โจSource Openweather : Migrate Python CDK to Low-code CDK by @shivam096 in https://github.com/airbytehq/airbyte/pull/29983
- cat: fix fixture skipping backward compatiblity testing by @alafanechere in https://github.com/airbytehq/airbyte/pull/29583
- More warnings about the Dv2 migration in breaking change message by @evantahler in https://github.com/airbytehq/airbyte/pull/30035
- Support display_type property for oneOf fields and adjust CDC connectors to use it by @lmossman in https://github.com/airbytehq/airbyte/pull/29821
- DV2 sqlgenerator test: use generator.createTable instead of custom createTable method by @edgao in https://github.com/airbytehq/airbyte/pull/30037
- Fix Shopify.md formatting by @sherifnada in https://github.com/airbytehq/airbyte/pull/30053
- โจSource OneSignal: Migrate Python CDK to Low-code CDK by @btkcodedev in https://github.com/airbytehq/airbyte/pull/28941
- ๐ Nest migration docs by @timroes in https://github.com/airbytehq/airbyte/pull/30052
- .github,tools: clean up dead files by @postamar in https://github.com/airbytehq/airbyte/pull/30011
- [ISSUE #29660] support empty keys with record selection by @maxi297 in https://github.com/airbytehq/airbyte/pull/30057
- Add escape quoting to selecting max (pk_field) query by @akashkulk in https://github.com/airbytehq/airbyte/pull/30059
- Vector DB CDK: Fix id generation, improve config spec, add base test case by @flash1293 in https://github.com/airbytehq/airbyte/pull/30081
- Create page for linking to terraform provider documentation by @rileybrook in https://github.com/airbytehq/airbyte/pull/28321
- Fix doc links by @flash1293 in https://github.com/airbytehq/airbyte/pull/30092
- Updating of Cloud docs by @nataliekwong in https://github.com/airbytehq/airbyte/pull/30058
- Revert "Bump Airbyte version from 0.50.24 to 0.0.99" by @cpdeethree in https://github.com/airbytehq/airbyte/pull/30104
New Contributors
- @kbumsik made their first contribution in https://github.com/airbytehq/airbyte/pull/30019
- @shivam096 made their first contribution in https://github.com/airbytehq/airbyte/pull/29983
Full Changelog: https://github.com/airbytehq/airbyte/compare/v0.50.22...v0.50.24
- Python
Published by cpdeethree almost 3 years ago
https://github.com/airbytehq/airbyte - v0.50.21
39b7da50890 Docs: update Google Sheets docs (#29492) 539394348a5 ๐ Source Mongo Internal POC: Use sampling for schema discovery (#29607) 26bc2a87620 Langchain destination: Clean up spec schema (#29514) 7b72fc9baa6 Source Facebook Marketing: add unit test (#29642) 9b1b08bed78 ๐ค Bump patch version of Airbyte CDK f8de9d12df7 CDK: Remove list endpoint (#29581) d293e1cce47 Embedded CDK: run a check before starting to load (#29079) dd170e2e9dd Langchain destination: Make starter pods work (#29513) 28ecf6eca34 :bug: Source Google Ads: fix build (#29653) 2b80138e977 :bug: Source Linkedin Ads: fix build (#29655) 16cca95da4e :bug: Source Hubspot: update expected records (#29648) 4782a2b4a58 Source stripe: revert 3.17.3 (#29425) 32bb251d894 :bug: Source Google Sheets: added stop reading in case of 429 error (#29427) 70a7e9a00d6 don't check for BC entries for prerelease versions (#29566)
- Python
Published by girarda almost 3 years ago
https://github.com/airbytehq/airbyte - v0.50.20
9aad31caf2d Fix duplicate object names for concurrent uploads: Always use UUID foโฆ (#29640) ef0a3efeb59 Source Facebook Marketing: automatically reduce batch size (#29610) 4ac332271c5 Source Salesforce: add unit test for encoding (#29622) 752b42aaabe Evantahler patch 1 (#29626) 46ad71eb45a Per-destination V2 quirks (#29612) ec0f83b03f1 ๐จ Destination Snowflake: Remove GCS/S3 Staging. (#29236) 6ba7c03e443 Source SalesForce: fix encoding guess (#29538) c1bc88e0f6f qa-checks: Ignore jar files for HTTPS checks (#29615) 2b18864f3bd source-mysql : chunking queries impl (#29109) 528127a3e40 ๐ Migrate Confluence Source Connector to Low Code (#29125
- Python
Published by girarda almost 3 years ago
https://github.com/airbytehq/airbyte - v0.50.19
fe650c206d7 ๐ Source Mongo Internal POC: Add Debezium MongoDB connector (#29588) 7f4069b83e6 Source Bing Ads: add geographic performance report (#29526) 4abf6054c2f ๐ New Source: Outbrain-Amplify (#27008) 620a941d219 Source S3: don't require history to be present to identify legacy state format (#29520) e3d608b9c30 Update upgradingtodestinationsv2.md (#29587) d82b0b49cb4 Change docs from Airbyte Pro to Airbyte Enterprise (#29394) 255ecef2275 ๐ค Bump patch version of Airbyte CDK b4ce5327627 low-code: Allow formatting datetimes as milliseconds since unix epoch (#29504) 2af100f4e39 connector-acceptance-test: test it with airbyte-ci (#29509) b2c0f389f2a Destination bigquery v2: throw error on reserved column name prefixes (#29560) 1d7473270c4 Update readme link in airbyte-ci comment (#29563) ec290eed8aa Issue 27019/doc (#29434) 5cd10f7762f cat: use airbyte-protocol-model~=0.4.0 (#29542) b7b8fa43309 Revert "use GITHUB TOKEN in slash commands (#29554)" (#29557) 3f13de9d7ab use GITHUB TOKEN in slash commands (#29554) e9d99630ed0 Removing validation on skip rows and autogenerated headers (#29488) 53129c56a6c [skip ci]: alpha connectors should be community (#29550) d2478810009 airbyte-ci: use GITHUBTOKEN instead of GH_MAINTENANCE (#29548) 86e455104d5 [Source-Mysql] Add breaking changes key to mysql-strict-encrypt (#29545) 6ee426a2610 [Source-Mysql] Set default cursor value for cdc mode (#28756) 359d846e20b โจSource MailGun: Migrate Python CDK to Low-code CDK (#29122) cc43bd7405d โจSource Plaid: Migrate Python CDK to No-code CDK (#29127) 861abce20a6 โจSource BrainTree: Migrate Python CDK to LOW-code CDK (#29200) 900645d53f9 ๐ Destination Bigquery - ensure raw dataset created with migration (#29522) f003a062baa ๐ Destination bigquery: Properly fix per-stream state handling (#29498) 30348e39ca6 :tada: Source Facebook Marketing - add new Custom Audience stream (#29412) c8b5b7b7855 Source Google Analytics Data API: update docs (#29489) f05c0328792 Source SalesForce: handle refresh token error (#29500) fe005caa2d2 Source S3: StreamReader and Cursor fixes (#29505) 085b1215ca3 ๐ Destination Bigquery - fix migration logic (#29461) 066a3f4e4f1 Only GA destinations should be certified (#29499) f2dc37e907c ๐ Destinations v2: handle streams with no columns (#29381) 6d49df712ca Source S3: update Pyarrow to latest version 12.0.1 (#29480) b4b3fbbcadf Source Dockerhub: fix schema and update version (#29476) b5d3ca857fc Adding July Release Notes to Docs (#29446) 0a86d69e153 โจSource FreshServices : Migrate Python CDK to Low-code CDK (#29126) 183284aea0c Makes Helm no longer beta in the docs (#29451) 08506e5988a Docs: add google ads performance max warning note (#29470) f7b8be85f76 Google sheets spec (#29453) 6fc3f94bd4f Source LinkedIn Ads: update docs (#29445)
- Python
Published by octavia-squidington-iii almost 3 years ago
https://github.com/airbytehq/airbyte - v0.50.18
7e95c1d1758 ๐ Source S3 (V4): Ensure all files are not resync'd when migrating from v3 to v4 (#29418)
- Python
Published by octavia-squidington-iii almost 3 years ago