Skip to content

Commit

Permalink
Update ex-ug-parameter.md (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored May 11, 2022
1 parent 729a246 commit 2ca5719
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ For different data sources, the vertex configurations are different. There are m
|`tags.table`|string|-|Yes|The name of a table used as a data source.|
|`tags.user`|string|-|Yes|The MySQL/PostgreSQL username with read permissions.|
|`tags.password`|string|-|Yes|The account password.
|`tags.sentence`|string|-|Yes|Statements to query data sources. For example: `"select teamid, name from basketball.team order by teamid;"`.|
|`tags.sentence`|string|-|Yes|Statements to query data sources. For example: `"select teamid, name from team order by teamid"`.|

### Specific parameters of ClickHouse data sources

Expand Down

0 comments on commit 2ca5719

Please sign in to comment.