File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ class Diagram(nx.DiGraph):
6161 draws the diagram using pyplot
6262
6363 diag1 + diag2 - combines the two diagrams.
64- diag1 - diag2 - differente between diagrams
65- diag1 * diag2 - intersction of diagrams
64+ diag1 - diag2 - difference between diagrams
65+ diag1 * diag2 - intersection of diagrams
6666 diag + n - expands n levels of successors
6767 diag - n - expands n levels of predecessors
6868 Thus dj.Diagram(schema.Table)+1-1 defines the diagram of immediate ancestors and descendants of schema.Table
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ class _AliasNode:
257257
258258
259259def _get_tier (table_name ):
260- """given the table name, return"""
260+ """given the table name, return the use table class. """
261261 if not table_name .startswith ("`" ):
262262 return _AliasNode
263263 else :
You can’t perform that action at this time.
0 commit comments