You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 01-create-aurora-pgvector fails when executing the PostgreSQL query create_tables: table_name = self.sanitize_table_name(self.table_name)
Step to reproduce is simply to run cdk deploy
It seems like the sanitize_table_name function didn't get committed as part of this pull request: #4
I have confirmed that the lambda is able to create the table bedrock_integration.knowledge_bases when reverting this change locally and running cdk deploy again
The text was updated successfully, but these errors were encountered:
Step 01-create-aurora-pgvector fails when executing the PostgreSQL query
create_tables
:table_name = self.sanitize_table_name(self.table_name)
Step to reproduce is simply to run cdk deploy
It seems like the
sanitize_table_name
function didn't get committed as part of this pull request:#4
I have confirmed that the lambda is able to create the table bedrock_integration.knowledge_bases when reverting this change locally and running cdk deploy again
The text was updated successfully, but these errors were encountered: