Ruslan Akhtyamov
Ruslan Akhtyamov
### Problem There is no way to configure enrichment rules yet ### Solution Example of destination JSON configuration with enrichment rules: ```json { "$type": "PostgresConfig", "_comment": null, "_connectionErrorMessage": null, "_connectionTestOk":...
### Problem There is no way to configure Eventnative enrichment rules using en-manager ### Solution en-manager backend must add enrichment rules to destinations. Config example: ```json { "destination_id": { ......
### Problem To simplify some system operations like data migration and so on, which require immutability of backend data, it's nice to have some way to make configurations read-only or...