docs(source-smoke-test): improve documentation with config options and corrected changelog date#75222
Merged
Ian Alton (ian-at-airbyte) merged 1 commit intomasterfrom Mar 21, 2026
Conversation
…d corrected changelog date Co-Authored-By: bot_apk <apk@cognition.ai>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
👋 Greetings, Airbyte Team Member!Here are some helpful tips and reminders for your convenience. 💡 Show Tips and TricksPR Slash CommandsAirbyte Maintainers (that's you!) can execute the following slash commands on your PR:
📚 Show Repo GuidanceHelpful Resources
|
Contributor
|
Deploy preview for airbyte-docs ready! ✅ Preview Built with commit 9c62e57. |
Ian Alton (ian-at-airbyte)
approved these changes
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Confidence Assessment
Overall Confidence: 3/5
What I Verified vs. What I Inferred
smoke_test_source/source.py; 14 fast scenarios + 1 slow scenario from_scenarios.py; default behavior excludes slow streams (all_slow_streamsdefaults tofalse);large_batch_streamdefault record count is 1000;custom_scenariosfield structure.custom_scenariosfield acceptsrecords,primary_key, anddescriptionsub-fields (based on code comments and scenario structure, but not individually tested).Areas of Concern
spec.json. Reviewer should verify these match the actual connector spec at runtime.:::noteblock framing this as "internal testing" is an editorial judgment — reviewer should confirm this is appropriate.What
Improves the
source-smoke-testconnector documentation, which was missing configuration details and had an incorrect changelog date. Triggered by review of airbytehq/airbyte#75181 (initial release).How
all_fast_streams,all_slow_streams,scenario_filter,large_batch_record_count,custom_scenarios) with types, defaults, and descriptions.2026-03-18to2026-03-19to match actual PR merge date.Review Guide
smoke_test_source/source.py.2026-03-19is the correct merge date for PR feat(source-smoke-test): new Smoke Test Source for testing destinations #75181.:::noteblock (lines 7–9): Editorial addition stating this is for internal testing.Devin session