We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17222d8 commit 7166e6eCopy full SHA for 7166e6e
src/ext/database_diagram.py
@@ -136,7 +136,7 @@ def generate_dotcode():
136
# get markdown
137
with tempfile.NamedTemporaryFile() as tf_db:
138
# is_public=False triggers the creation of tables
139
- CylcWorkflowDAO(db_file_name=tf_db.name, is_public=False)
+ CylcWorkflowDAO(db_file_name=tf_db.name, create_tables=True)
140
schema, orphans = schema_to_markdown(db_name=tf_db.name)
141
142
# graph prefix
0 commit comments