keep
keep(**kwargs)
Adds all provided arguments to the current integration namespace. Once kept, they can be accessed directly throughout the life of the integration, including in subsequent lifecycle hooks and as values within a field mapping.
The keyword given as a variable determines the variable name that's used to access the value subsequently.
Note that mutations to a variable after it is kept are not updated within the global namespace. Changes to a variable after it is kept must then be re-kept to persist for later access.
Last updated