Skip to content

Commit 14bee28

Browse files
authored
cutting new release 2021.14.1 (#389)
* cutting new release 2021.14.1
1 parent 3a37dbd commit 14bee28

File tree

36 files changed

+43
-45
lines changed

36 files changed

+43
-45
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tldr; Get Started:
1212
1. Navigate to [Servless Application Repository](https://console.aws.amazon.com/serverlessrepo/home#/available-applications) and search for "athena-federation". Be sure to check the box to show entries that require custom IAM roles.
1313
1. Look for entries published by the "Amazon Athena Federation" author.
1414
1. Deploy the application
15-
1. Go to the [Athena Console in us-east-1 (N. Virginia)](https://console.aws.amazon.com/athena/home) and create a workgroup called "AmazonAthenaPreviewFunctionality", any queries run from that workgroup will be able to use Preview features described in this repository. If you are running a federated query in US-East-1, Us-East-2, or Us-West-2, you can use any workgroup as long as you have set your engine setting to V2. See Engine Versions here:https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html.
15+
1. To use Federated Queries, upgrade your engine version to Athena V2 in your workgroup settings. Check documentation here for more details: https://docs.aws.amazon.com/athena/latest/ug/engine-versions.html.
1616
1. Run a query "show databases in \`lambda:<func_name>\`" where <func_name> is the name of the Lambda function you deployed in the previous steps.
1717

1818
For more information please consult:

athena-aws-cmdb/athena-aws-cmdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.6.1
13+
SemanticVersion: 2021.14.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-aws-cmdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.6.1</version>
23+
<version>2021.14.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>

athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.6.1
13+
SemanticVersion: 2021.14.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-cloudwatch-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.6.1</version>
23+
<version>2021.14.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>

athena-cloudwatch/athena-cloudwatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.6.1
13+
SemanticVersion: 2021.14.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-cloudwatch/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.6.1</version>
23+
<version>2021.14.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>
2727
<artifactId>athena-federation-integ-test</artifactId>
28-
<version>2021.6.1</version>
28+
<version>2021.14.1</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<!-- https://mvnrepository.com/artifact/software.amazon.awscdk/logs -->

athena-docdb/athena-docdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.6.1
13+
SemanticVersion: 2021.14.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-docdb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.6.1</version>
23+
<version>2021.14.1</version>
2424
<exclusions>
2525
<!-- replaced with jcl-over-slf4j -->
2626
<exclusion>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.amazonaws</groupId>
3434
<artifactId>athena-federation-integ-test</artifactId>
35-
<version>2021.6.1</version>
35+
<version>2021.14.1</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-docdb -->

athena-dynamodb/athena-dynamodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.6.1
13+
SemanticVersion: 2021.14.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

0 commit comments

Comments
 (0)