User

Rok Kovač

Member since
Total activity 47
Last activity
Following 0 users
Followed by 0 users
Votes 0
Subscriptions 25

Articles

Recent activity by Rok Kovač

  • CRUD Methods (Create, Update, Get By ID, Delete)

    Create, Update, Get By ID and Delete methods require similar setup and share functionality. Instead of the watermark object, all methods receive a list of syncari records under the data key in sync...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Webhook Methods

    Custom Synapse framework also provides ability to ingest webhook requests. These are handled by a routing method Extract_webhook_identifier and processing method Process_webhook. First method route...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • getHeaders Method

    When setting up authentication for Custom Actions, you can select to use credentials of an existing synapse. In order to make this work you need to configure the getHeaders method that returns a di...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Syncari Rest Client

    The SyncariRestClient is a sophisticated component of the Custom Synapse SDK, built on top of the widely used Requests library in Python (Requests Documentation). This client facilitates streamline...

    • Updated
    • 2 followers
    • 0 comments
    • 0 votes
  • Authentication

    Authentication types are defined inside the SynapseInfo class, under supportedAuthTypes list. Here we can list all the supported authentication types that will be exposed to the end User in the UI,...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Testing a Custom Synapse Locally

    Before either importing the synapse for the first time or making updates to it later on, we strongly recommend to first test it locally. Testing can be done using the pytest framework and mocking t...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • How to troubleshoot Custom Synapse Issues

    Syncari provides out of the box error message viewing in the Synapse studio - for any credential related issues, on the pipelines themselves - for issues related to those specific entities and in t...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • FAQ

    How does Syncari Handle deleted records? For deletes made in the end system, Syncari records have a boolean flag that should be set to True whenever a record is deleted. These can be set either fro...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Models Reference Page

    Below are listed all models that are used by the Syncari’s Synapse SDK. Core models Synapse info   Synapse Info class is used in the synapse_info method. It allows for specifying the authentication...

    • Updated
    • 1 follower
    • 0 comments
    • 0 votes
  • Using XPath Tokens

    This article explains how to use XPath tokens to access data in pipeline workflows—especially when working with complex, nested, or irregular key structures. XPath tokens offer greater flexibility ...

    • Updated
    • 1 follower
    • 0 comments
    • -1 votes