Jitsu 1.43.3
This hotfix release includes the following changes:
Experimental Sources transformation
Added experimental JavaScript transformation for Sources data. Can be enabled with experimental.source_transform_enabled: true
yaml property or EXPERIMENTAL_SOURCE_TRANSFORM_ENABLED=true
environment variable.
If one destination ingests data from multiple Sources and API-Keys, the same JavaScript code will be applied to all kinds of data.
In this case it may be required to distinguish what source each particular object is coming from by properties of that object.
For that purpose _source_id
property was added for all data ingested from sources
Other changes
- Don't treat cases when API-Key has no linked destinations yet as errors.