# Update source-outbrain-amplify
This PR was autogenerated by running `airbyte-ci connectors
--name=source-outbrain-amplify up_to_date --pull`
We've set the `auto-merge` label on it, so it will be automatically
merged if the CI pipelines pass.
If you don't want to merge it automatically, please remove the
`auto-merge` label.
Please reach out to the Airbyte Connector Tooling team if you have any
questions or concerns.
## Operations
- Upgrade the base image to the latest version in metadata.yaml: Skipped
- Update versions of libraries in poetry: Successful
- PATCH bump source-outbrain-amplify version to 0.2.21: Successful
- Build source-outbrain-amplify docker image for platform(s)
linux/amd64, linux/arm64: Successful
- Get dependency updates: Successful
- Create or update pull request on Airbyte repository: Successful
- Add changelog entry: Successful
## Dependency updates
We use [`syft`](https://github.com/anchore/syft) to generate a SBOM for
the latest connector version and the one from the PR.
It allows us to spot the dependencies that have been updated at all
levels and for all types of dependencies (system, python, java etc.).
Here are the dependencies that have been updated compared to
`airbyte/source-outbrain-amplify:latest`.
Keep in mind that `:latest` does not always match the connector code on
the main branch.
It is the latest released connector image when the head commit of this
branch was created.
| Type | Name | State | Previous Version | New Version |
|------|------|-------|-------------|------------------|
| python | MarkupSafe | updated | 3.0.2 | **3.0.3** |
| python | PyYAML | updated | 6.0.2 | **6.0.3** |
| python | attrs | updated | 25.3.0 | **25.4.0** |
| python | cachetools | updated | 6.1.0 | **6.2.1** |
| python | cattrs | updated | 25.1.1 | **25.3.0** |
| python | certifi | updated | 2025.8.3 | **2025.7.9** |
| python | charset-normalizer | updated | 3.4.3 | **3.4.4** |
| python | idna | updated | 3.10 | **3.11** |
| python | platformdirs | updated | 4.3.8 | **4.4.0** |
| python | pydantic | updated | 1.10.22 | **1.10.24** |
| python | requests | updated | 2.32.4 | **2.32.5** |
| python | typing_extensions | updated | 4.14.1 | **4.15.0** |
| python | source-outbrain-amplify | removed | 0.2.15 | **not present**
|
> [!IMPORTANT]
> **Auto-merge enabled.**
>
> _This PR is set to merge automatically when all requirements are met._
Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
## What
Updates the Outbrain Amplify source connector documentation to
accurately reflect the connector's current capabilities and provide
clearer setup instructions. This addresses documentation inconsistencies
discovered while reviewing the recent pagination fix in commit
eba7941311.
## How
- **Corrected sync mode information**: Changed from claiming support for
both Full Refresh and Incremental syncs to accurately stating Full
Refresh only
- **Updated Features table**: Changed "Incremental Sync" from "Yes" to
"No"
- **Reformatted stream list**: Improved formatting with clear
descriptions and consistent naming
- **Expanded setup guide**: Added detailed authentication options and
configuration parameters with examples
## Review guide
1. **Critical**: Verify sync mode accuracy by checking
`airbyte-integrations/connectors/source-outbrain-amplify/source_outbrain_amplify/source.py`
- confirm the connector actually only supports Full Refresh
2. **Important**: Verify stream names in the documentation match the
actual stream names defined in the connector source code
3. **Important**: Cross-reference the setup guide configuration
parameters against
`airbyte-integrations/connectors/source-outbrain-amplify/source_outbrain_amplify/spec.yaml`
4. Review the updated documentation at
`docs/integrations/sources/outbrain-amplify.md` for clarity and
completeness
## User Impact
Users will have:
- **Accurate expectations** about sync capabilities (Full Refresh only,
not Incremental)
- **Clearer setup instructions** with detailed authentication options
and configuration explanations
- **Better understanding** of available data streams with properly
formatted descriptions
**Note**: This documentation update may clarify limitations that some
users weren't previously aware of (no Incremental sync support).
## Can this PR be safely reverted and rolled back?
- [x] YES 💚
---
**Link to Devin run**:
https://app.devin.ai/sessions/419ea8a806fa4b498831719756d44d90
**Requested by**: User (via automated playbook task)
**Note**: This PR was created by an AI agent following a documentation
review playbook. The agent reviewed the connector source code and
updated documentation accordingly, but human verification of technical
accuracy is recommended, especially for the sync mode and stream naming
changes.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>