Geir Ove Grønmo
- Total activity 292
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 124
Comments
Recent activity by Geir Ove Grønmo-
Official comment Being able to add custom metadata to a notification rule is a good idea. All rules currently have a name and a description field. Maybe you can encode such metadata on one of those fields for now? ...
-
Official comment rdf:type is not a first class thing in Sesam currently. There are no plans for add this as it is typically just a single line of DTL.
-
Official comment A workaround might be to write into a separate table and then use triggers, or alternatively have a writable view on top of the existing table. Another alternative would to use DTL to fill in the d...
-
Official comment The "sql" sink requires the table to have an immutable primary key in the entity that is reflected in the table. Using an auto incrementing column for primary key does not work as the sink is then ...
-
Official comment The Overview now collapses systems that have the same prefix into one spoke on the wheel. The prefix ends at the first "-" character. It is also possible to specify a single custom system group for...
-
In practice this will have to be evaluated for every entity anyway as it may evaluate to something else depending on timing. It would also require a full expression language – and where would we dr...
-
Official comment One way to solve this is to partition the endpoint pipe. Split the endpoint pipe into N parts and then use a subset for each of those pipes. Use a hash function on _id to produce the subset values ...
-
Official comment You don't mention which source type you have in mind. The merge source is technically a black box and cannot be rewound. The merge_datasets and union_datasets sources uses a dot notation in their _...
-
Official comment Do you have a specific sink in mind? This behaviour varies from sink to sink.
-
Official comment Do you have a real-world example where such a feature would be required? We have considered adding a "let" function earlier, but have not done so yet as it is unclear if it is necessary or if it in...