Skip to content

Commit

Permalink
Alter table for eofilters in Athena
Browse files Browse the repository at this point in the history
  • Loading branch information
bo-lu committed Feb 26, 2024
1 parent a7c0d5f commit 294567b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/cloudformation/geocore-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,12 @@ Resources:

ALTER EXTERNAL TABLE `metadata`
ADD COLUMN IF NOT EXISTS `features_popularity` int;

ALTER EXTERNAL TABLE `metadata`
ADD COLUMN IF NOT EXISTS `features_properties_eocollection` string;

ALTER EXTERNAL TABLE `metadata`
ADD COLUMN IF NOT EXISTS `features_properties_eofilters` string;
"
GeoCoreAthenaWorkGroup:
Expand Down

0 comments on commit 294567b

Please sign in to comment.