AWS Glue Studio now allows you to specify streaming ETL job settings - devamazonaws.blogspot.com

AWS Glue Studio now allows you to specify the settings for your streaming extract-transform-and-load (ETL) job in the visual job editor. This feature allows you to optimize your AWS Glue streaming ETL jobs for your use case. You can choose the window size for reading data from the data stream, whether to detect the schema of each record or use the schema from the AWS Glue Data Catalog, and connection settings that fine-tune how the AWS Glue job reads from the stream.

Post Updated on June 04, 2021 at 07:55PM

Comments

Popular posts from this blog

[MS] Pulling a single item from a C++ parameter pack by its index, remarks - devamazonaws.blogspot.com

[MS] Debugger breakpoints are usually implemented by patching the in-memory copy of the code - devamazonaws.blogspot.com

[MS] The case of the crash when destructing a std::map - devamazonaws.blogspot.com