A context object that can optionally be injected into the compute function of a lightweight transform.
Can be accessed by adding a ctx argument to the compute function as shown below:
Copied!1 2 3>>> @transform.using(...) ... def compute(ctx, ...): ... ...
Equivalent to transforms.api.TransformContext for single node compute.
Aborts the job and ends execution. This will abort all output transactions.
The auth header used to run the transform.
Whether the transform is running incrementally.