awslabs / amazon-redshift-utils

Amazon Redshift Utils contains utilities, scripts and view which are useful in a Redshift environment
Apache License 2.0
2.76k stars 1.25k forks source link

Add view v_get_running_queries to AdminViews #710

Open whrocha opened 9 months ago

whrocha commented 9 months ago

Description of changes:

Add view AdminViews:

v_get_running_queries

This view will show all current queries in the cluster, ordering it by the start execution date.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.