Skip to main content

system.kanoa.config.getVersionInfo

Description

This function retrieves application version information such as database, project, or tag version numbers.

Syntax

getVersionInfo(paramsDict)

Parameters:
  • paramsDict (dict) - Parameters for querying version information.

  • Returns:
  • dataset - Version data
  • Dictionary

    ParameterTypeRequiredNotes
    typestrOptionalType of version information to query (e.g. 'database', 'project', 'tag')
    namestrOptionalName of the database, project, or tag
    elementstrOptionalSpecific to the type, for database this could be the schema

    Code Examples

    # Example Usage:
    version_data = system.kanoa.config.getVersionInfo(paramsDict)