Skip to content

Commit

Permalink
[优化]readme
Browse files Browse the repository at this point in the history
  • Loading branch information
longfengpili committed Jun 1, 2022
1 parent 5b56e65 commit ed5e64a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,11 @@ row, action, result = db.execute(sql)
可以自动执行表名(表名包含即可)
+ REDSHIFT_AUTO_RULES
Amazon Redshift 可以自动执行表名(表名包含即可)

## jupyter notebook 调用日志格式
```python
import logging
from pydbapi.conf.settings import LOGGING_CONFIG
import logging.config
logging.config.dictConfig(LOGGING_CONFIG)
```

0 comments on commit ed5e64a

Please sign in to comment.