From 57216e1cf5ef4c5fc8cf44c4fcf06591fcaf4eb1 Mon Sep 17 00:00:00 2001 From: Henry Mai Date: Thu, 17 Nov 2022 18:39:47 +0000 Subject: [PATCH] Cut release for 2022.46.2 Fix CVE dependency issue (#830) Feature/db2 connector (#796) fix LambdaRecordProvider logger (#833) --- athena-aws-cmdb/athena-aws-cmdb.yaml | 4 ++-- athena-aws-cmdb/pom.xml | 6 +++--- athena-cloudera-hive/athena-cloudera-hive.yaml | 4 ++-- athena-cloudera-hive/pom.xml | 10 +++++----- athena-cloudera-impala/athena-cloudera-impala.yaml | 4 ++-- athena-cloudera-impala/pom.xml | 10 +++++----- .../athena-cloudwatch-metrics.yaml | 4 ++-- athena-cloudwatch-metrics/pom.xml | 6 +++--- athena-cloudwatch/athena-cloudwatch.yaml | 4 ++-- athena-cloudwatch/pom.xml | 8 ++++---- athena-datalakegen2/athena-datalakegen2.yaml | 4 ++-- athena-datalakegen2/pom.xml | 10 +++++----- athena-db2/athena-db2.yaml | 4 ++-- athena-db2/pom.xml | 12 ++++++------ athena-docdb/athena-docdb.yaml | 4 ++-- athena-docdb/pom.xml | 8 ++++---- athena-dynamodb/athena-dynamodb.yaml | 4 ++-- athena-dynamodb/pom.xml | 10 +++++----- athena-elasticsearch/athena-elasticsearch.yaml | 4 ++-- athena-elasticsearch/pom.xml | 10 +++++----- athena-example/athena-example.yaml | 4 ++-- athena-example/pom.xml | 6 +++--- athena-federation-integ-test/README.md | 2 +- athena-federation-integ-test/pom.xml | 4 ++-- athena-federation-sdk-tools/pom.xml | 6 +++--- athena-federation-sdk/athena-federation-sdk.yaml | 4 ++-- athena-federation-sdk/pom.xml | 4 ++-- athena-google-bigquery/athena-google-bigquery.yaml | 4 ++-- athena-google-bigquery/pom.xml | 10 +++++----- athena-hbase/athena-hbase.yaml | 4 ++-- athena-hbase/pom.xml | 8 ++++---- athena-hortonworks-hive/athena-hortonworks-hive.yaml | 4 ++-- athena-hortonworks-hive/pom.xml | 10 +++++----- athena-jdbc/pom.xml | 8 ++++---- athena-mysql/athena-mysql.yaml | 4 ++-- athena-mysql/pom.xml | 10 +++++----- athena-neptune/athena-neptune.yaml | 4 ++-- athena-neptune/pom.xml | 6 +++--- athena-oracle/athena-oracle.yaml | 4 ++-- athena-oracle/pom.xml | 10 +++++----- athena-postgresql/athena-postgresql.yaml | 4 ++-- athena-postgresql/pom.xml | 10 +++++----- athena-redis/athena-redis.yaml | 4 ++-- athena-redis/pom.xml | 8 ++++---- athena-redshift/athena-redshift.yaml | 4 ++-- athena-redshift/pom.xml | 10 +++++----- athena-saphana/athena-saphana.yaml | 2 +- athena-saphana/pom.xml | 10 +++++----- athena-snowflake/athena-snowflake.yaml | 4 ++-- athena-snowflake/pom.xml | 10 +++++----- athena-sqlserver/athena-sqlserver.yaml | 4 ++-- athena-sqlserver/pom.xml | 10 +++++----- athena-synapse/athena-synapse.yaml | 4 ++-- athena-synapse/pom.xml | 10 +++++----- athena-teradata/athena-teradata.yaml | 4 ++-- athena-teradata/pom.xml | 10 +++++----- athena-timestream/athena-timestream.yaml | 4 ++-- athena-timestream/pom.xml | 8 ++++---- athena-tpcds/athena-tpcds.yaml | 4 ++-- athena-tpcds/pom.xml | 6 +++--- athena-udfs/athena-udfs.yaml | 4 ++-- athena-udfs/pom.xml | 6 +++--- athena-vertica/athena-vertica.yaml | 4 ++-- athena-vertica/pom.xml | 6 +++--- pom.xml | 2 +- tools/validate_connector.sh | 2 +- 66 files changed, 200 insertions(+), 200 deletions(-) diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index b341ef905c..b46b3c7a2c 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2.jar" + CodeUri: "./target/athena-aws-cmdb-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-aws-cmdb/pom.xml b/athena-aws-cmdb/pom.xml index 9fde545fc1..ca3c5ebcbf 100644 --- a/athena-aws-cmdb/pom.xml +++ b/athena-aws-cmdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-aws-cmdb - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 com.amazonaws diff --git a/athena-cloudera-hive/athena-cloudera-hive.yaml b/athena-cloudera-hive/athena-cloudera-hive.yaml index ed2eacd64f..d7f5cbe191 100644 --- a/athena-cloudera-hive/athena-cloudera-hive.yaml +++ b/athena-cloudera-hive/athena-cloudera-hive.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.cloudera.HiveMuxCompositeHandler" - CodeUri: "./target/athena-cloudera-hive-2022.42.2.jar" + CodeUri: "./target/athena-cloudera-hive-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Coludera Hive using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudera-hive/pom.xml b/athena-cloudera-hive/pom.xml index d0bf07a53f..f1eb8280bf 100644 --- a/athena-cloudera-hive/pom.xml +++ b/athena-cloudera-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-cloudera-hive - 2022.42.2 + 2022.46.1 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-cloudera-impala/athena-cloudera-impala.yaml b/athena-cloudera-impala/athena-cloudera-impala.yaml index 9722a3bdb5..6f707ad18f 100644 --- a/athena-cloudera-impala/athena-cloudera-impala.yaml +++ b/athena-cloudera-impala/athena-cloudera-impala.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.cloudera.ImpalaMuxCompositeHandler" - CodeUri: "./target/athena-cloudera-impala-2022.42.2.jar" + CodeUri: "./target/athena-cloudera-impala-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Cloudera Impala using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudera-impala/pom.xml b/athena-cloudera-impala/pom.xml index 0a7f3dd2a8..961dcc3c28 100644 --- a/athena-cloudera-impala/pom.xml +++ b/athena-cloudera-impala/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-cloudera-impala - 2022.42.2 + 2022.46.1 1.7.30 2.6.26.1031 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 Impala @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index 206e8a91fd..4f7c080c12 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2.jar" + CodeUri: "./target/athena-cloudwatch-metrics-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch-metrics/pom.xml b/athena-cloudwatch-metrics/pom.xml index cda71953fc..69847824f1 100644 --- a/athena-cloudwatch-metrics/pom.xml +++ b/athena-cloudwatch-metrics/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-cloudwatch-metrics - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 com.amazonaws diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index ae9cea4cd1..d6b8795d2c 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: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -61,7 +61,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler" - CodeUri: "./target/athena-cloudwatch-2022.42.2.jar" + CodeUri: "./target/athena-cloudwatch-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch/pom.xml b/athena-cloudwatch/pom.xml index 939e978a2f..24500f5381 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-cloudwatch - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test diff --git a/athena-datalakegen2/athena-datalakegen2.yaml b/athena-datalakegen2/athena-datalakegen2.yaml index 4801d47107..65eff16536 100644 --- a/athena-datalakegen2/athena-datalakegen2.yaml +++ b/athena-datalakegen2/athena-datalakegen2.yaml @@ -12,7 +12,7 @@ Metadata: - athena-federation - jdbc HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2MuxCompositeHandler" - CodeUri: "./target/athena-datalakegen2-2022.42.2.jar" + CodeUri: "./target/athena-datalakegen2-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with DataLake Gen2 using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-datalakegen2/pom.xml b/athena-datalakegen2/pom.xml index d030d48775..e355c408a1 100644 --- a/athena-datalakegen2/pom.xml +++ b/athena-datalakegen2/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-datalakegen2 - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-db2/athena-db2.yaml b/athena-db2/athena-db2.yaml index bb25daa52e..84021994a6 100644 --- a/athena-db2/athena-db2.yaml +++ b/athena-db2/athena-db2.yaml @@ -13,7 +13,7 @@ Metadata: - athena-federation - jdbc HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -63,7 +63,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.db2.Db2MuxCompositeHandler" - CodeUri: "./target/athena-db2-2022.42.2.jar" + CodeUri: "./target/athena-db2-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with DB2 using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-db2/pom.xml b/athena-db2/pom.xml index 1189ddbe29..534b4e08ee 100644 --- a/athena-db2/pom.xml +++ b/athena-db2/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-db2 - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test @@ -97,7 +97,7 @@ - + diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index 71bae4c127..23e4b4787e 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2.jar" + CodeUri: "./target/athena-docdb-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-docdb/pom.xml b/athena-docdb/pom.xml index 7fdcaec1ee..2084484026 100644 --- a/athena-docdb/pom.xml +++ b/athena-docdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-docdb - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index 31184cef05..af863ebc7c 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: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -61,7 +61,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.dynamodb.DynamoDBCompositeHandler" - CodeUri: "./target/athena-dynamodb-2022.42.2.jar" + CodeUri: "./target/athena-dynamodb-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with DynamoDB, making your tables accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-dynamodb/pom.xml b/athena-dynamodb/pom.xml index e5789f782b..32e2f971a6 100644 --- a/athena-dynamodb/pom.xml +++ b/athena-dynamodb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-dynamodb - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test @@ -91,7 +91,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml index e2fcb243f9..91ca7001e5 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: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -98,7 +98,7 @@ Resources: query_scroll_timeout: !Ref QueryScrollTimeout FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler" - CodeUri: "./target/athena-elasticsearch-2022.42.2.jar" + CodeUri: "./target/athena-elasticsearch-2022.46.1.jar" Description: "The Elasticsearch Lambda Connector provides Athena users the ability to query data stored on Elasticsearch clusters." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-elasticsearch/pom.xml b/athena-elasticsearch/pom.xml index 41d9178247..c66cc31679 100644 --- a/athena-elasticsearch/pom.xml +++ b/athena-elasticsearch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-elasticsearch - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test @@ -112,7 +112,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml index 11720279a5..39160e3a90 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: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.example.ExampleCompositeHandler" - CodeUri: "./target/athena-example-2022.42.2.jar" + CodeUri: "./target/athena-example-2022.46.1.jar" Description: "A guided example for writing and deploying your own federated Amazon Athena connector for a custom source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-example/pom.xml b/athena-example/pom.xml index 0426b46b48..a9d6835641 100644 --- a/athena-example/pom.xml +++ b/athena-example/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-example - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md index 6fec22a3bd..9d3461ef4a 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. 2022.42.2) + Current version of the SDK (e.g. 2022.46.1) test ``` diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml index 4f516f3db9..347bb236ed 100644 --- a/athena-federation-integ-test/pom.xml +++ b/athena-federation-integ-test/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-federation-integ-test - 2022.42.2 + 2022.46.1 jar Amazon Athena Query Federation Integ Test diff --git a/athena-federation-sdk-tools/pom.xml b/athena-federation-sdk-tools/pom.xml index 619f0b26ec..845816ae40 100644 --- a/athena-federation-sdk-tools/pom.xml +++ b/athena-federation-sdk-tools/pom.xml @@ -3,13 +3,13 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-federation-sdk-tools jar Amazon Athena Query Federation SDK Tools - 2022.42.2 + 2022.46.1 1.7.30 @@ -17,7 +17,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index 5b3164fede..ff20519425 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2022.46.1-withdep.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated data source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-federation-sdk/pom.xml b/athena-federation-sdk/pom.xml index 22cc8fedd7..3c1c45c6b2 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -4,11 +4,11 @@ com.amazonaws aws-athena-query-federation - 2022.42.2 + 2022.46.1 com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 jar Amazon Athena Query Federation SDK The Athena Query Federation SDK defines a set of interfaces and wire protocols that you can implement to enable Athena to delegate portions of it's query execution plan to code that you deploy/write. diff --git a/athena-google-bigquery/athena-google-bigquery.yaml b/athena-google-bigquery/athena-google-bigquery.yaml index 47843ce48b..7a113be8d8 100644 --- a/athena-google-bigquery/athena-google-bigquery.yaml +++ b/athena-google-bigquery/athena-google-bigquery.yaml @@ -13,7 +13,7 @@ Metadata: - Athena-Federation - Google-SDK HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -69,7 +69,7 @@ Resources: concurrencyLimit: !Ref ConcurrencyLimit FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.google.bigquery.BigQueryCompositeHandler" - CodeUri: "./target/athena-google-bigquery-2022.42.2.jar" + CodeUri: "./target/athena-google-bigquery-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with BigQuery using Google SDK" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-google-bigquery/pom.xml b/athena-google-bigquery/pom.xml index 98220e9bcd..8bcc61d8ac 100644 --- a/athena-google-bigquery/pom.xml +++ b/athena-google-bigquery/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-google-bigquery - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index 000bfd85a8..885f0ae1d2 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2.jar" + CodeUri: "./target/athena-hbase-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with HBase, making your HBase data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-hbase/pom.xml b/athena-hbase/pom.xml index 4c525f28b8..33841046b6 100644 --- a/athena-hbase/pom.xml +++ b/athena-hbase/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-hbase - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test diff --git a/athena-hortonworks-hive/athena-hortonworks-hive.yaml b/athena-hortonworks-hive/athena-hortonworks-hive.yaml index f4b1e032c7..30005c3d3f 100644 --- a/athena-hortonworks-hive/athena-hortonworks-hive.yaml +++ b/athena-hortonworks-hive/athena-hortonworks-hive.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.hortonworks.HiveMuxCompositeHandler" - CodeUri: "./target/athena-hortonworks-hive-2022.42.2.jar" + CodeUri: "./target/athena-hortonworks-hive-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Hortonworks Hive using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-hortonworks-hive/pom.xml b/athena-hortonworks-hive/pom.xml index 88dc3ca64d..9f804a2fd4 100644 --- a/athena-hortonworks-hive/pom.xml +++ b/athena-hortonworks-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-hortonworks-hive - 2022.42.2 + 2022.46.1 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml index f310ba8655..79277dac0b 100644 --- a/athena-jdbc/pom.xml +++ b/athena-jdbc/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-jdbc - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test diff --git a/athena-mysql/athena-mysql.yaml b/athena-mysql/athena-mysql.yaml index 2b61abd709..aeed4a0d76 100644 --- a/athena-mysql/athena-mysql.yaml +++ b/athena-mysql/athena-mysql.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.mysql.MySqlMuxCompositeHandler" - CodeUri: "./target/athena-mysql-2022.42.2.jar" + CodeUri: "./target/athena-mysql-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with MySQL using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-mysql/pom.xml b/athena-mysql/pom.xml index 08ae6fab5b..cf717635a1 100644 --- a/athena-mysql/pom.xml +++ b/athena-mysql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-mysql - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml index 36605f6540..a39acb91b1 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: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation Parameters: @@ -89,7 +89,7 @@ Resources: enable_caseinsensitivematch: !Ref EnableCaseInsensitiveMatch FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.neptune.NeptuneCompositeHandler" - CodeUri: "./target/athena-neptune-2022.42.2.jar" + CodeUri: "./target/athena-neptune-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Neptune, making your Neptune graph data accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-neptune/pom.xml b/athena-neptune/pom.xml index c997f1ab11..fe1f2933b2 100644 --- a/athena-neptune/pom.xml +++ b/athena-neptune/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-neptune - 2022.42.2 + 2022.46.1 1.7.30 3.4.8 @@ -16,7 +16,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 diff --git a/athena-oracle/athena-oracle.yaml b/athena-oracle/athena-oracle.yaml index 31440901dc..55dc638967 100644 --- a/athena-oracle/athena-oracle.yaml +++ b/athena-oracle/athena-oracle.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.oracle.OracleMuxCompositeHandler" - CodeUri: "./target/athena-oracle-2022.42.2.jar" + CodeUri: "./target/athena-oracle-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with ORACLE using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-oracle/pom.xml b/athena-oracle/pom.xml index 23d3c99a23..c99391725d 100644 --- a/athena-oracle/pom.xml +++ b/athena-oracle/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-oracle - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-postgresql/athena-postgresql.yaml b/athena-postgresql/athena-postgresql.yaml index ccc0130de1..c1d929f77a 100644 --- a/athena-postgresql/athena-postgresql.yaml +++ b/athena-postgresql/athena-postgresql.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -65,7 +65,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: !Sub "com.amazonaws.athena.connectors.postgresql.${CompositeHandler}" - CodeUri: "./target/athena-postgresql-2022.42.2.jar" + CodeUri: "./target/athena-postgresql-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with PostgreSQL using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-postgresql/pom.xml b/athena-postgresql/pom.xml index bd8d89548e..92bdbe58d6 100644 --- a/athena-postgresql/pom.xml +++ b/athena-postgresql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-postgresql - 2022.42.2 + 2022.46.1 jar 1.7.30 @@ -16,18 +16,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index 63a86a7845..80ad431db3 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2.jar" + CodeUri: "./target/athena-redis-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Redis, making your Redis data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-redis/pom.xml b/athena-redis/pom.xml index d6c3e4ed55..8ad9e16573 100644 --- a/athena-redis/pom.xml +++ b/athena-redis/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-redis - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 @@ -62,7 +62,7 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test diff --git a/athena-redshift/athena-redshift.yaml b/athena-redshift/athena-redshift.yaml index 7d2f42e145..00f855eaf2 100644 --- a/athena-redshift/athena-redshift.yaml +++ b/athena-redshift/athena-redshift.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.redshift.RedshiftMuxCompositeHandler" - CodeUri: "./target/athena-redshift-2022.42.2.jar" + CodeUri: "./target/athena-redshift-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Redshift using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-redshift/pom.xml b/athena-redshift/pom.xml index b9b489bd7e..89387e3ade 100644 --- a/athena-redshift/pom.xml +++ b/athena-redshift/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-redshift - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws athena-postgresql - 2022.42.2 + 2022.46.1 com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test @@ -31,7 +31,7 @@ com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-saphana/athena-saphana.yaml b/athena-saphana/athena-saphana.yaml index 48c92a9043..f27eededc0 100644 --- a/athena-saphana/athena-saphana.yaml +++ b/athena-saphana/athena-saphana.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: diff --git a/athena-saphana/pom.xml b/athena-saphana/pom.xml index 9362038d41..6806c77d22 100644 --- a/athena-saphana/pom.xml +++ b/athena-saphana/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-saphana - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-snowflake/athena-snowflake.yaml b/athena-snowflake/athena-snowflake.yaml index 1a15e0ea5f..4b8407f5a9 100644 --- a/athena-snowflake/athena-snowflake.yaml +++ b/athena-snowflake/athena-snowflake.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.snowflake.SnowflakeMuxCompositeHandler" - CodeUri: "./target/athena-snowflake-2022.42.2.jar" + CodeUri: "./target/athena-snowflake-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Snowflake using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-snowflake/pom.xml b/athena-snowflake/pom.xml index 7271bb77ce..cce33adba0 100644 --- a/athena-snowflake/pom.xml +++ b/athena-snowflake/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-snowflake - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-sqlserver/athena-sqlserver.yaml b/athena-sqlserver/athena-sqlserver.yaml index 3756e9a591..5e9c55ccb3 100644 --- a/athena-sqlserver/athena-sqlserver.yaml +++ b/athena-sqlserver/athena-sqlserver.yaml @@ -12,7 +12,7 @@ Metadata: - athena-federation - jdbc HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.sqlserver.SqlServerMuxCompositeHandler" - CodeUri: "./target/athena-sqlserver-2022.42.2.jar" + CodeUri: "./target/athena-sqlserver-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with SQLSERVER using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-sqlserver/pom.xml b/athena-sqlserver/pom.xml index 177d855e24..3d23b2cd9f 100644 --- a/athena-sqlserver/pom.xml +++ b/athena-sqlserver/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-sqlserver - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-synapse/athena-synapse.yaml b/athena-synapse/athena-synapse.yaml index a3a4ac0fe8..49cc9c8cc3 100644 --- a/athena-synapse/athena-synapse.yaml +++ b/athena-synapse/athena-synapse.yaml @@ -12,7 +12,7 @@ Metadata: - athena-federation - jdbc HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -75,7 +75,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.synapse.SynapseMuxCompositeHandler" - CodeUri: "./target/athena-synapse-2022.42.2.jar" + CodeUri: "./target/athena-synapse-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with SYNPASE using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-synapse/pom.xml b/athena-synapse/pom.xml index 2d3497453d..56173e2f10 100644 --- a/athena-synapse/pom.xml +++ b/athena-synapse/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-synapse - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-teradata/athena-teradata.yaml b/athena-teradata/athena-teradata.yaml index 1c1f194f57..7a86538092 100644 --- a/athena-teradata/athena-teradata.yaml +++ b/athena-teradata/athena-teradata.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.42.2 + SemanticVersion: 2022.46.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -70,7 +70,7 @@ Resources: Handler: "com.amazonaws.athena.connectors.teradata.TeradataMuxCompositeHandler" Layers: - !Ref LambdaJDBCLayername - CodeUri: "./target/athena-teradata-2022.42.2.jar" + CodeUri: "./target/athena-teradata-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Teradata using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-teradata/pom.xml b/athena-teradata/pom.xml index 43000770bb..413862a5de 100644 --- a/athena-teradata/pom.xml +++ b/athena-teradata/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-teradata - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 com.amazonaws athena-jdbc - 2022.42.2 + 2022.46.1 test-jar test diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml index 4ee7a6e17b..50b6e78353 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: 2022.42.2 + SemanticVersion: 2022.46.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.timestream.TimestreamCompositeHandler" - CodeUri: "./target/athena-timestream-2022.42.2.jar" + CodeUri: "./target/athena-timestream-2022.46.1.jar" Description: "Enables Amazon Athena to communicate with Amazon Timestream, making your time series data accessible from Athena." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-timestream/pom.xml b/athena-timestream/pom.xml index 35b57e9b17..edccdef5ac 100644 --- a/athena-timestream/pom.xml +++ b/athena-timestream/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-timestream - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.42.2 + 2022.46.1 test diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index 246e77735d..68f022eafb 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2.jar" + CodeUri: "./target/athena-tpcds-2022.46.1.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated TPC-DS data source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-tpcds/pom.xml b/athena-tpcds/pom.xml index 28a9ffa716..5506f826b4 100644 --- a/athena-tpcds/pom.xml +++ b/athena-tpcds/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-tpcds - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index 54a1ca6576..5a23fd76ce 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: 2022.42.2 + SemanticVersion: 2022.46.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-2022.42.2.jar" + CodeUri: "./target/athena-udfs-2022.46.1.jar" Description: "This connector enables Amazon Athena to leverage common UDFs made available via Lambda." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-udfs/pom.xml b/athena-udfs/pom.xml index 1d6d80a724..e813c924df 100644 --- a/athena-udfs/pom.xml +++ b/athena-udfs/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-udfs - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml index 1f0f75bf6b..fb273a3427 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: 2022.42.2 + SemanticVersion: 2022.46.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.athena.connectors.vertica.VerticaCompositeHandler" - CodeUri: "./target/athena-vertica-2022.42.2.jar" + CodeUri: "./target/athena-vertica-2022.46.1.jar" Description: "Amazon Athena Vertica Connector" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-vertica/pom.xml b/athena-vertica/pom.xml index ea2297bfcb..5e797b99f8 100644 --- a/athena-vertica/pom.xml +++ b/athena-vertica/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.42.2 + 2022.46.1 4.0.0 athena-vertica - 2022.42.2 + 2022.46.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.42.2 + 2022.46.1 diff --git a/pom.xml b/pom.xml index 548d4c176d..da9bf67a00 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.amazonaws aws-athena-query-federation pom - 2022.42.2 + 2022.46.1 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 diff --git a/tools/validate_connector.sh b/tools/validate_connector.sh index 3f278638c6..0a4a8ed708 100755 --- a/tools/validate_connector.sh +++ b/tools/validate_connector.sh @@ -37,7 +37,7 @@ while true; do esac done -VERSION=2022.42.2 +VERSION=2022.46.1 dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)