Release History
V1.17
Created: 2025-03-24
fixed log message when running a sync so the sync name appears in the correct position within the record attributes
fixed issue the where clause multiple where statements in
fixed logging for provide_results to return the data
added error information into the state when a given where clause fails
V1.16
Created: 2025-03-13
fixed issue when no cono column is available in a stream and a sync is incremental.
V1.15
Created: 2025-03-12
added additional minute level grouping when determining what queries are required to retreive the inital data load.
V1.14
Created: 2025-03-12
fixed issue where failed queries would get added into the list of queries still to be run as a list instead of a single query
V1.13
Created: 2025-03-11
updated setting of the state for the cursor field so that it is updated once all queries have been processed
V1.12
Created: 2025-03-07
fixed issue around multi query completion
V1.11
Created: 2025-03-07
added in additional logging details for job completion and job checks
V1.10
Created: 2025-03-07
added ability to limit the total number of queries are allowed to be executed for a stream in a single sync run. This allows for larger datasets to be broken down into smaller chunks and processed over time.
V1.9
Created: 2025-03-06
fixed issue when last_modified_date is not set for full refresh syncs
V1.8
Created: 2025-02-21
refactored logging for readability in logs
fixed InforTableDistinctStats query
modified partial sync failures to report as success but keeps the failed statements for processing next time
V1.7
Created: 2025-02-18
enabled incremental syncs to respect the max record count
V1.6
Created: 2025-02-17
modified the json column name to use field RFLD instead of FLDW in the table CFIFFD
V1.5
Created: 2025-02-14
added in new UDF to allow for disinct counts as well as counts
modified primary key for append behavior to use dataObjectId and dataObjectSequenceId instead of variationNumber and deleted
updated default concurrent queries to 10
updated default max records per query to 5M
updated table categories so they are inalignment with the descriptions for the tables
V1.4
Created: 2025-02-13
fixed usage grants for stages
V1.3
Created: 2025-02-12
enabled BYO of the infor-compass-jdbc-2023.10.jar file
V1.2
Created: 2025-02-11
removed additional jars which weren't required
V1.1
Created: 2025-02-10
added sync capabilities for tables in datalake
added basic table and row stat functions
included CONO filter for tables
included Min Acquisition Date filter
added custom where clause filter
added direct query capability
V1.0
Created: 2025-02-10
added sync capabilities for tables in datalake
added basic table and row stat functions
included CONO filter for tables
included Min Acquisition Date filter
added custom where clause filter
added direct query capability
Last updated