Awesome! If you run into any other issues, or others come across this thread, give this link a try! https://streamyard.com/watch/BFwKCrcRKm9j
Ben N. if you're still having trouble, give this link a shot! https://streamyard.com/watch/BFwKCrcRKm9j
Thanks for the heads up Aaron! Taking a look into this w/ the team now
⭐ ⭐ ⭐ Release ⭐ ⭐ ⭐
Expanded DuckDB Extension support in the MotherDuck MCP Server: The MotherDuck Remote MCP Server is now compatible with the DuckLake, Spatial, Iceberg, and Delta DuckDB extensions. Read more about using the MotherDuck MCP Server in the documentation.
Point-in-time Restore: Restore databases to previous states using automatic or named snapshots within a configurable retention window of up to 90 days. Use UNDROP DATABASE to recover deleted databases. Learn more in the launch blog post and the data recovery documentation.
DuckDB Database File Upload: Upload DuckDB database files (.duckdb, .db) from your laptop to MotherDuck using the "Add data" menu in the MotherDuck UI. Preview tables and schemas in the UI before copying to MotherDuck. See the documentation on loading DuckDB databases into MotherDuck to learn more about using DuckDB database files.
Hey Brandon! All business plan users should have access to Giga size Ducklings now, that sounds like some odd behavior, let's get to the bottom of it! I'll move this conversation into the private channel.
⭐ ⭐ ⭐ Release ⭐ ⭐ ⭐
Expanded MCP Server support: The MotherDuck MCP Server now supports Warp, PearAI, Trae, Void, Positron, Supermaven, Aider, and JetBrains IDEs. Use your favorite AI assistant to answer questions about your data through natural conversation. See the MCP Server documentation to get started.
Giga Ducklings on Business plan: Users on any MotherDuck Business plan can now access Giga Ducklings, our largest compute Duckling size, built to tackle the largest, toughest, most complex data transformations. Configure your Duckling size in Settings > Ducklings.
Add Data from Cloud Storage: Import data from Amazon S3, Google Cloud Storage, Cloudflare R2, and others directly in the MotherDuck UI. Click "Add data" and select "From cloud storage" to browse your bucket, select files (or use Wildcard mode for patterns), preview the data, and create tables. Learn more in the documentation for loading data from Cloud Storage.
⭐ ⭐ ⭐ Release ⭐ ⭐ ⭐
DuckDB 1.4.3: MotherDuck supports DuckDB 1.4.3, a bugfix release. Learn more in the official DuckDB Labs 1.4.3 announcement and changelog.
PlanetScale Postgres integration: Users of PlanetScale Postgres can now use pg_duckdb to push analytical queries to MotherDuck. Analytical queries are accelerated up to 200x faster with MotherDuck, and keep your Postgres cluster optimized for transactions. Learn more in the announcement blog, and integration documentation.
MotherDuck destination for Artie CDC: Artie now supports MotherDuck as a destination for CDC. Users of Artie can now stream changes from OLTP databases like PostgreSQL, MySQL, and MongoDB to MotherDuck in real-time. Learn more in the announcement blog, and Artie documentation.
Recent Queries added to MD_INFORMATION_SCHEMA: Organization admins on MotherDuck Business plans can now access a more realtime view of all currently running or recently completed queries across their whole organization using the RECENT_QUERIES view. This view offers detail for recent queries not yet captured in the QUERY_HISTORY view. Both views are accessible in the MD_INFORMATION_SCHEMA.
New columns for query attribution in query history: The QUERY_HISTORY view along with the new RECENT_QUERIES view in the MD_INFORMATION_SCHEMA now contain session_name and duckling_id columns, making it easy to identify which Duckling executed each query, and group read scaling queries by session_hint.
⭐ ⭐ ⭐ Release ⭐ ⭐ ⭐
DuckDB 1.4.2: MotherDuck supports DuckDB 1.4.2, a bugfix release. Learn more in the official DuckDB Labs 1.4.2 announcement and changelog.
Full command menu now at Cmd/Ctrl+K: Access common MotherDuck UI actions from your keyboard, including generating query edits, adding notebook cells, creating notebooks, and navigating between pages. Open the command menu with Cmd/Ctrl+K and search for options. For quick access to generate query edits, use Cmd/Ctrl+Shift+E. (Note: Cmd/Ctrl+Shift+P no longer opens the command menu.)
Run queries across multiple notebooks: You can now run cells across multiple MotherDuck UI notebooks, and allowing each to queue and run. Hover over any notebook in the left sidebar to see how many cells are running or queued. Query cancellation is also more reliable across all notebooks.
⭐ ⭐ ⭐ Release ⭐ ⭐ ⭐
Duplicate MotherDuck notebook cells: Duplicate cells in MotherDuck notebooks using the cell options menu or command menu. Access the duplicate option from the three-dot options menu on any cell, or use Cmd/Ctrl + Shift + P to open the command menu and search for "duplicate."
⭐ ⭐ ⭐ Release ⭐ ⭐ ⭐
MotherDuck now supports DuckDB 1.4.1 and DuckLake 0.3
DuckDB 1.4 delivers performance gains with improvements like a rewritten sorting engine, more efficient small writes, and new SQL syntax including the MERGE statement. Learn more in the DuckDB 1.4.0 and 1.4.1 changelogs.
Performance improvements
Sorting is 2x+ faster: Complete rewrite of sorting uses less memory and scales better across threads for ORDER BY, window functions, and list sorting
More efficient small writes: Appending small numbers of rows now writes far fewer bytes
5x faster checkpointing: Reuses table metadata when tables aren't altered during checkpoint
Parallel connection creation: Connections from instance cache can be created in parallel
Faster scalar functions on dictionary data: Functions on dictionary-compressed data only run once per unique value
SQL syntax updates
MERGE INTO statement: Standard SQL upserts without requiring primary keys or indexes
FILL() window function: Interpolate missing values in ordered data
Python-style macro arguments: Macros accept positional or named arguments for any parameter
Parquet improvements
VARIANT type reading: Read Parquet VARIANT types for faster semi-structured data processing
Native geometry type writes: Write native Parquet geometry types
Auto-globbing for directories: Automatically treats paths as directories and retries with glob patterns when no file is found
Learn more in the MotherDuck Highlights Blog, and the official DuckDB Labs announcements for 1.4.0 and 1.4.1. While you can continue using your current version of DuckDB with MotherDuck, we encourage you to upgrade your DuckDB clients to 1.4.1 as soon as you can to take advantage of the fixes and performance improvements. [Preview] DuckLake 0.3 As we announced earlier this year, MotherDuck now supports DuckLake, an integrated data lake and catalog format. DuckLake 0.3 makes working with DuckLake more robust, including CHECKPOINT for easy maintenance, new paths for Iceberg interoperability, spatial geometry types, and MERGE INTO support. Learn more about using DuckLake databases in MotherDuck in the documentation, and the recent improvements in the DuckDB Labs announcement for DuckLake 0.3.
.png)