Skip to main content

system.kanoa.config.getVersionInfo

This function requires KanoaCore module

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.
            'type' (str, optional): Type of version information to query ('database', 'project', 'tag')
            'name' (str, optional): Name of the database, project, or tag
            'element' (str, optional): Specific to the type, for database, this could be the schema
    • Returns: dataset - Version data
    • Code Example

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