Rok Kovač
Articles
Recent activity by Rok Kovač
-
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
-
Managing Your Custom Synapse Python Project (VS Code Examples)
Managing Your Custom Synapse Python Project (w/ VS Code Examples) This article will help you with setting up a Python project within VS Code editor. Requirements Before we start we need to make sur...
- Updated
- 2 followers
- 0 comments
- 4 votes
-
Managing a Custom Synapse in Syncari
After you configure your custom synapse using the Custom Synapse SDK, you're ready to upload the custom synapse to Syncari. This process involves providing basic information about the synapse, uplo...
- Updated
- 1 follower
- 0 comments
- 4 votes