Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/aws/services/athena.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "Athena"
description: Get started with Athena on LocalStack
tags: ["Ultimate"]
persistence: supported
---

import FeatureCoverage from "../../../../components/feature-coverage/FeatureCoverage";
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/aws/services/glue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Glue
description: Get started with Glue on LocalStack
tags: ['Ultimate']
persistence: supported with limitations
---

import FeatureCoverage from '../../../../components/feature-coverage/FeatureCoverage';
Expand Down
10 changes: 5 additions & 5 deletions src/data/persistence/coverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"athena": {
"service": "athena",
"full_name": "Athena",
"support": "not supported",
"test_suite": false,
"support": "supported",
"test_suite": true,
"limitations": ""
},
"autoscaling": {
Expand Down Expand Up @@ -408,9 +408,9 @@
"glue": {
"service": "glue",
"full_name": "Glue",
"support": "not supported",
"test_suite": false,
"limitations": ""
"support": "supported with limitations",
"test_suite": true,
"limitations": "The in-flight jobs at saving time might not be correctly restored."
},
"iam": {
"service": "iam",
Expand Down
Loading