This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 8f3d354c3c fix issue#14375 (#14435)
8f3d354c3c is described below
commit 8f3d354c3c18fee6bd1fdea7e7a912d146d982d4
Author: QuakeWang <[email protected]>
AuthorDate: Mon Jul 3 20:36:45 2023 +0800
fix issue#14375 (#14435)
add sqoop config in website
---
docs/configs/docsdev.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 49c05f87f5..9dbb5bad25 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -141,6 +141,10 @@ export default {
title: 'DataX',
link:
'/en-us/docs/dev/user_doc/guide/task/datax.html',
},
+ {
+ title: 'Sqoop',
+ link:
'/en-us/docs/dev/user_doc/guide/task/sqoop.html',
+ },
{
title: 'Pigeon',
link:
'/en-us/docs/dev/user_doc/guide/task/pigeon.html',
@@ -858,6 +862,10 @@ export default {
title: 'DataX',
link:
'/zh-cn/docs/dev/user_doc/guide/task/datax.html',
},
+ {
+ title: 'Sqoop',
+ link:
'/zh-cn/docs/dev/user_doc/guide/task/sqoop.html',
+ },
{
title: 'Pigeon',
link:
'/zh-cn/docs/dev/user_doc/guide/task/pigeon.html',