From 55324b7c14d4e3bc4e6231774aee33e79d9177e0 Mon Sep 17 00:00:00 2001 From: Jan Miranda <78764836+janmran@users.noreply.github.com> Date: Wed, 18 Aug 2021 17:46:30 -0400 Subject: [PATCH] 2021.33.1 Release (#473) --- athena-aws-cmdb/athena-aws-cmdb.yaml | 4 ++-- athena-aws-cmdb/pom.xml | 2 +- athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml | 4 ++-- athena-cloudwatch-metrics/pom.xml | 2 +- athena-cloudwatch/athena-cloudwatch.yaml | 4 ++-- athena-cloudwatch/pom.xml | 2 +- athena-docdb/athena-docdb.yaml | 4 ++-- athena-docdb/pom.xml | 2 +- athena-dynamodb/athena-dynamodb.yaml | 4 ++-- athena-dynamodb/pom.xml | 2 +- athena-elasticsearch/athena-elasticsearch.yaml | 4 ++-- athena-elasticsearch/pom.xml | 2 +- athena-example/athena-example.yaml | 4 ++-- athena-example/pom.xml | 2 +- athena-federation-integ-test/README.md | 2 +- athena-federation-integ-test/pom.xml | 2 +- athena-federation-sdk-tools/pom.xml | 2 +- athena-federation-sdk/athena-federation-sdk.yaml | 4 ++-- athena-federation-sdk/pom.xml | 2 +- athena-hbase/athena-hbase.yaml | 4 ++-- athena-hbase/pom.xml | 2 +- athena-jdbc/athena-jdbc.yaml | 4 ++-- athena-jdbc/pom.xml | 2 +- athena-neptune/athena-neptune.yaml | 4 ++-- athena-neptune/pom.xml | 2 +- athena-redis/athena-redis.yaml | 4 ++-- athena-redis/pom.xml | 2 +- athena-timestream/athena-timestream.yaml | 4 ++-- athena-timestream/pom.xml | 2 +- athena-tpcds/athena-tpcds.yaml | 4 ++-- athena-tpcds/pom.xml | 2 +- athena-udfs/athena-udfs.yaml | 4 ++-- athena-udfs/pom.xml | 2 +- athena-vertica/athena-vertica.yaml | 4 ++-- athena-vertica/pom.xml | 2 +- pom.xml | 4 ++-- 36 files changed, 53 insertions(+), 53 deletions(-) diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index eb191087c8..3e5b1fd227 100644 --- a/athena-aws-cmdb/athena-aws-cmdb.yaml +++ b/athena-aws-cmdb/athena-aws-cmdb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" - CodeUri: "./target/athena-aws-cmdb-2021.30.1.jar" + CodeUri: "./target/athena-aws-cmdb-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-aws-cmdb/pom.xml b/athena-aws-cmdb/pom.xml index efaf0b0024..f9e649b309 100644 --- a/athena-aws-cmdb/pom.xml +++ b/athena-aws-cmdb/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index e0e063c74c..387504fc98 100644 --- a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml +++ b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.metrics.MetricsCompositeHandler" - CodeUri: "./target/athena-cloudwatch-metrics-2021.30.1.jar" + CodeUri: "./target/athena-cloudwatch-metrics-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL" Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch-metrics/pom.xml b/athena-cloudwatch-metrics/pom.xml index 560af6909f..ee415a22ee 100644 --- a/athena-cloudwatch-metrics/pom.xml +++ b/athena-cloudwatch-metrics/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index 8bf8fdee84..21e45d80b0 100644 --- a/athena-cloudwatch/athena-cloudwatch.yaml +++ b/athena-cloudwatch/athena-cloudwatch.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler" - CodeUri: "./target/athena-cloudwatch-2021.30.1.jar" + CodeUri: "./target/athena-cloudwatch-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL" Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch/pom.xml b/athena-cloudwatch/pom.xml index 295020b7f0..d8672605f5 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index 73b9d7b814..486b05c95a 100644 --- a/athena-docdb/athena-docdb.yaml +++ b/athena-docdb/athena-docdb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -61,7 +61,7 @@ Resources: default_docdb: !Ref DocDBConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler" - CodeUri: "./target/athena-docdb-2021.30.1.jar" + CodeUri: "./target/athena-docdb-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-docdb/pom.xml b/athena-docdb/pom.xml index 99aeb42910..f9e711aa10 100644 --- a/athena-docdb/pom.xml +++ b/athena-docdb/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index 90a78a2a05..f2ce5d2a4b 100644 --- a/athena-dynamodb/athena-dynamodb.yaml +++ b/athena-dynamodb/athena-dynamodb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.dynamodb.DynamoDBCompositeHandler" - CodeUri: "./target/athena-dynamodb-2021.30.1.jar" + CodeUri: "./target/athena-dynamodb-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with DynamoDB, making your tables accessible via SQL" Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-dynamodb/pom.xml b/athena-dynamodb/pom.xml index e971c42beb..252639e7b4 100644 --- a/athena-dynamodb/pom.xml +++ b/athena-dynamodb/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml index 5adf85c29f..c7a28e9c2c 100644 --- a/athena-elasticsearch/athena-elasticsearch.yaml +++ b/athena-elasticsearch/athena-elasticsearch.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -74,7 +74,7 @@ Resources: query_timeout_search: !Ref QueryTimeoutSearch FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.connectors.athena.elasticsearch.ElasticsearchCompositeHandler" - CodeUri: "./target/athena-elasticsearch-2021.30.1.jar" + CodeUri: "./target/athena-elasticsearch-2021.33.1.jar" Description: "The Elasticsearch Lambda Connector provides Athena users the ability to query data stored on Elasticsearch clusters." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-elasticsearch/pom.xml b/athena-elasticsearch/pom.xml index 314e7aa71a..2b51f25790 100644 --- a/athena-elasticsearch/pom.xml +++ b/athena-elasticsearch/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml index a2b819a56a..8277694605 100644 --- a/athena-example/athena-example.yaml +++ b/athena-example/athena-example.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -55,7 +55,7 @@ Resources: data_bucket: !Ref DataBucket FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.connectors.athena.example.ExampleCompositeHandler" - CodeUri: "./target/athena-example-2021.30.1.jar" + CodeUri: "./target/athena-example-2021.33.1.jar" Description: "A guided example for writing and deploying your own federated Amazon Athena connector for a custom source." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-example/pom.xml b/athena-example/pom.xml index ead33285f1..4d1fbbb340 100644 --- a/athena-example/pom.xml +++ b/athena-example/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md index 6848262df7..1a1e316daa 100644 --- a/athena-federation-integ-test/README.md +++ b/athena-federation-integ-test/README.md @@ -36,7 +36,7 @@ in most **pom.xml** files (e.g. com.amazonaws athena-federation-integ-test - Current version of the SDK (e.g. 2021.30.1) + Current version of the SDK (e.g. 2021.33.1) test ``` diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml index cdca18078a..eaf8a30fe1 100644 --- a/athena-federation-integ-test/pom.xml +++ b/athena-federation-integ-test/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-federation-sdk-tools/pom.xml b/athena-federation-sdk-tools/pom.xml index e80a1fdb67..91a39e8271 100644 --- a/athena-federation-sdk-tools/pom.xml +++ b/athena-federation-sdk-tools/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index d256841e44..7f2334a258 100644 --- a/athena-federation-sdk/athena-federation-sdk.yaml +++ b/athena-federation-sdk/athena-federation-sdk.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connector.lambda.examples.ExampleCompositeHandler" - CodeUri: "./target/aws-athena-federation-sdk-2021.30.1-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2021.33.1-withdep.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated data source." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-federation-sdk/pom.xml b/athena-federation-sdk/pom.xml index de00a9724b..622acb631a 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -8,7 +8,7 @@ com.amazonaws aws-athena-query-federation - 1.1.2 + 1.1.3 com.amazonaws diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index 250d94adae..031e5097fc 100644 --- a/athena-hbase/athena-hbase.yaml +++ b/athena-hbase/athena-hbase.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -60,7 +60,7 @@ Resources: default_hbase: !Ref HBaseConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.hbase.HbaseCompositeHandler" - CodeUri: "./target/athena-hbase-2021.30.1.jar" + CodeUri: "./target/athena-hbase-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with HBase, making your HBase data accessible via SQL" Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-hbase/pom.xml b/athena-hbase/pom.xml index 52834ff000..5a807c2e2f 100644 --- a/athena-hbase/pom.xml +++ b/athena-hbase/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-jdbc/athena-jdbc.yaml b/athena-jdbc/athena-jdbc.yaml index 25f190d689..46d39e825b 100644 --- a/athena-jdbc/athena-jdbc.yaml +++ b/athena-jdbc/athena-jdbc.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.connectors.athena.jdbc.MultiplexingJdbcCompositeHandler" - CodeUri: "./target/athena-jdbc-2021.30.1.jar" + CodeUri: "./target/athena-jdbc-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with Databases using JDBC" Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml index 5071a9d125..6fa78bae7b 100644 --- a/athena-jdbc/pom.xml +++ b/athena-jdbc/pom.xml @@ -3,7 +3,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml index d058173330..6c47b067bb 100644 --- a/athena-neptune/athena-neptune.yaml +++ b/athena-neptune/athena-neptune.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation','athena-neptune','neptune'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation Parameters: @@ -79,7 +79,7 @@ Resources: SERVICE_REGION: !Ref AWS::Region FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.neptune.NeptuneCompositeHandler" - CodeUri: "./target/athena-neptune-2021.30.1.jar" + CodeUri: "./target/athena-neptune-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with Neptune, making your Neptune graph data accessible via SQL." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-neptune/pom.xml b/athena-neptune/pom.xml index 9cd7c70a36..4cbee72838 100644 --- a/athena-neptune/pom.xml +++ b/athena-neptune/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index 763fa6663b..5a488fbdcb 100644 --- a/athena-redis/athena-redis.yaml +++ b/athena-redis/athena-redis.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.redis.RedisCompositeHandler" - CodeUri: "./target/athena-redis-2021.30.1.jar" + CodeUri: "./target/athena-redis-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with Redis, making your Redis data accessible via SQL" Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-redis/pom.xml b/athena-redis/pom.xml index ff90a03328..4991c73b57 100644 --- a/athena-redis/pom.xml +++ b/athena-redis/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml index 5dfb39553b..98bcd4d39d 100644 --- a/athena-timestream/athena-timestream.yaml +++ b/athena-timestream/athena-timestream.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.connectors.timestream.TimestreamCompositeHandler" - CodeUri: "./target/athena-timestream-2021.30.1.jar" + CodeUri: "./target/athena-timestream-2021.33.1.jar" Description: "Enables Amazon Athena to communicate with Amazon Timestream, making your time series data accessible from Athena." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-timestream/pom.xml b/athena-timestream/pom.xml index 5806c387dc..1bd0578769 100644 --- a/athena-timestream/pom.xml +++ b/athena-timestream/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index 3485092ac9..11ae354923 100644 --- a/athena-tpcds/athena-tpcds.yaml +++ b/athena-tpcds/athena-tpcds.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.tpcds.TPCDSCompositeHandler" - CodeUri: "./target/athena-tpcds-2021.30.1.jar" + CodeUri: "./target/athena-tpcds-2021.33.1.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated TPC-DS data source." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-tpcds/pom.xml b/athena-tpcds/pom.xml index 14c2727fce..ea67688000 100644 --- a/athena-tpcds/pom.xml +++ b/athena-tpcds/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index f08f60bbff..ddef99925d 100644 --- a/athena-udfs/athena-udfs.yaml +++ b/athena-udfs/athena-udfs.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -34,7 +34,7 @@ Resources: Properties: FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.udfs.AthenaUDFHandler" - CodeUri: "./target/athena-udfs-2021.30.1.jar" + CodeUri: "./target/athena-udfs-2021.33.1.jar" Description: "This connector enables Amazon Athena to leverage common UDFs made available via Lambda." Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-udfs/pom.xml b/athena-udfs/pom.xml index 957bbe6163..bf4e9c856e 100644 --- a/athena-udfs/pom.xml +++ b/athena-udfs/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml index 2c6283c0ce..24ddd262ca 100644 --- a/athena-vertica/athena-vertica.yaml +++ b/athena-vertica/athena-vertica.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2021.30.1 + SemanticVersion: 2021.33.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -76,7 +76,7 @@ Resources: FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.connectors.athena.vertica.VerticaCompositeHandler" - CodeUri: "./target/athena-vertica-2021.30.1.jar" + CodeUri: "./target/athena-vertica-2021.33.1.jar" Description: "Amazon Athena Vertica Connector" Runtime: java8 Timeout: !Ref LambdaTimeout diff --git a/athena-vertica/pom.xml b/athena-vertica/pom.xml index 4705963e0e..6a57f56bec 100644 --- a/athena-vertica/pom.xml +++ b/athena-vertica/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.2 + 1.1.3 4.0.0 diff --git a/pom.xml b/pom.xml index 7fff8990ec..1a41569318 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.amazonaws aws-athena-query-federation pom - 1.1.2 + 1.1.3 AWS Athena Query Federation The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own code. https://github.com/awslabs/aws-athena-query-federation @@ -15,7 +15,7 @@ 1.8 1.8 1.11.800 - 2021.30.1 + 2021.33.1 1.2.0 1.7.28 1.10.19