diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index c163ade320..665eca43c4 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" - CodeUri: "./target/athena-aws-cmdb-2022.20.1.jar" + CodeUri: "./target/athena-aws-cmdb-2022.22.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-cloudera-hive/athena-cloudera-hive.yaml b/athena-cloudera-hive/athena-cloudera-hive.yaml index f49c9f1aaf..d730d520eb 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler" - CodeUri: "./target/athena-cloudera-hive-2022.20.1.jar" + CodeUri: "./target/athena-cloudera-hive-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with Coludera Hive using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudera-impala/athena-cloudera-impala.yaml b/athena-cloudera-impala/athena-cloudera-impala.yaml index 69bee44dae..41c4bea28f 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.cloudera.ImpalaMuxCompositeHandler" - CodeUri: "./target/athena-cloudera-impala-2022.20.1.jar" + CodeUri: "./target/athena-cloudera-impala-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with Cloudera Impala using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index f182cbbd4c..2dd27c11ec 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.metrics.MetricsCompositeHandler" - CodeUri: "./target/athena-cloudwatch-metrics-2022.20.1.jar" + CodeUri: "./target/athena-cloudwatch-metrics-2022.22.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/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index a9e3eafa89..a2f76f5a60 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler" - CodeUri: "./target/athena-cloudwatch-2022.20.1.jar" + CodeUri: "./target/athena-cloudwatch-2022.22.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-datalakegen2/athena-datalakegen2.yaml b/athena-datalakegen2/athena-datalakegen2.yaml index 02d0f3dc46..0598a53f96 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2MuxCompositeHandler" - CodeUri: "./target/athena-datalakegen2-2022.20.1.jar" + CodeUri: "./target/athena-datalakegen2-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with DataLake Gen2 using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index 6aefeb6b51..18c7430abd 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -61,7 +61,7 @@ Resources: default_docdb: !Ref DocDBConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler" - CodeUri: "./target/athena-docdb-2022.20.1.jar" + CodeUri: "./target/athena-docdb-2022.22.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-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index 3b8c2a1f01..300325b828 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.dynamodb.DynamoDBCompositeHandler" - CodeUri: "./target/athena-dynamodb-2022.20.1.jar" + CodeUri: "./target/athena-dynamodb-2022.22.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-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml index 66088d2be2..b4e995a521 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.20.1 + SemanticVersion: 2022.22.1 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.20.1.jar" + CodeUri: "./target/athena-elasticsearch-2022.22.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-example/athena-example.yaml b/athena-example/athena-example.yaml index 2d842dc412..44b84127d4 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.20.1 + SemanticVersion: 2022.22.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.20.1.jar" + CodeUri: "./target/athena-example-2022.22.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-federation-integ-test/README.md b/athena-federation-integ-test/README.md index 88b8845ce4..b52d334625 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.20.1) + Current version of the SDK (e.g. 2022.22.1) test ``` diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index 20750508db..c5d1e4f9de 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.20.1 + SemanticVersion: 2022.22.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.20.1-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2022.22.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-google-bigquery/athena-google-bigquery.yaml b/athena-google-bigquery/athena-google-bigquery.yaml index b7f9f5a6c6..68915f4f8a 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.20.1 + SemanticVersion: 2022.22.1 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.20.1.jar" + CodeUri: "./target/athena-google-bigquery-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with BigQuery using Google SDK" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index 54eb39aebd..aa06171632 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -60,7 +60,7 @@ Resources: default_hbase: !Ref HBaseConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.hbase.HbaseCompositeHandler" - CodeUri: "./target/athena-hbase-2022.20.1.jar" + CodeUri: "./target/athena-hbase-2022.22.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-hortonworks-hive/athena-hortonworks-hive.yaml b/athena-hortonworks-hive/athena-hortonworks-hive.yaml index a3c75235e0..3393bc78e6 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.hortonworks.HiveMuxCompositeHandler" - CodeUri: "./target/athena-hortonworks-hive-2022.20.1.jar" + CodeUri: "./target/athena-hortonworks-hive-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with Hortonworks Hive using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-mysql/athena-mysql.yaml b/athena-mysql/athena-mysql.yaml index 5df660b5b1..2f402a9fad 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.mysql.MySqlMuxCompositeHandler" - CodeUri: "./target/athena-mysql-2022.20.1.jar" + CodeUri: "./target/athena-mysql-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with MySQL using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml index 4f2dcaa6fb..861be79679 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.20.1 + SemanticVersion: 2022.22.1 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.20.1.jar" + CodeUri: "./target/athena-neptune-2022.22.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-oracle/athena-oracle.yaml b/athena-oracle/athena-oracle.yaml index 10a643f6d1..e276e64594 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.oracle.OracleMuxCompositeHandler" - CodeUri: "./target/athena-oracle-2022.20.1.jar" + CodeUri: "./target/athena-oracle-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with ORACLE using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-postgresql/athena-postgresql.yaml b/athena-postgresql/athena-postgresql.yaml index b0768e81a1..c3ae1275bb 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.postgresql.PostGreSqlMuxCompositeHandler" - CodeUri: "./target/athena-postgresql-2022.20.1.jar" + CodeUri: "./target/athena-postgresql-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with PostgreSQL using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index 25a2b5437b..c744eca73c 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.redis.RedisCompositeHandler" - CodeUri: "./target/athena-redis-2022.20.1.jar" + CodeUri: "./target/athena-redis-2022.22.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-redshift/athena-redshift.yaml b/athena-redshift/athena-redshift.yaml index e1f523c2e5..38f780eaa8 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.redshift.RedshiftMuxCompositeHandler" - CodeUri: "./target/athena-redshift-2022.20.1.jar" + CodeUri: "./target/athena-redshift-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with Redshift using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-saphana/athena-saphana.yaml b/athena-saphana/athena-saphana.yaml index a5497b88c5..5e7080aaa7 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: diff --git a/athena-snowflake/athena-snowflake.yaml b/athena-snowflake/athena-snowflake.yaml index 006abc0f5f..b2bfbcf4f6 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -70,7 +70,7 @@ Resources: partitionlimit: !Ref PartitionLimit FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.snowflake.SnowflakeMuxCompositeHandler" - CodeUri: "./target/athena-snowflake-2022.20.1.jar" + CodeUri: "./target/athena-snowflake-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with Snowflake using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-sqlserver/athena-sqlserver.yaml b/athena-sqlserver/athena-sqlserver.yaml index 298ff900d7..fc299fd444 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.sqlserver.SqlServerMuxCompositeHandler" - CodeUri: "./target/athena-sqlserver-2022.20.1.jar" + CodeUri: "./target/athena-sqlserver-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with SQLSERVER using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-synapse/athena-synapse.yaml b/athena-synapse/athena-synapse.yaml index a4c1e7b2f8..0898aaf65c 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -62,7 +62,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.synapse.SynapseMuxCompositeHandler" - CodeUri: "./target/athena-synapse-2022.20.1.jar" + CodeUri: "./target/athena-synapse-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with SYNPASE using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-teradata/athena-teradata.yaml b/athena-teradata/athena-teradata.yaml index 99eb01ac89..d0eb3e5eb4 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -70,7 +70,7 @@ Resources: Handler: "com.amazonaws.athena.connectors.teradata.TeradataMuxCompositeHandler" Layers: - !Ref LambdaJDBCLayername - CodeUri: "./target/athena-teradata-2022.20.1.jar" + CodeUri: "./target/athena-teradata-2022.22.1.jar" Description: "Enables Amazon Athena to communicate with Teradata using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml index 1b8aa107d3..f2a8dbffcf 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.timestream.TimestreamCompositeHandler" - CodeUri: "./target/athena-timestream-2022.20.1.jar" + CodeUri: "./target/athena-timestream-2022.22.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-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index ac25c1e7f9..97f2cda82e 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.tpcds.TPCDSCompositeHandler" - CodeUri: "./target/athena-tpcds-2022.20.1.jar" + CodeUri: "./target/athena-tpcds-2022.22.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-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index 50f825dd1d..7c40f61899 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -34,7 +34,7 @@ Resources: Properties: FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.udfs.AthenaUDFHandler" - CodeUri: "./target/athena-udfs-2022.20.1.jar" + CodeUri: "./target/athena-udfs-2022.22.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-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml index 165bea47ae..2bed2d488e 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.20.1 + SemanticVersion: 2022.22.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -76,7 +76,7 @@ Resources: FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.vertica.VerticaCompositeHandler" - CodeUri: "./target/athena-vertica-2022.20.1.jar" + CodeUri: "./target/athena-vertica-2022.22.1.jar" Description: "Amazon Athena Vertica Connector" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/pom.xml b/pom.xml index eb85a824d3..3c61a5be1c 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 11 11 1.11.800 - 2022.20.1 + 2022.22.1 1.2.0 1.5.1 1.7.28 diff --git a/tools/validate_connector.sh b/tools/validate_connector.sh index 923390ad91..4201b1037c 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.20.1.jar"; then +if test -f "target/athena-federation-sdk-tools-2022.22.1.jar"; then echo "athena-federation-sdk-tools is already built, skipping compilation." else mvn clean install