Skip to content

Commit 0971f64

Browse files
HCK-10565: DocumentDB missing meta info (#27)
<!--do not remove this marker, its needed to replace info when ticket title is updated --> <!--jira-description-action-hidden-marker-start--> <table> <td> <a href="https://hackolade.atlassian.net/browse/HCK-10565" title="HCK-10565" target="_blank"><img alt="Sub-task" src="https://hackolade.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10316?size=medium" />HCK-10565</a> Add disclaimer if instance metadata won't be fetched </td></table> <br /> <!--jira-description-action-hidden-marker-end--> ## Technical details * introduced AWS credentials check feature flag ## Related PR's * hackolade/studio#2973
1 parent e7ed788 commit 0971f64

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"enableREQueryAndSortCriteria": true,
5353
"relationships": {
5454
"entityNameSeparator": "."
55-
}
55+
},
56+
"checkAwsCredentials": true
5657
}
5758
},
5859
"description": "Hackolade plugin for Amazon DocumentDB",
@@ -93,4 +94,4 @@
9394
"pre-commit": "npx lint-staged",
9495
"pre-push": "npx eslint ."
9596
}
96-
}
97+
}

0 commit comments

Comments
 (0)