Skip to content

Commit b8eb86f

Browse files
authored
Merge pull request #69 from aws-samples/dengru_dev
Hot fix: ignore unused attributes in profile fetched from DynamoDB
2 parents d4c784f + 818fe38 commit b8eb86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/nlq/data_access/dynamo_profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class ProfileConfigEntity:
1515

1616
def __init__(self, profile_name: str, conn_name: str, schemas: List[str], tables: List[str], comments: str,
17-
tables_info: dict = None, prompt_map: dict = prompt_map_dict):
17+
tables_info: dict = None, prompt_map: dict = prompt_map_dict, **kwargs):
1818
self.profile_name = profile_name
1919
self.conn_name = conn_name
2020
self.schemas = schemas

0 commit comments

Comments
 (0)