diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml
index 03b66b5ff0..ec8b019fb1 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -53,7 +53,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler"
- CodeUri: "./target/athena-aws-cmdb-2022.47.1.jar"
+ CodeUri: "./target/athena-aws-cmdb-2024.15.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 90c1ad7b59..93d3ca4c08 100644
--- a/athena-aws-cmdb/pom.xml
+++ b/athena-aws-cmdb/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-aws-cmdb
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-cloudera-hive/athena-cloudera-hive.yaml b/athena-cloudera-hive/athena-cloudera-hive.yaml
index 719467e498..778ef37540 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -66,7 +66,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler"
- CodeUri: "./target/athena-cloudera-hive-2022.47.1.jar"
+ CodeUri: "./target/athena-cloudera-hive-2024.15.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 7e4dfdbcc3..24742be917 100644
--- a/athena-cloudera-hive/pom.xml
+++ b/athena-cloudera-hive/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-cloudera-hive
- 2022.47.1
+ 2024.15.1
2.6.23.1027
@@ -15,13 +15,13 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
Hive
@@ -31,7 +31,7 @@
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-cloudera-impala/athena-cloudera-impala.yaml b/athena-cloudera-impala/athena-cloudera-impala.yaml
index 32c52cb710..cfe66a8df9 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -71,7 +71,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.cloudera.ImpalaMuxCompositeHandler"
- CodeUri: "./target/athena-cloudera-impala-2022.47.1.jar"
+ CodeUri: "./target/athena-cloudera-impala-2024.15.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 b7b6229138..24bd6b9ac0 100644
--- a/athena-cloudera-impala/pom.xml
+++ b/athena-cloudera-impala/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-cloudera-impala
- 2022.47.1
+ 2024.15.1
2.6.32.1041
@@ -15,13 +15,13 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
Impala
@@ -31,11 +31,10 @@
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
-
org.mockito
mockito-core
diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml
index ed0bd724bc..a29044afa6 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -53,7 +53,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.cloudwatch.metrics.MetricsCompositeHandler"
- CodeUri: "./target/athena-cloudwatch-metrics-2022.47.1.jar"
+ CodeUri: "./target/athena-cloudwatch-metrics-2024.15.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 6c8bff216e..b40450801b 100644
--- a/athena-cloudwatch-metrics/pom.xml
+++ b/athena-cloudwatch-metrics/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-cloudwatch-metrics
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml
index 2f03b6cea5..6f7365a910 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -67,7 +67,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.47.1.jar"
+ CodeUri: "./target/athena-cloudwatch-2024.15.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 79757d6167..61907b7693 100644
--- a/athena-cloudwatch/pom.xml
+++ b/athena-cloudwatch/pom.xml
@@ -3,22 +3,22 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-cloudwatch
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
diff --git a/athena-datalakegen2/athena-datalakegen2.yaml b/athena-datalakegen2/athena-datalakegen2.yaml
index bf89304fe3..9b2c120c14 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -72,7 +72,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2MuxCompositeHandler"
- CodeUri: "./target/athena-datalakegen2-2022.47.1.jar"
+ CodeUri: "./target/athena-datalakegen2-2024.15.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 c72c6c4813..353c7b5eee 100644
--- a/athena-datalakegen2/pom.xml
+++ b/athena-datalakegen2/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-datalakegen2
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-db2-as400/athena-db2-as400.yaml b/athena-db2-as400/athena-db2-as400.yaml
index 838cb59229..0aa899eba1 100644
--- a/athena-db2-as400/athena-db2-as400.yaml
+++ b/athena-db2-as400/athena-db2-as400.yaml
@@ -13,7 +13,7 @@ Metadata:
- athena-federation
- jdbc
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
- SemanticVersion: 2022.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -69,7 +69,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.db2as400.Db2As400MuxCompositeHandler"
- CodeUri: "./target/athena-db2-as400-2022.47.1.jar"
+ CodeUri: "./target/athena-db2-as400-2024.15.1.jar"
Description: "Enables Amazon Athena to communicate with DB2 on iSeries (AS400) using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
diff --git a/athena-db2-as400/pom.xml b/athena-db2-as400/pom.xml
index 7c458b8caf..3ca5af0ce7 100644
--- a/athena-db2-as400/pom.xml
+++ b/athena-db2-as400/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-db2-as400
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-db2/athena-db2.yaml b/athena-db2/athena-db2.yaml
index 283fd36ab6..d702012ff7 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -69,7 +69,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.db2.Db2MuxCompositeHandler"
- CodeUri: "./target/athena-db2-2022.47.1.jar"
+ CodeUri: "./target/athena-db2-2024.15.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 fbe105f1b7..eab30e569f 100644
--- a/athena-db2/pom.xml
+++ b/athena-db2/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-db2
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
@@ -59,7 +59,6 @@
${mockito.version}
test
-
diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml
index 8be16edf43..5db49a8f62 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -67,7 +67,7 @@ Resources:
default_docdb: !Ref DocDBConnectionString
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler"
- CodeUri: "./target/athena-docdb-2022.47.1.jar"
+ CodeUri: "./target/athena-docdb-2024.15.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 5dd645c20a..33f4d873db 100644
--- a/athena-docdb/pom.xml
+++ b/athena-docdb/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-docdb
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
@@ -25,7 +25,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml
index 83390efb5c..2fc65f2022 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -67,7 +67,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.47.1.jar"
+ CodeUri: "./target/athena-dynamodb-2024.15.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 ca797dba2c..52fc7fa43b 100644
--- a/athena-dynamodb/pom.xml
+++ b/athena-dynamodb/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-dynamodb
- 2022.47.1
+ 2024.15.1
@@ -23,13 +23,13 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
@@ -107,7 +107,7 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml
index 3f0b36000e..1f013ba9a1 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
# Parameters are CloudFormation features to pass input
@@ -103,7 +103,7 @@ Resources:
query_scroll_timeout: !Ref QueryScrollTimeout
FunctionName: !Sub "${AthenaCatalogName}"
Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler"
- CodeUri: "./target/athena-elasticsearch-2022.47.1.jar"
+ CodeUri: "./target/athena-elasticsearch-2024.15.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 84087e6fe6..24cce3b25a 100644
--- a/athena-elasticsearch/pom.xml
+++ b/athena-elasticsearch/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-elasticsearch
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
@@ -25,7 +25,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
@@ -191,7 +191,7 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml
index 93dbec9cab..0e2db22acd 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.47.1
+ SemanticVersion: 2024.15.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.47.1.jar"
+ CodeUri: "./target/athena-example-2024.15.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 e3a84da25e..57e0b32b0d 100644
--- a/athena-example/pom.xml
+++ b/athena-example/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-example
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md
index 5440cb091d..a43b2a9f0e 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.47.1)
+ Current version of the SDK (e.g. 2024.15.1)
test
```
diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml
index dc5db5c2d1..a9a0e83c2d 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.47.1
+ 2024.15.1
4.0.0
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
jar
Amazon Athena Query Federation Integ Test
@@ -198,7 +198,7 @@
org.apache.commons
commons-lang3
-
+
3.14.0
diff --git a/athena-federation-sdk-tools/pom.xml b/athena-federation-sdk-tools/pom.xml
index 30eb909a1c..4fcb94587d 100644
--- a/athena-federation-sdk-tools/pom.xml
+++ b/athena-federation-sdk-tools/pom.xml
@@ -3,18 +3,18 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-federation-sdk-tools
jar
Amazon Athena Query Federation SDK Tools
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml
index 8499d0bd67..65c1e83431 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.47.1
+ SemanticVersion: 2024.15.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.47.1-withdep.jar"
+ CodeUri: "./target/aws-athena-federation-sdk-2024.15.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 4db6670cc7..863a962394 100644
--- a/athena-federation-sdk/pom.xml
+++ b/athena-federation-sdk/pom.xml
@@ -4,11 +4,11 @@
com.amazonaws
aws-athena-query-federation
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.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.
@@ -287,7 +287,7 @@
org.apache.commons
commons-lang3
-
+
3.14.0
@@ -382,7 +382,7 @@
-
+
@@ -459,7 +459,7 @@
-
+
org.apache.maven.plugins
maven-source-plugin
${mvn.source.plugin.version}
diff --git a/athena-gcs/athena-gcs.yaml b/athena-gcs/athena-gcs.yaml
index 20494ba243..1d78179602 100644
--- a/athena-gcs/athena-gcs.yaml
+++ b/athena-gcs/athena-gcs.yaml
@@ -10,7 +10,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ['athena-federation', 'GCS', 'Google-Cloud-Storage', 'parquet', 'csv']
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
- SemanticVersion: 2022.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
Parameters:
diff --git a/athena-gcs/pom.xml b/athena-gcs/pom.xml
index e9b2025e59..922929a564 100644
--- a/athena-gcs/pom.xml
+++ b/athena-gcs/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-gcs
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
@@ -81,7 +81,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
com.google.guava
@@ -90,7 +90,6 @@
test
-
org.testng
testng
@@ -115,7 +114,6 @@
${mockito.version}
test
-
software.amazon.awscdk
logs
diff --git a/athena-google-bigquery/athena-google-bigquery.yaml b/athena-google-bigquery/athena-google-bigquery.yaml
index 0738bc1920..df71517df4 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -80,7 +80,7 @@ Resources:
GOOGLE_APPLICATION_CREDENTIALS: '/tmp/service-account.json'
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.google.bigquery.BigQueryCompositeHandler"
- CodeUri: "./target/athena-google-bigquery-2022.47.1.jar"
+ CodeUri: "./target/athena-google-bigquery-2024.15.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 a914ffa2a8..e63f236e1b 100644
--- a/athena-google-bigquery/pom.xml
+++ b/athena-google-bigquery/pom.xml
@@ -3,22 +3,22 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-google-bigquery
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
net.java.dev.jna
@@ -28,7 +28,7 @@
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml
index 7445029804..1730aec720 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -86,7 +86,7 @@ Resources:
hbase_rpc_protection: !Ref HbaseRpcProtection
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.hbase.HbaseCompositeHandler"
- CodeUri: "./target/athena-hbase-2022.47.1.jar"
+ CodeUri: "./target/athena-hbase-2024.15.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 465a9d5d97..303b42759a 100644
--- a/athena-hbase/pom.xml
+++ b/athena-hbase/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-hbase
- 2022.47.1
+ 2024.15.1
11.0.16
2.5.8-hadoop3
@@ -21,7 +21,7 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
@@ -34,7 +34,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
withdep
test
diff --git a/athena-hortonworks-hive/athena-hortonworks-hive.yaml b/athena-hortonworks-hive/athena-hortonworks-hive.yaml
index 7876420c7d..fdf6e88c28 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -70,7 +70,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.hortonworks.HiveMuxCompositeHandler"
- CodeUri: "./target/athena-hortonworks-hive-2022.47.1.jar"
+ CodeUri: "./target/athena-hortonworks-hive-2024.15.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 1b67ad4b8c..6536b0cebf 100644
--- a/athena-hortonworks-hive/pom.xml
+++ b/athena-hortonworks-hive/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-hortonworks-hive
- 2022.47.1
+ 2024.15.1
2.6.23.1027
@@ -15,13 +15,13 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
Hive
@@ -31,7 +31,7 @@
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
@@ -47,7 +47,6 @@
${mockito.version}
test
-
com.amazonaws
diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml
index 4762563177..a956ba04d1 100644
--- a/athena-jdbc/pom.xml
+++ b/athena-jdbc/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
@@ -93,7 +93,7 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
@@ -106,7 +106,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
diff --git a/athena-kafka/athena-kafka.yaml b/athena-kafka/athena-kafka.yaml
index 812e7cbfcc..a783131f8c 100644
--- a/athena-kafka/athena-kafka.yaml
+++ b/athena-kafka/athena-kafka.yaml
@@ -11,7 +11,7 @@ Metadata:
- kafka
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
- SemanticVersion: 2022.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AuthType:
@@ -97,7 +97,7 @@ Resources:
auth_type: !Ref AuthType
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.kafka.KafkaCompositeHandler"
- CodeUri: "./target/athena-kafka-2022.47.1.jar"
+ CodeUri: "./target/athena-kafka-2024.15.1.jar"
Description: "Enables Amazon Athena to communicate with Kafka clusters"
Runtime: java11
Timeout: !Ref LambdaTimeout
diff --git a/athena-kafka/pom.xml b/athena-kafka/pom.xml
index 6e42ff1876..87019c8361 100644
--- a/athena-kafka/pom.xml
+++ b/athena-kafka/pom.xml
@@ -3,12 +3,12 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-kafka
Athena Kafka Connector
- 2022.47.1
+ 2024.15.1
11
11
@@ -68,7 +68,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
withdep
test
@@ -104,11 +104,10 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
-
org.testng
testng
diff --git a/athena-msk/athena-msk.yaml b/athena-msk/athena-msk.yaml
index cc3e984242..7408c82ba6 100644
--- a/athena-msk/athena-msk.yaml
+++ b/athena-msk/athena-msk.yaml
@@ -11,7 +11,7 @@ Metadata:
- msk
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
- SemanticVersion: 2022.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AuthType:
@@ -97,7 +97,7 @@ Resources:
auth_type: !Ref AuthType
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.msk.AmazonMskCompositeHandler"
- CodeUri: "./target/athena-msk-2022.47.1.jar"
+ CodeUri: "./target/athena-msk-2024.15.1.jar"
Description: "Enables Amazon Athena to communicate with MSK clusters"
Runtime: java11
Timeout: !Ref LambdaTimeout
diff --git a/athena-msk/pom.xml b/athena-msk/pom.xml
index 8ca7bc747d..8855b96c4a 100644
--- a/athena-msk/pom.xml
+++ b/athena-msk/pom.xml
@@ -3,12 +3,12 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-msk
Athena MSK Connector
- 2022.47.1
+ 2024.15.1
11
11
@@ -68,7 +68,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
withdep
test
@@ -110,7 +110,7 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-mysql/athena-mysql.yaml b/athena-mysql/athena-mysql.yaml
index e566fe1500..77672a6ec0 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -71,7 +71,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.mysql.MySqlMuxCompositeHandler"
- CodeUri: "./target/athena-mysql-2022.47.1.jar"
+ CodeUri: "./target/athena-mysql-2024.15.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 0a1b014dbe..cb803431cd 100644
--- a/athena-mysql/pom.xml
+++ b/athena-mysql/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-mysql
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml
index 0158f57946..f8129c2367 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
Parameters:
@@ -97,7 +97,7 @@ Resources:
enable_caseinsensitivematch: !Ref EnableCaseInsensitiveMatch
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.neptune.NeptuneCompositeHandler"
- CodeUri: "./target/athena-neptune-2022.47.1.jar"
+ CodeUri: "./target/athena-neptune-2024.15.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 ef1df31255..319765a3ea 100644
--- a/athena-neptune/pom.xml
+++ b/athena-neptune/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-neptune
- 2022.47.1
+ 2024.15.1
3.7.1
2.4.0
@@ -16,7 +16,7 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-oracle/athena-oracle.yaml b/athena-oracle/athena-oracle.yaml
index da9e426bd9..09fe26c77b 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -70,7 +70,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.oracle.OracleMuxCompositeHandler"
- CodeUri: "./target/athena-oracle-2022.47.1.jar"
+ CodeUri: "./target/athena-oracle-2024.15.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 b405b7379b..9f2b2f7e24 100644
--- a/athena-oracle/pom.xml
+++ b/athena-oracle/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-oracle
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
@@ -58,9 +58,6 @@
${mockito.version}
test
-
-
-
diff --git a/athena-postgresql/athena-postgresql.yaml b/athena-postgresql/athena-postgresql.yaml
index 97d207f4b8..5ff69b0147 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -82,7 +82,7 @@ Resources:
default_scale: !Ref DefaultScale
FunctionName: !Ref LambdaFunctionName
Handler: !Sub "com.amazonaws.athena.connectors.postgresql.${CompositeHandler}"
- CodeUri: "./target/athena-postgresql-2022.47.1.jar"
+ CodeUri: "./target/athena-postgresql-2024.15.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 bd47c23aaf..98bfefe900 100644
--- a/athena-postgresql/pom.xml
+++ b/athena-postgresql/pom.xml
@@ -3,28 +3,28 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-postgresql
- 2022.47.1
+ 2024.15.1
jar
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml
index 7d66e4e426..8ae8dd9d81 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -62,7 +62,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.redis.RedisCompositeHandler"
- CodeUri: "./target/athena-redis-2022.47.1.jar"
+ CodeUri: "./target/athena-redis-2024.15.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 d1b63710d9..e486a70fb6 100644
--- a/athena-redis/pom.xml
+++ b/athena-redis/pom.xml
@@ -3,11 +3,11 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-redis
- 2022.47.1
+ 2024.15.1
com.amazonaws
@@ -93,7 +93,7 @@
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
@@ -141,7 +141,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
diff --git a/athena-redshift/athena-redshift.yaml b/athena-redshift/athena-redshift.yaml
index c59c129c44..1eb72eaf51 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -80,7 +80,7 @@ Resources:
kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"]
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.redshift.RedshiftMuxCompositeHandler"
- CodeUri: "./target/athena-redshift-2022.47.1.jar"
+ CodeUri: "./target/athena-redshift-2024.15.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 b4c8978e54..c5828977fb 100644
--- a/athena-redshift/pom.xml
+++ b/athena-redshift/pom.xml
@@ -3,21 +3,21 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-redshift
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-postgresql
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
@@ -28,7 +28,7 @@
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-saphana/athena-saphana.yaml b/athena-saphana/athena-saphana.yaml
index 7355137489..cfc92f010a 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.47.1
+ SemanticVersion: 2024.15.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 1657d17d38..1098f41237 100644
--- a/athena-saphana/pom.xml
+++ b/athena-saphana/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-saphana
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-snowflake/athena-snowflake.yaml b/athena-snowflake/athena-snowflake.yaml
index 279dfa8d6d..a090977256 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
diff --git a/athena-snowflake/pom.xml b/athena-snowflake/pom.xml
index 82f0edbe0d..6885ee96e1 100644
--- a/athena-snowflake/pom.xml
+++ b/athena-snowflake/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-snowflake
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-sqlserver/athena-sqlserver.yaml b/athena-sqlserver/athena-sqlserver.yaml
index 9b3009c2a4..20791441a0 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -77,7 +77,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.sqlserver.SqlServerMuxCompositeHandler"
- CodeUri: "./target/athena-sqlserver-2022.47.1.jar"
+ CodeUri: "./target/athena-sqlserver-2024.15.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 6bfab70343..b502344341 100644
--- a/athena-sqlserver/pom.xml
+++ b/athena-sqlserver/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-sqlserver
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-synapse/athena-synapse.yaml b/athena-synapse/athena-synapse.yaml
index 5c3a5fc655..40f8a68eb9 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -79,7 +79,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.synapse.SynapseMuxCompositeHandler"
- CodeUri: "./target/athena-synapse-2022.47.1.jar"
+ CodeUri: "./target/athena-synapse-2024.15.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 231460d39b..0dd2ab22e0 100644
--- a/athena-synapse/pom.xml
+++ b/athena-synapse/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-synapse
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
diff --git a/athena-teradata/athena-teradata.yaml b/athena-teradata/athena-teradata.yaml
index 171adb844c..349af15a98 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -80,7 +80,7 @@ Resources:
Handler: "com.amazonaws.athena.connectors.teradata.TeradataMuxCompositeHandler"
Layers:
- !Ref LambdaJDBCLayername
- CodeUri: "./target/athena-teradata-2022.47.1.jar"
+ CodeUri: "./target/athena-teradata-2024.15.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 f643b8709d..39a277f94e 100644
--- a/athena-teradata/pom.xml
+++ b/athena-teradata/pom.xml
@@ -3,27 +3,27 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-teradata
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
test
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
test-jar
test
@@ -75,7 +75,7 @@
-
+
diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml
index efcb20daee..42652cf740 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -53,7 +53,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.timestream.TimestreamCompositeHandler"
- CodeUri: "./target/athena-timestream-2022.47.1.jar"
+ CodeUri: "./target/athena-timestream-2024.15.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 a58b2c13c0..76626c6934 100644
--- a/athena-timestream/pom.xml
+++ b/athena-timestream/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-timestream
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
@@ -25,7 +25,7 @@
com.amazonaws
athena-federation-integ-test
- 2022.47.1
+ 2024.15.1
withdep
test
diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml
index 69654b2136..7fd59b7ed5 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
@@ -53,7 +53,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.tpcds.TPCDSCompositeHandler"
- CodeUri: "./target/athena-tpcds-2022.47.1.jar"
+ CodeUri: "./target/athena-tpcds-2024.15.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 10490d0609..32c4a2fa2f 100644
--- a/athena-tpcds/pom.xml
+++ b/athena-tpcds/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-tpcds
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml
index 64fd2f54ef..9bae9b1047 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
@@ -40,7 +40,7 @@ Resources:
Properties:
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.udfs.AthenaUDFHandler"
- CodeUri: "./target/athena-udfs-2022.47.1.jar"
+ CodeUri: "./target/athena-udfs-2024.15.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 a5234ec6aa..ef94c7b802 100644
--- a/athena-udfs/pom.xml
+++ b/athena-udfs/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-udfs
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml
index 551c612311..54cfc6ebf2 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.47.1
+ SemanticVersion: 2024.15.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
# Parameters are CloudFormation features to pass input
@@ -83,7 +83,7 @@ Resources:
FunctionName: !Sub "${AthenaCatalogName}"
Handler: "com.amazonaws.athena.connectors.vertica.VerticaCompositeHandler"
- CodeUri: "./target/athena-vertica-2022.47.1.jar"
+ CodeUri: "./target/athena-vertica-2024.15.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 a29cfad470..cf7127a98a 100644
--- a/athena-vertica/pom.xml
+++ b/athena-vertica/pom.xml
@@ -3,16 +3,16 @@
aws-athena-query-federation
com.amazonaws
- 2022.47.1
+ 2024.15.1
4.0.0
athena-vertica
- 2022.47.1
+ 2024.15.1
com.amazonaws
aws-athena-federation-sdk
- 2022.47.1
+ 2024.15.1
withdep
@@ -69,7 +69,7 @@
com.amazonaws
athena-jdbc
- 2022.47.1
+ 2024.15.1
compile
diff --git a/pom.xml b/pom.xml
index ee9d8a76ad..70e6e42d75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.amazonaws
aws-athena-query-federation
pom
- 2022.47.1
+ 2024.15.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
@@ -26,7 +26,7 @@
1.8.4
3.25.3
7.10.1
-
+
2.17.0
3.2.5
2.23.1
diff --git a/tools/validate_connector.sh b/tools/validate_connector.sh
index ebbeb90668..aa385e0f52 100755
--- a/tools/validate_connector.sh
+++ b/tools/validate_connector.sh
@@ -37,7 +37,7 @@ while true; do
esac
done
-VERSION=2022.47.1
+VERSION=2024.15.1
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)