-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(low-code cdk): add type and parameters resolving for dynamic streams #439
base: main
Are you sure you want to change the base?
fix(low-code cdk): add type and parameters resolving for dynamic streams #439
Conversation
/autofix
|
📝 WalkthroughWalkthroughThe pull request updates the dynamic stream configuration process in the manifest declarative source. It adds a transformation step where dynamic streams are modified by calling the Changes
Sequence Diagram(s)sequenceDiagram
participant DS as ManifestDeclarativeSource
participant MCT as ManifestComponentTransformer
DS->>DS: Resolve components for dynamic streams
DS->>MCT: Call propagate_types_and_parameters("", dynamic_stream, {}, False)
MCT-->>DS: Return enriched dynamic_stream
DS->>DS: Continue processing transformed dynamic_stream
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (9)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
8fef455
to
afaf6a9
Compare
Fixed: https://github.com/airbytehq/airbyte-internal-issues/issues/11699
Summary by CodeRabbit
New Features
Tests