Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Dec 9, 2024
1 parent 4f9a7f5 commit b9a2575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbm-ui/backend/flow/utils/mysql/mysql_act_playload.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ def get_semantic_dump_schema_payload(self, **kwargs):
"dump_all": self.cluster.get("dump_all", True),
"parse_need_dump_dbs": self.cluster.get("parse_need_dump_dbs", []),
"parse_create_dbs": self.cluster.get("parse_create_dbs", []),
"execute_objects": self.cluster.get["execute_objects"],
"execute_objects": self.cluster.get("execute_objects", None),
"backup_file_name": f"{self.cluster['semantic_dump_schema_file_name']}",
"backup_file_name_suffix": f"{self.cluster['semantic_dump_schema_file_name_suffix']}",
"backup_dir": BK_PKG_INSTALL_PATH,
Expand Down

0 comments on commit b9a2575

Please sign in to comment.