The configuration for the sync tag invalidate function
The validated sync tag invalidate function resource
Using implicit event scoping to all datasets in the function project:
defineSyncTagInvalidateFunction({
name: 'bustin-caches',
})
Using explicit event scoping to a particular dataset in the function project:
defineSyncTagInvalidateFunction({
name: 'bustin-caches',
event: {
resource: {
type: 'dataset',
id: 'myProj.myDataset',
},
},
})
Defines a function that is triggered on a sync tag invalidate event.