Skip to content

Commit

Permalink
dump failing update query to the log
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthornton-lbl committed Nov 22, 2024
1 parent 7213e8b commit 3b7cf08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nmdc_automation/run_process/run_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def import_projects(import_file, import_yaml, site_configuration, iteration):
runtime.run_query(data_generation_update)
except Exception as e:
logger.error(f"Error applying update to sequencing data generation: {e}")
logger.error(data_generation_update)
raise e


Expand Down

0 comments on commit 3b7cf08

Please sign in to comment.