Release History


V1.22

Created: 2025-06-03

  • modified LMTS column so that the json schema returns date-time string instead of integer


V1.21

Created: 2025-05-29

  • fixed issue with date serialization when persisting state


V1.20

Created: 2025-05-26

  • bump runtime version

  • updated stream categories to be more dynamic based on streams available

  • modified stream categories to be multi select instread of single category selection

  • changed mechanism to retrieve schemas to be API based instead of being based off System Files

  • removed the requirement for the CFIHEA, CFIFFD and CFIACP to be published to the datalake

  • added functions to retreive categories and stream metadata


V1.19

Created: 2025-04-07

  • added support for the infor regions (US East(no subdomain), Frankfurt(eu1), Singapore(se1), Sydney(se2), Tokyo(ne1)


V1.18

Created: 2025-04-06

  • modified allowed network addresses to use a wildcard so that multi infor regions can be accessed.


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