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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8f8cf27a51 [blog](fix) Fix blog tags of Job Scheduler (#771)
8f8cf27a51 is described below

commit 8f8cf27a5172eb15693bc39d8a2d82dc5d4754bb
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Wed Jun 19 20:29:20 2024 +0700

    [blog](fix) Fix blog tags of Job Scheduler (#771)
---
 blog/job-scheduler-for-task-automation.md | 2 +-
 src/constant/newsletter.data.ts           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/blog/job-scheduler-for-task-automation.md 
b/blog/job-scheduler-for-task-automation.md
index e9bd162bd0..f36e5bc32a 100644
--- a/blog/job-scheduler-for-task-automation.md
+++ b/blog/job-scheduler-for-task-automation.md
@@ -5,7 +5,7 @@
     'description': "The built-in Doris Job Scheduler triggers pre-defined 
operations efficiently and reliably. It is useful in many cases including ETL 
and data lake analytics.",
     'date': '2024-06-06',
     'author': 'Apache Doris',
-    'tags': ['Best Practice'],
+    'tags': ['Tech Sharing'],
     'picked': "true",
     'order': "2",
     "image": '/images/job-scheduler-for-task-automation.jpg'
diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts
index 57112bf0a3..8e4ba3651d 100644
--- a/src/constant/newsletter.data.ts
+++ b/src/constant/newsletter.data.ts
@@ -8,7 +8,7 @@ export const NEWSLETTER_DATA = [
     },
 
     {
-        tags: ['Best Practice'],
+        tags: ['Tech Sharing'],
         title: "Another lifesaver for data engineers: Apache Doris Job 
Scheduler for task automation",
         content: `The built-in Doris Job Scheduler triggers pre-defined 
operations efficiently and reliably. It is useful in many cases including ETL 
and data lake analytics.`,
         to: '/blog/job-scheduler-for-task-automation',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to