diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index 13ea24b1d5..7cb1f66353 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-aws-cmdb-2022.30.2.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 45e5428000..d2d07369a9 100644 --- a/athena-aws-cmdb/pom.xml +++ b/athena-aws-cmdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-aws-cmdb - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 com.amazonaws diff --git a/athena-cloudera-hive/athena-cloudera-hive.yaml b/athena-cloudera-hive/athena-cloudera-hive.yaml index 77e5a01348..5d1bc92d22 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-cloudera-hive-2022.30.2.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 5e36b117a9..fbd54a890d 100644 --- a/athena-cloudera-hive/pom.xml +++ b/athena-cloudera-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-cloudera-hive - 2022.30.1 + 2022.30.2 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-cloudera-impala/athena-cloudera-impala.yaml b/athena-cloudera-impala/athena-cloudera-impala.yaml index ef9ee2883f..b29ed8aefd 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-cloudera-impala-2022.30.2.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 d1d0943206..6add5745c4 100644 --- a/athena-cloudera-impala/pom.xml +++ b/athena-cloudera-impala/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-cloudera-impala - 2022.30.1 + 2022.30.2 1.7.30 2.6.26.1031 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 Impala @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index 0116bdb975..86862a70b6 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-cloudwatch-metrics-2022.30.2.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 4ed0dd1dc9..b279a2ca50 100644 --- a/athena-cloudwatch-metrics/pom.xml +++ b/athena-cloudwatch-metrics/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-cloudwatch-metrics - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 com.amazonaws diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index 223dfe603b..9054aec951 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-cloudwatch-2022.30.2.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 986a68d095..b91770cc8e 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-cloudwatch - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-datalakegen2/athena-datalakegen2.yaml b/athena-datalakegen2/athena-datalakegen2.yaml index db9568175a..94bc3cba0e 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-datalakegen2-2022.30.2.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 b7fdb1371d..1db84d0f7c 100644 --- a/athena-datalakegen2/pom.xml +++ b/athena-datalakegen2/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-datalakegen2 - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index 5bcd4c30dc..c561d259c1 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-docdb-2022.30.2.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 71c2214ed8..6724b08415 100644 --- a/athena-docdb/pom.xml +++ b/athena-docdb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-docdb - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index d6bc36d83e..b8b520b128 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-dynamodb-2022.30.2.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 6a78901cc6..bb860acc62 100644 --- a/athena-dynamodb/pom.xml +++ b/athena-dynamodb/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-dynamodb - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml index f89dfbba7b..a6b264caae 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.30.1 + SemanticVersion: 2022.30.2 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -93,7 +93,7 @@ Resources: query_timeout_search: !Ref QueryTimeoutSearch FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler" - CodeUri: "./target/athena-elasticsearch-2022.30.1.jar" + CodeUri: "./target/athena-elasticsearch-2022.30.2.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 5423167ee8..ebc4a7ddf9 100644 --- a/athena-elasticsearch/pom.xml +++ b/athena-elasticsearch/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-elasticsearch - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml index 5234e212ee..34515eb04d 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-example-2022.30.2.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 693216588d..93ed0bc3f9 100644 --- a/athena-example/pom.xml +++ b/athena-example/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-example - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md index 151bcb9c6f..5829721b26 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.30.1) + Current version of the SDK (e.g. 2022.30.2) test ``` diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml index 70ee0ee4ac..ac74f3ff72 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.30.1 + 2022.30.2 4.0.0 athena-federation-integ-test - 2022.30.1 + 2022.30.2 jar Amazon Athena Query Federation Integ Test diff --git a/athena-federation-sdk-tools/pom.xml b/athena-federation-sdk-tools/pom.xml index 62af6517cf..002cd492d9 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.30.1 + 2022.30.2 4.0.0 athena-federation-sdk-tools jar Amazon Athena Query Federation SDK Tools - 2022.30.1 + 2022.30.2 1.7.30 @@ -17,7 +17,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index c112139c39..37d3a05047 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.30.1 + SemanticVersion: 2022.30.2 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.30.1-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2022.30.2-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 8beecb96c0..bde1ce310e 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -4,11 +4,11 @@ com.amazonaws aws-athena-query-federation - 2022.30.1 + 2022.30.2 com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 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 95e0b70110..75d60d80d2 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.30.1 + SemanticVersion: 2022.30.2 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -71,7 +71,7 @@ Resources: concurrencyLimit: !Ref ConcurrencyLimit FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.google.bigquery.BigQueryCompositeHandler" - CodeUri: "./target/athena-google-bigquery-2022.30.1.jar" + CodeUri: "./target/athena-google-bigquery-2022.30.2.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 c298d4acee..602c66ddf0 100644 --- a/athena-google-bigquery/pom.xml +++ b/athena-google-bigquery/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-google-bigquery - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index 96a77f057f..e94acd10ed 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-hbase-2022.30.2.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 c2f9b116ed..a6527b5eaa 100644 --- a/athena-hbase/pom.xml +++ b/athena-hbase/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-hbase - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-hortonworks-hive/athena-hortonworks-hive.yaml b/athena-hortonworks-hive/athena-hortonworks-hive.yaml index 0078b6489a..b2c89c357f 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-hortonworks-hive-2022.30.2.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 fd0f0c69dd..9c5a17b76e 100644 --- a/athena-hortonworks-hive/pom.xml +++ b/athena-hortonworks-hive/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-hortonworks-hive - 2022.30.1 + 2022.30.2 1.7.30 2.6.15.1018 @@ -16,13 +16,13 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 Hive @@ -32,7 +32,7 @@ com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml index 65a059f3c4..103458e066 100644 --- a/athena-jdbc/pom.xml +++ b/athena-jdbc/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-jdbc - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-mysql/athena-mysql.yaml b/athena-mysql/athena-mysql.yaml index 8914497f8c..5208eddb27 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-mysql-2022.30.2.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 28da82a163..13cb9a326c 100644 --- a/athena-mysql/pom.xml +++ b/athena-mysql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-mysql - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml index ada4e7b890..82e0108ed6 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.30.1 + SemanticVersion: 2022.30.2 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation Parameters: @@ -84,7 +84,7 @@ Resources: SERVICE_REGION: !Ref AWS::Region FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.neptune.NeptuneCompositeHandler" - CodeUri: "./target/athena-neptune-2022.30.1.jar" + CodeUri: "./target/athena-neptune-2022.30.2.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 8d566b6ec3..ede2a18e24 100644 --- a/athena-neptune/pom.xml +++ b/athena-neptune/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-neptune - 2022.30.1 + 2022.30.2 1.7.30 3.4.8 @@ -16,7 +16,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 diff --git a/athena-oracle/athena-oracle.yaml b/athena-oracle/athena-oracle.yaml index db89402957..2547073a8f 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-oracle-2022.30.2.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 b5cfa4f296..89e073e71b 100644 --- a/athena-oracle/pom.xml +++ b/athena-oracle/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-oracle - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-postgresql/athena-postgresql.yaml b/athena-postgresql/athena-postgresql.yaml index 252bc844ea..905f0d3b8a 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-postgresql-2022.30.2.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 fe628e0fd7..efe656e21e 100644 --- a/athena-postgresql/pom.xml +++ b/athena-postgresql/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-postgresql - 2022.30.1 + 2022.30.2 jar 1.7.30 @@ -16,18 +16,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index b9e320b293..ec4918f82e 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-redis-2022.30.2.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 2f7eb2143b..3ac5a42a6a 100644 --- a/athena-redis/pom.xml +++ b/athena-redis/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-redis - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 @@ -62,7 +62,7 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-redshift/athena-redshift.yaml b/athena-redshift/athena-redshift.yaml index d3577d8ef8..c4a6a908f2 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-redshift-2022.30.2.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 4a5917366f..4d0665f730 100644 --- a/athena-redshift/pom.xml +++ b/athena-redshift/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-redshift - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,12 +15,12 @@ com.amazonaws athena-postgresql - 2022.30.1 + 2022.30.2 com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test @@ -31,7 +31,7 @@ com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-saphana/athena-saphana.yaml b/athena-saphana/athena-saphana.yaml index b1b261b2d4..545450832c 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.30.1 + SemanticVersion: 2022.30.2 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: diff --git a/athena-saphana/pom.xml b/athena-saphana/pom.xml index 265a392716..f04094aa0f 100644 --- a/athena-saphana/pom.xml +++ b/athena-saphana/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-saphana - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-snowflake/athena-snowflake.yaml b/athena-snowflake/athena-snowflake.yaml index ff05c03d2e..16fa826f1b 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-snowflake-2022.30.2.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 fcc1941bb2..2c602fe6e4 100644 --- a/athena-snowflake/pom.xml +++ b/athena-snowflake/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-snowflake - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-sqlserver/athena-sqlserver.yaml b/athena-sqlserver/athena-sqlserver.yaml index 349acdec50..5cd27c84b3 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-sqlserver-2022.30.2.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 b21661a347..7dcfd406e3 100644 --- a/athena-sqlserver/pom.xml +++ b/athena-sqlserver/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-sqlserver - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-synapse/athena-synapse.yaml b/athena-synapse/athena-synapse.yaml index cce9b048df..5659613c6b 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-synapse-2022.30.2.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 476ceac625..b10177315c 100644 --- a/athena-synapse/pom.xml +++ b/athena-synapse/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-synapse - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-teradata/athena-teradata.yaml b/athena-teradata/athena-teradata.yaml index a2b7fbdfc1..bb5a1ab1ca 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-teradata-2022.30.2.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 64e6143614..0cf004faee 100644 --- a/athena-teradata/pom.xml +++ b/athena-teradata/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-teradata - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,18 +15,18 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 com.amazonaws athena-jdbc - 2022.30.1 + 2022.30.2 test-jar test diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml index 7c50317055..f972e565ee 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-timestream-2022.30.2.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 be9ebe5bd3..30d5caeb2b 100644 --- a/athena-timestream/pom.xml +++ b/athena-timestream/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-timestream - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 @@ -27,7 +27,7 @@ com.amazonaws athena-federation-integ-test - 2022.30.1 + 2022.30.2 test diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index 54e9aa87dc..c0093dc69d 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-tpcds-2022.30.2.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 d802e97ade..06edc0682e 100644 --- a/athena-tpcds/pom.xml +++ b/athena-tpcds/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-tpcds - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index 264e4cd2ad..2ea8457941 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-udfs-2022.30.2.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 15a450b407..44554046df 100644 --- a/athena-udfs/pom.xml +++ b/athena-udfs/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-udfs - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml index fc2bc1238d..95a06cbf6b 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.30.1 + SemanticVersion: 2022.30.2 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.30.1.jar" + CodeUri: "./target/athena-vertica-2022.30.2.jar" Description: "Amazon Athena Vertica Connector" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-vertica/pom.xml b/athena-vertica/pom.xml index db5bd69fac..58a9d50a2f 100644 --- a/athena-vertica/pom.xml +++ b/athena-vertica/pom.xml @@ -3,11 +3,11 @@ aws-athena-query-federation com.amazonaws - 2022.30.1 + 2022.30.2 4.0.0 athena-vertica - 2022.30.1 + 2022.30.2 1.7.30 @@ -15,7 +15,7 @@ com.amazonaws aws-athena-federation-sdk - 2022.30.1 + 2022.30.2 diff --git a/pom.xml b/pom.xml index 6887223349..5c03208f20 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.amazonaws aws-athena-query-federation pom - 2022.30.1 + 2022.30.2 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 351932e29d..94ca78750e 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.30.1.jar"; then +if test -f "target/athena-federation-sdk-tools-2022.30.2.jar"; then echo "athena-federation-sdk-tools is already built, skipping compilation." else mvn clean install