alibaba / alibaba/DataX

麻烦修改下where的参数说明,应该是复制的mysql的参数说明,写错了;谢谢大佬

Open
#730 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

where

描述:筛选条件,MysqlReader根据指定的column、table、where条件拼接SQL,并根据这个SQL进行数据抽取。在实际业务场景中,往往会选择当天的数据进行同步,可以将where条件指定为gmt_create > $bizdate 。注意:不可以将where条件指定为limit 10,limit不是SQL的合法where子句。

where条件可以有效地进行业务增量同步。
必选:否

默认值:无

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the MysqlReader documentation entry for the where parameter and compare its wording with the surrounding parameter descriptions. Clarify and correct the copied description, preserving the stated optionality and default value, then verify that the rendered documentation accurately explains the parameter.

Written by the indexing model from the issue text.

Assessment

Tech stack
mysql
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.