-
Notifications
You must be signed in to change notification settings - Fork 32
fix: (CDK) (DpathExtractor) - fix schema causing the typescript type generation in the FE
#406
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: (CDK) (DpathExtractor) - fix schema causing the typescript type generation in the FE
#406
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR resolves a schema notation issue in the YAML file that was causing TypeScript type generation issues in the front-end.
- Corrected the schema notation by removing an extraneous hyphen.
Comments suppressed due to low confidence (1)
airbyte_cdk/sources/declarative/declarative_component_schema.yaml:1660
- Removing the extraneous '-' for the type definition improves the YAML schema structure and should resolve the type generation issue. Please ensure that this schema change aligns with all expectations for the declarative component schema.
type: string
📝 WalkthroughWalkthroughThe pull request modifies the YAML schema for the Changes
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (8)
🔇 Additional comments (1)
🪧 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 (
|
|
@bazarnov FYI I also pushed up this commit to fix a couple more places I found with the same issue, though in those places they were using |
What
Resolving:
How
- type: stringtotype: stringinstead (hyphen has been removed)User Impact
No impact is expected, this is not a breaking change.
Summary by CodeRabbit