Apache Iceberg adds new data governance features
Apache Iceberg just introduced two updates to its REST Catalog: read restrictions and catalog labels. These features let organizations set rules on who can access which data, even when different tools or computing engines are involved. Now, trusted engines can be given specific permissions—like which rows or columns a person can see—directly by the catalog, helping keep access controls consistent across platforms.
- Two new features: read restrictions and catalog labels
- Read restrictions set row/column access rules per user
- Works across different analytics engines, including Trino
- Aims for consistent data rules regardless of tool used
Sources covering this
More in Enterprise
Red Hat adds NVIDIA BlueField to OpenShift
Red Hat OpenShift will now support NVIDIA BlueField hardware, aiming to make data centers faster by letting specialized cards take on tasks usually handled by main processors. By moving network traffic management and security enforcement off CPUs and onto BlueField, businesses can free up computing power for core applications and AI tasks. Red Hat says this helps cut operational costs and makes network security more robust.
Salesforce reveals new AI tools and expanded Claude partnership
Salesforce has announced several new AI-powered products. A key launch is Claudeforce, a partnership with Anthropic to bring its Claude language model directly into Salesforce tools like its sales CRM, with an open beta this month. The company is also updating its AI agent features to handle entire business workflows, and launching Slack Code to let teams build and review software without leaving Slack.
SAP addresses critical security flaw in core software
SAP has released a patch for a maximum severity vulnerability, tracked as CVE-2026-44756, affecting the SAP kernel. Security researchers at Onapsis say over 10,000 internet-exposed SAP systems could be at risk. The flaw allows unauthenticated attackers to send crafted network requests that could let them execute arbitrary operating system commands with administrative privileges. There are currently no reports of active exploitation, but experts recommend immediate patching.
Google Cloud SQL Server Migration Skips User Logins
If you migrate a SQL Server database to Google Cloud SQL using their Database Migration Service, your data goes over—but user logins don’t. That’s on purpose, says Google: DMS deliberately doesn’t copy server logins for security and compliance reasons. If you want your applications to connect, you’ll have to migrate those logins manually with standard SQL Server tools.