From 423939c4bf8d60e86052cbf4fd66fa66731b0fdb Mon Sep 17 00:00:00 2001 From: Henry Mai Date: Wed, 28 Sep 2022 14:50:03 +0000 Subject: [PATCH] Cut release v2022.39.1 DDB: Add BETWEEN support Elastic search connector enable pagination query data from get record. This will allow use to bypass max_result_window settigns --- 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-docdb/athena-docdb.yaml | 4 ++-- athena-docdb/pom.xml | 8 ++++---- athena-dynamodb/athena-dynamodb.yaml | 4 ++-- athena-dynamodb/pom.xml | 8 ++++---- athena-elasticsearch/athena-elasticsearch.yaml | 4 ++-- athena-elasticsearch/pom.xml | 8 ++++---- 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 +- 64 files changed, 190 insertions(+), 190 deletions(-) diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index 61139b37f2..d60610cb9b 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-aws-cmdb-2022.39.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 7bd6a429b6..6f0cf035fa 100644 --- a/athena-aws-cmdb/pom.xml +++ b/athena-aws-cmdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-aws-cmdb - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 com.amazonaws diff --git a/athena-cloudera-hive/athena-cloudera-hive.yaml b/athena-cloudera-hive/athena-cloudera-hive.yaml index b1c71fd93e..866bf9b377 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-cloudera-hive-2022.39.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 791fc4af91..8fdd0afdda 100644 --- a/athena-cloudera-hive/pom.xml +++ b/athena-cloudera-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-cloudera-hive - 2022.38.1 + 2022.39.1 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-cloudera-impala/athena-cloudera-impala.yaml b/athena-cloudera-impala/athena-cloudera-impala.yaml index 4615160e64..c32d279045 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-cloudera-impala-2022.39.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 3b7f172625..e172a4a1f8 100644 --- a/athena-cloudera-impala/pom.xml +++ b/athena-cloudera-impala/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-cloudera-impala - 2022.38.1 + 2022.39.1 1.7.30 2.6.26.1031 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 Impala @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index 00c7742def..d2c0395163 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-cloudwatch-metrics-2022.39.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 7ce194a8b6..18bea14d32 100644 --- a/athena-cloudwatch-metrics/pom.xml +++ b/athena-cloudwatch-metrics/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-cloudwatch-metrics - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 com.amazonaws diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index ed0f10da4d..6a5d8f7db8 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.38.1 + SemanticVersion: 2022.39.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,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.38.1.jar" + CodeUri: "./target/athena-cloudwatch-2022.39.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 31593ddf1e..5e91a75699 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-cloudwatch - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-datalakegen2/athena-datalakegen2.yaml b/athena-datalakegen2/athena-datalakegen2.yaml index 52cc7ed773..2c283c1366 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-datalakegen2-2022.39.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 fa0fc98e55..e35e69a0d2 100644 --- a/athena-datalakegen2/pom.xml +++ b/athena-datalakegen2/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-datalakegen2 - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index 446900f555..f14007debf 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-docdb-2022.39.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 8998bed5d4..84ad1c5c31 100644 --- a/athena-docdb/pom.xml +++ b/athena-docdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-docdb - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index 92a21fe017..9ed9e47d17 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.38.1 + SemanticVersion: 2022.39.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,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.38.1.jar" + CodeUri: "./target/athena-dynamodb-2022.39.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 0f77d8ce52..6507efe09d 100644 --- a/athena-dynamodb/pom.xml +++ b/athena-dynamodb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-dynamodb - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml index fdb071c31f..2c98755127 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-elasticsearch-2022.39.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 26de4a67bd..11cf2ea17d 100644 --- a/athena-elasticsearch/pom.xml +++ b/athena-elasticsearch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-elasticsearch - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml index f9436f5b05..79774f5e54 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-example-2022.39.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 aea085a63a..17334a0600 100644 --- a/athena-example/pom.xml +++ b/athena-example/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-example - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md index 00c66a13a4..9ddef14faf 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.38.1) + Current version of the SDK (e.g. 2022.39.1) test ``` diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml index 00aba4a313..f405a6ee2c 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.38.1 + 2022.39.1 4.0.0 athena-federation-integ-test - 2022.38.1 + 2022.39.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 a894f65690..9c05c51e71 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.38.1 + 2022.39.1 4.0.0 athena-federation-sdk-tools jar Amazon Athena Query Federation SDK Tools - 2022.38.1 + 2022.39.1 1.7.30 @@ -17,7 +17,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index 18aecabfcc..24cbc7bc29 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.38.1 + SemanticVersion: 2022.39.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.38.1-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2022.39.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 39817a3c21..08f06a2a08 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -4,11 +4,11 @@ com.amazonaws aws-athena-query-federation - 2022.38.1 + 2022.39.1 com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.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 a31aa3f9c6..2423d57bcf 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-google-bigquery-2022.39.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 1ccaeb404f..79ae4e5f5c 100644 --- a/athena-google-bigquery/pom.xml +++ b/athena-google-bigquery/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-google-bigquery - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index 505d08e93e..695e6a23d7 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-hbase-2022.39.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 dafba8ba1e..5f8c6d5784 100644 --- a/athena-hbase/pom.xml +++ b/athena-hbase/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-hbase - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-hortonworks-hive/athena-hortonworks-hive.yaml b/athena-hortonworks-hive/athena-hortonworks-hive.yaml index 234adcbfc8..407f874f45 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-hortonworks-hive-2022.39.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 9f866829ea..dbdb6f45f4 100644 --- a/athena-hortonworks-hive/pom.xml +++ b/athena-hortonworks-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-hortonworks-hive - 2022.38.1 + 2022.39.1 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml index dee7a3d858..174e30752a 100644 --- a/athena-jdbc/pom.xml +++ b/athena-jdbc/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-jdbc - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-mysql/athena-mysql.yaml b/athena-mysql/athena-mysql.yaml index a87c0e544c..2fc01173af 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-mysql-2022.39.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 63d4cf08bd..a852353105 100644 --- a/athena-mysql/pom.xml +++ b/athena-mysql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-mysql - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml index db3f2e6cb6..3aa323fb30 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-neptune-2022.39.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 e9cf30e53e..8e4b8b2422 100644 --- a/athena-neptune/pom.xml +++ b/athena-neptune/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-neptune - 2022.38.1 + 2022.39.1 1.7.30 3.4.8 @@ -16,7 +16,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 diff --git a/athena-oracle/athena-oracle.yaml b/athena-oracle/athena-oracle.yaml index 7fe41cbcf9..daa3b85cdc 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-oracle-2022.39.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 e7eb423336..1d30a60b8d 100644 --- a/athena-oracle/pom.xml +++ b/athena-oracle/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-oracle - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-postgresql/athena-postgresql.yaml b/athena-postgresql/athena-postgresql.yaml index a620f973e6..68fce26f66 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.38.1 + SemanticVersion: 2022.39.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.postgresql.PostGreSqlMuxCompositeHandler" - CodeUri: "./target/athena-postgresql-2022.38.1.jar" + CodeUri: "./target/athena-postgresql-2022.39.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 2d0fc54adb..a3dd269605 100644 --- a/athena-postgresql/pom.xml +++ b/athena-postgresql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-postgresql - 2022.38.1 + 2022.39.1 jar 1.7.30 @@ -16,18 +16,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index 7812c7c4de..3a80034459 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-redis-2022.39.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 0f3a27f824..296d4701cd 100644 --- a/athena-redis/pom.xml +++ b/athena-redis/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-redis - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 @@ -62,7 +62,7 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-redshift/athena-redshift.yaml b/athena-redshift/athena-redshift.yaml index bf6f630fa4..0d4cb03c21 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-redshift-2022.39.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 f74fee1b55..78c1498ebb 100644 --- a/athena-redshift/pom.xml +++ b/athena-redshift/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-redshift - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws athena-postgresql - 2022.38.1 + 2022.39.1 com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test @@ -31,7 +31,7 @@ com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-saphana/athena-saphana.yaml b/athena-saphana/athena-saphana.yaml index 03d6afd4bd..ff888cd601 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.38.1 + SemanticVersion: 2022.39.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 aeb2a09279..81bc990e85 100644 --- a/athena-saphana/pom.xml +++ b/athena-saphana/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-saphana - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-snowflake/athena-snowflake.yaml b/athena-snowflake/athena-snowflake.yaml index 7b6deaf4c9..6617dd7b1b 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.38.1 + SemanticVersion: 2022.39.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -70,7 +70,7 @@ Resources: partitionlimit: !Ref PartitionLimit FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.snowflake.SnowflakeMuxCompositeHandler" - CodeUri: "./target/athena-snowflake-2022.38.1.jar" + CodeUri: "./target/athena-snowflake-2022.39.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 f06bacfa6d..247aa76065 100644 --- a/athena-snowflake/pom.xml +++ b/athena-snowflake/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-snowflake - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-sqlserver/athena-sqlserver.yaml b/athena-sqlserver/athena-sqlserver.yaml index 1ee93a572d..75f35033ef 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-sqlserver-2022.39.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 cf6bd97ff2..fe4532fc52 100644 --- a/athena-sqlserver/pom.xml +++ b/athena-sqlserver/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-sqlserver - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-synapse/athena-synapse.yaml b/athena-synapse/athena-synapse.yaml index 40f8759e87..ac3f21cfe5 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.38.1 + SemanticVersion: 2022.39.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.synapse.SynapseMuxCompositeHandler" - CodeUri: "./target/athena-synapse-2022.38.1.jar" + CodeUri: "./target/athena-synapse-2022.39.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 e46efc16fa..d59526ee13 100644 --- a/athena-synapse/pom.xml +++ b/athena-synapse/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-synapse - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-teradata/athena-teradata.yaml b/athena-teradata/athena-teradata.yaml index 8a000a05c2..84951cf1b6 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-teradata-2022.39.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 41e720089b..e78d536cdb 100644 --- a/athena-teradata/pom.xml +++ b/athena-teradata/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-teradata - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 com.amazonaws athena-jdbc - 2022.38.1 + 2022.39.1 test-jar test diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml index 2d3ba369e7..a7fb8774d9 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-timestream-2022.39.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 9d25d23f60..9ab5080db2 100644 --- a/athena-timestream/pom.xml +++ b/athena-timestream/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-timestream - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.38.1 + 2022.39.1 test diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index 5b96360fe2..399b55b546 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-tpcds-2022.39.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 8acbb9c787..2143f10af2 100644 --- a/athena-tpcds/pom.xml +++ b/athena-tpcds/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-tpcds - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index b370e9f00f..51ffe801fa 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-udfs-2022.39.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 7eb5a1afa2..509ede827a 100644 --- a/athena-udfs/pom.xml +++ b/athena-udfs/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-udfs - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml index 9fa080f13b..ff29cc0797 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.38.1 + SemanticVersion: 2022.39.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.38.1.jar" + CodeUri: "./target/athena-vertica-2022.39.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 1621be3cad..fc08679cf4 100644 --- a/athena-vertica/pom.xml +++ b/athena-vertica/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.38.1 + 2022.39.1 4.0.0 athena-vertica - 2022.38.1 + 2022.39.1 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.38.1 + 2022.39.1 diff --git a/pom.xml b/pom.xml index d2436b667e..9a8c05cb8e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.amazonaws aws-athena-query-federation pom - 2022.38.1 + 2022.39.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 b5ca4fa148..3912fb402c 100755 --- a/tools/validate_connector.sh +++ b/tools/validate_connector.sh @@ -41,7 +41,7 @@ dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) cd "$dir/../athena-federation-sdk-tools" -if test -f "target/athena-federation-sdk-tools-2022.38.1.jar"; then +if test -f "target/athena-federation-sdk-tools-2022.39.1.jar"; then echo "athena-federation-sdk-tools is already built, skipping compilation." else mvn clean install