-
Notifications
You must be signed in to change notification settings - Fork 4k
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
bedrock: KnowledgeBaseConfigurationProperty is missing sqlKnowledgeBaseConfiguration property in latest CDK version 2.176.0 #32972
Comments
@nroshanr Good morning. Thanks for opening the issue. I do see that schema file aws-bedrock-knowledgebase.json was updated 14 hrs ago. It could take a while for CDK to be updated with the new schema changes. Please wait for next release for Thanks, |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
@ashishdhingra Is there any tentative date by which this release would happen? |
Refer to PR #33019 which was merged yesterday and has below changes:
Please wait for next CDK release. |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Thanks @dave-moser for raising this issue. Could you please check the synthesized CFN template and confirm if this is what you expect. |
I think you are correct. Other data sources require another CF construct to pass in more detail.
This CF construct does not have parameters for Redshift. The above code throws an error. Where do I report such an issue with CloudFormation? FYI - I am able to successfully create the working KB with Redshift using the Boto3 API. |
I doubled check the existing CFN DataSource Configuration .. the Type property seems supports Redshift, but there is no place to add more configuration. Please, check this issue with CFN team. |
Thanks. I have added the issue here. |
Describe the bug
KnowledgeBaseConfigurationProperty is missing the
sqlKnowledgeBaseConfiguration
property which is currently supported by CloudFormation AWS::Bedrock::KnowledgeBase KnowledgeBaseConfigurationRegression Issue
Last Known Working CDK Version
No response
Expected Behavior
sqlKnowledgeBaseConfiguration
should not be missing in L1 construct.Current Behavior
CDK gives the following error:
Object literal may only specify known properties, and 'sqlKnowledgeBaseConfiguration' does not exist in type 'IResolvable | KnowledgeBaseConfigurationProperty'.
Reproduction Steps
Here's a sample code to replicate the error:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.176.0
Framework Version
No response
Node.js Version
v18.20.5
OS
Linux
Language
TypeScript
Language Version
5.3.3
Other information
No response
The text was updated successfully, but these errors were encountered: