Search documentation
karat

+

K

User Documentation ↗

transforms.api.ParamContext

class transforms.api.ParamContext(foundry_connector, input_specs, output_specs, branch, job_rid=None)

A context object injected in the instance method of a parameter.

  • Parameters:
    • foundry_connector (FoundryConnector) – The transforms.foundry.connectors.FoundryConnector object.
    • input_specs (dict) – A map from resource identifier (RID) to the input spec entry from JobSpec.
    • output_specs (dict) – A map from RID to the output spec entry from JobSpec.
    • branch (str) – The branch name this build is running on.
    • job_rid (Optional [str ]) – The job RID.

History

  • Added in version 1.53.0.