Skip to content

Commit

Permalink
Add title for with_tables and functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Oct 17, 2021
1 parent 0fed7f6 commit 5a712d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,12 @@ You can resolve side effects such as `INSERT` and `UPDATE` statements before sim

You can extract dependencies containing tables and functions by `--with_tables` and `--with_functions` options.

#### With tables

![dag.dot](./samples/sample/with_all/dag.png)

### With functions

![dag.dot](./samples/sample-function-dependency/with_all/dag.png)

## Parallel Execution
Expand Down

0 comments on commit 5a712d0

Please sign in to comment.