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 The "Graph" tab on a pipe will let you see what related datasets are unpopulated. You could then traverse the graph upwards or side-ways to identify the dataset(s) that cause the lack of propagatio...
-
Official comment We already have support for this in the backend, but it works on the subscription level. It should definitely be made available in the UI as well.It is not possible to support this on the system le...
-
This has now been implemented. You can find the outbound IP in the Management Studio under Subscription > Network > Firewall.
-
Sesam's backup system is an implementation detail and it is implemented to support disaster recovery. There are technical reasons why we cannot control/expose the exact time when the backup runs. T...
-
I see. Could you write the response only to the local database and then sync it back to Sesam? Then you could use the same kind of technique as described above.
-
Internal datasets should not be used as part of an integration/value chain. Note that you can filter by using the `Tags` filter on the `Pipes` page. Is there any reason why you cannot use that inst...
-
It turns out that datasets do not have tags. In theory the sink datasets of user pipes could inherit the tags from the user pipe, but that is not the case today. Non-user origin pipes do not have t...
-
The two pipes would look roughly something like this: [ { "_id": "local-database-state", "type": "pipe", "source": { "type": "sql", "system": "local-da...
-
Official comment Yes, that sounds like a good idea. We'll try to implement support for it.
-
Thank you for the explanation and sorry for the late reply. One way to work around this problem is to have Sesam pull in the state from your local database. That pipe needs to perform a full sync o...