bartek@aws: ~/news
$ whoami
$ AWS Architect · DevOps · Cloud

tag: ETL

show all
Wednesday, July 29, 2026

Amazon Redshift Data API Gets Smarter with Long Polling and Batch Improvements

Amazon Redshift Data API now features long polling to cut API calls, session management for tracking active queries, and flexible batch execution with AUTO_COMMIT mode. Each SQL statement in a batch runs independently, so one failure won't roll back everything—perfect for ETL pipelines. You can also reuse parameters across statements, making queries cleaner and more efficient.

Monday, July 27, 2026

AWS Glue Data Quality Gets Smarter with Anomaly Detection

AWS Glue Data Quality just leveled up with ML-powered anomaly detection that catches weird data behavior—think sudden drops in distinct values or row count spikes—without needing explicit thresholds. Now you can write evaluation results straight to AWS Glue Data Catalog tables, making your quality checks queryable via SQL. Perfect for data engineers juggling hundreds of tables who want issues surfaced automatically.