Skip to content

Commit

Permalink
Deployed c5ca188 to develop with MkDocs 1.4.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Nov 6, 2023
1 parent 60b37cc commit d59e1c4
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 178 deletions.
17 changes: 9 additions & 8 deletions develop/assets/jobs/databendwriter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@
],
"postSql": [
],
"connection": [
{
"jdbcUrl": "jdbc:databend://localhost:8000/addax",
"table": [
"table1"
]
}
],
"username": "u1",
"password": "123",
"database": "example_db",
"table": "table1",
"jdbcUrl": "jdbc:mysql://127.0.0.1:3307/example_db",
"loadUrl": ["127.0.0.1:8000","127.0.0.1:8000"],
"fieldDelimiter": "\\x01",
"lineDelimiter": "\\x02",
"column": ["*"],
"format": "csv"
"column": ["*"]
}
},
"reader": {
Expand Down
2 changes: 1 addition & 1 deletion develop/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit d59e1c4

Please sign in to comment.