Update, September 8: DuckLabs now says the transaction announced on August 26 concluded on August 31. Its development team joins AWS. For a DuckDB user, the useful distinction is between the company, the open-source project and the service running a workload.

The transaction has progressed
The dated update in the founders' announcement confirms completion. The team remains in Amsterdam. The company's press release separately states that the MIT-licensed projects and nonprofit Foundation stewardship continue.
Plans for an advisory board and a more open extension-signing ecosystem are roadmap items in those announcements. They should not be presented as already implemented features of the version installed on your machine.
Company ownership is only one layer
A useful dependency map separates three questions. Who employs the developers? Who stewards the project? Where does your application execute and store data? A change to the first answer does not automatically change the other two.
For example, a local application reading a local dataset has different operational dependencies from an application using remote object storage, credentials and a managed service. The acquisition announcement is not evidence that the local application has begun sending its files to AWS.
Conversely, the license of an engine does not describe every condition of a service built around it. Record both the software dependency and any account, storage or network dependency rather than treating the word “open” as a complete deployment specification.
Make an upgrade decision reproducible
Before changing a production dependency, retain the version currently used and a small dataset representative of your actual queries. Include nulls, dates, strings and values that exercise your application's conversion rules. Compare result values and types, not only whether the query finishes.
Measure the same query separately on cold and warm data if timing matters. A result obtained after a remote file has been cached is not directly comparable with a first download. Keep extension versions and storage settings with the result.
This is a proposed application check, not a test performed by PeopleAreGeek and not a finding of a regression. Its purpose is to make future release decisions depend on observable behavior. The company announcement alone neither requires an emergency migration nor certifies every future version for an existing application.
Update completion to August 31; distinguish company, project stewardship and deployment; use official founder photograph.