You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated environment variable sourcing logic to always check for DOCKER_HOST, CONFIG_PROPERTIES, and JVM_CONFIG. These variables will be sourced from --env options fed to the CLI or from variables set in the user's shell.
Resolves #91.
Updated minitrino modules ${module} --json to print raw JSON data to the
terminal without any log level indicators ([i], [v], etc).
Library Changes and Additions
N/A
Other
Updated actions/setup-python to v5 in relevant workflows.