diff --git a/impala_list_databases.sh b/impala_list_databases.sh index 01f489c9..d833fbeb 100755 --- a/impala_list_databases.sh +++ b/impala_list_databases.sh @@ -19,6 +19,10 @@ # # For more documentation see the comments at the top of impala_shell.sh +# For a better version written in Python see DevOps Python tools repo: +# +# https://github.com/harisekhon/devops-python-tools + set -euo pipefail [ -n "${DEBUG:-}" ] && set -x srcdir="$(dirname "$0")"