A context object that can optionally be injected into the compute function of a 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, ...): ... ...
Aborts the job and ends execution. This will abort all output transactions.
The auth header used to run the transform.
The list of solved conda packages.
The fallback branches configured when running the transform.
Transform parameters.
The Spark session used to run the transform.