flink-connector-aws icon indicating copy to clipboard operation
flink-connector-aws copied to clipboard

Apache flink

Results 15 flink-connector-aws issues
Sort by recently updated
recently updated
newest added

## Purpose of the change Add `DynamoDbTypeInformedElementConverter` to convert Elements to dynamoDb Sink using its provided type Info. ## Verifying this change This change added tests and can be verified...

component=Documentation

## Purpose of the change Add Glue catalog feature ## Verifying this change Tested in EMR cluster - Unit test cases ## Significant changes *(Please check any boxes [x] if...

component=Connectors/DynamoDB

## Purpose of the change Implement Table API support for Avro with AWS Glue Schema Registry ## Verifying this change - Added unit tests - Manually verified by running a...

component=Documentation

## Purpose of the change Implements the Amazon SQS Sink Connector ## Verifying this change This change added tests and can be verified as follows: Added unit tests Added integration...

## Purpose of the change According to the javadoc, the `STREAM_INITIAL_POSITION` property defines where to start reading Kinesis streams from. However, in the current implementation this is only true if...

component=Documentation

## Purpose of the change Flink Connector Redshift Sink Implementation ## Verifying this change #### JDBC mode testing ``` CREATE TABLE users1 ( > `id` BIGINT, > `data` STRING, >...

## Purpose of the change Implements the Table API for the Kinesis Source. ## Verifying this change This change added tests and can be verified as follows: - *Added unit...

## Purpose of the change Implement support for EFO in the new KDS source ## Verifying this change This change added tests and can be verified as follows: - Added...

This PR does a couple of things: 1. It syncs this CI workflow to use the shared CI tooling for externalized Flink connectors 907466c0ec253f93500bdda9070cea32f7e808f5 2. It changes the nightly builds...

component=BuildSystem

## Purpose of the change When `DynamoDbSink` is used with CDC sources, it fails to process DELETE records and throws ``` org.apache.flink.connector.dynamodb.shaded.software.amazon.awssdk.services.dynamodb.model.DynamoDbException: The provided key element does not match the...

component=Documentation