Added
- Added
BusinessCore
source class - Added
BusinessCoreToParquet
task class - Added
verify
parameter tohandle_api_response()
. - Added
to_parquet()
inbase.py
- Added new source class
SAPRFCV2
insap_rfc.py
with new approximation. - Added new parameter
rfc_replacement
tosap_rfc_to_adls.py
to replace
an extra separator character within a string column to avoid conflicts. - Added
rfc_unique_id
inSAPRFCV2
to merge chunks on this column. - Added
close_connection()
toSAPRFC
andSAPRFCV2
Fixed
- Removed
try-except
sentence and added a new logic to remove extra separators insap_rfc.py
source file, to avoid a mismatch in columns length between iterative connections to SAP tables. - When
SAP
tables are updated duringsap_rfc.py
scrip running, if there are chunks, the
columns in the next chunk are unrelated rows. - Fixed
sap_rfc.py
source file to not break down by both,
and extra separator in a row and adding new rows in the SAP table between iterations.