Skip to content

local query for history exports#3064

Open
cat-bro wants to merge 1 commit intousegalaxy-au:masterfrom
cat-bro:local_query_for_history_exports
Open

local query for history exports#3064
cat-bro wants to merge 1 commit intousegalaxy-au:masterfrom
cat-bro:local_query_for_history_exports

Conversation

@cat-bro
Copy link
Copy Markdown
Collaborator

@cat-bro cat-bro commented Mar 16, 2026

Add a local query for history exports. History exports have been recorded in the store_export_association table since they were turned into celery tasks in 2023.

gxadmin local query-history-exports 3
	  id  |     create_time     |            task_uuid             | history_id | user_id | total_size |                  result_data
	------+---------------------+----------------------------------+------------+---------+------------+-----------------------------------------------
	 3275 | 2026-03-15 10:27:25 | 5557cfe535c34c959baa7e7fa4ecddc6 |    2800101 |   12345 | 149 GB     | {"uri": null, "error": null, "success": true}
	 3274 | 2026-03-14 05:13:12 | 555611b2b02d4ec59a9246b73bbdda15 |    2840202 |   42424 | 11 GB      | {"uri": null, "error": null, "success": true}
	 3273 | 2026-03-14 04:08:40 | 555c6a5a7eb44836a1c8a705bcfa7714 |    2790303 |   23456 | 279 GB     | {"uri": null, "error": null, "success": true}
	(3 rows)

@cat-bro cat-bro requested a review from nuwang March 31, 2026 02:07
@cat-bro
Copy link
Copy Markdown
Collaborator Author

cat-bro commented Mar 31, 2026

I’d like to add this to the gxadmin code base to make use of built in constructs for filtering options, but for demo purposes I’d like to add this to gxadmin-local.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant