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 090d85c commit 6650385Copy full SHA for 6650385
graphdatascience/query_runner/session_query_runner.py
@@ -231,12 +231,6 @@ def run_write_back() -> DataFrame:
231
)
232
233
try:
234
- # Skipping progress for now as export has a different jobId
235
- # if self._resolve_show_progress(logging):
236
- # database_write_result = self._progress_logger.run_with_progress_logging(
237
- # run_write_back, job_id, database
238
- # )
239
- # else:
240
database_write_result = run_write_back()
241
except Exception as e:
242
# catch the case nothing was needed to write-back (empty graph)
0 commit comments