Configuration for API endpoints. Inherits from BaseConfig.
Configuration for data extraction. Inherits from BaseConfig.
Configuration for data transformation. Inherits from BaseConfig.
Configuration for multi-step workflows. Inherits from BaseConfig.
Individual step within a workflow.
Third-party service integration configuration.
Tenant account information.
Result of workflow execution.
Result of individual workflow step execution.
Result of individual operation execution.
Log entry for operation tracking.
Available HTTP methods:
GET
POST
PUT
DELETE
PATCH
HEAD
OPTIONS
Authentication methods:
NONE
- No authenticationHEADER
- Authentication via headersQUERY_PARAM
- Authentication via query parametersOAUTH2
- OAuth 2.0 authenticationSupported file formats:
AUTO
- Automatic detectionJSON
- JSON filesCSV
- CSV filesXML
- XML filesAvailable decompression methods:
NONE
- No decompressionGZIP
- gzip compressionDEFLATE
- deflate compressionZIP
- zip archivesAUTO
- Automatic detectionCache behavior options:
ENABLED
- Full cachingDISABLED
- No cachingREADONLY
- Read-only cache. This is the default mode.WRITEONLY
- Write-only cachePagination type options:
OFFSET_BASED
- Offset-based paginationPAGE_BASED
- Page-based paginationCURSOR_BASED
- Cursor-based paginationDISABLED
- Disabled paginationLog level options:
DEBUG
- Debug levelINFO
- Info levelWARN
- Warn levelERROR
- Error levelSelf-healing behavior options:
ENABLED
- Full self-healingTRANSFORM_ONLY
- Transform-only self-healingREQUEST_ONLY
- Request-only self-healingDISABLED
- No self-healingUpsert operation modes:
CREATE
- Create onlyUPDATE
- Update onlyUPSERT
- Create or updateStream log messages in real time.
id
: ID of the log messagemessage
: Log message stringlevel
: LogLevel (DEBUG, INFO, WARN, ERROR)timestamp
: DateTimerunId
: ID of the related run (optional)See also:
Configuration for API endpoints. Inherits from BaseConfig.
Configuration for data extraction. Inherits from BaseConfig.
Configuration for data transformation. Inherits from BaseConfig.
Configuration for multi-step workflows. Inherits from BaseConfig.
Individual step within a workflow.
Third-party service integration configuration.
Tenant account information.
Result of workflow execution.
Result of individual workflow step execution.
Result of individual operation execution.
Log entry for operation tracking.
Available HTTP methods:
GET
POST
PUT
DELETE
PATCH
HEAD
OPTIONS
Authentication methods:
NONE
- No authenticationHEADER
- Authentication via headersQUERY_PARAM
- Authentication via query parametersOAUTH2
- OAuth 2.0 authenticationSupported file formats:
AUTO
- Automatic detectionJSON
- JSON filesCSV
- CSV filesXML
- XML filesAvailable decompression methods:
NONE
- No decompressionGZIP
- gzip compressionDEFLATE
- deflate compressionZIP
- zip archivesAUTO
- Automatic detectionCache behavior options:
ENABLED
- Full cachingDISABLED
- No cachingREADONLY
- Read-only cache. This is the default mode.WRITEONLY
- Write-only cachePagination type options:
OFFSET_BASED
- Offset-based paginationPAGE_BASED
- Page-based paginationCURSOR_BASED
- Cursor-based paginationDISABLED
- Disabled paginationLog level options:
DEBUG
- Debug levelINFO
- Info levelWARN
- Warn levelERROR
- Error levelSelf-healing behavior options:
ENABLED
- Full self-healingTRANSFORM_ONLY
- Transform-only self-healingREQUEST_ONLY
- Request-only self-healingDISABLED
- No self-healingUpsert operation modes:
CREATE
- Create onlyUPDATE
- Update onlyUPSERT
- Create or updateStream log messages in real time.
id
: ID of the log messagemessage
: Log message stringlevel
: LogLevel (DEBUG, INFO, WARN, ERROR)timestamp
: DateTimerunId
: ID of the related run (optional)See also: