This is an automated email from the ASF dual-hosted git repository.

brile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git


The following commit(s) were added to refs/heads/master by this push:
     new 24ee2e80 Add upsert blog to featured list
     new e481033d Merge pull request #447 from 
hellmarbecker/20231126-articles-upsertblog
24ee2e80 is described below

commit 24ee2e80dd096f5a1342db5baedc1a931aa2e612
Author: Hellmar Becker <[email protected]>
AuthorDate: Sun Nov 26 18:59:06 2023 +0100

    Add upsert blog to featured list
---
 static/js/FeaturedContent.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/static/js/FeaturedContent.js b/static/js/FeaturedContent.js
index 12339aea..ac72a36d 100644
--- a/static/js/FeaturedContent.js
+++ b/static/js/FeaturedContent.js
@@ -23,6 +23,13 @@ Used by ContentWidget.js in index.js to display the first 5 
entries from the top
  
 
 export const Content = [
+  {
+    "date": "2023-11-25",
+    "title": "Druid Data Cookbook: Upserts in Druid SQL",
+    "name": "Hellmar Becker",
+    "link": 
"https://blog.hellmar-becker.de/2023/11/25/druid-data-cookbook-upserts-in-druid-sql/";,
+    "company": "Imply"
+  },
   {
     "date": "2023-09-07",
     "title": "New in Apache Druid 27: Querying Deep Storage",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to