From 1df88ce7bcacf2cc069180629aa8212be5ebab5f Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Tue, 17 Dec 2024 20:54:14 +0100 Subject: [PATCH] Avro: Add pointer to blog bost --- extensions/avro/description.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/avro/description.yml b/extensions/avro/description.yml index 1e34ea6..3ffad1e 100644 --- a/extensions/avro/description.yml +++ b/extensions/avro/description.yml @@ -19,4 +19,4 @@ docs: FROM read_avro('some_file.avro'); extended_description: | This extension provides a scan function for Apache Avro files. - For more information and information regarding usage, limitations and performance, see the [README](https://github.com/hannes/duckdb_avro). + For more information and information regarding usage, limitations and performance, see the [README](https://github.com/hannes/duckdb_avro) and the [announcement blog post](https://duckdb.org/2024/12/09/duckdb-avro-extension).