What's Changed
Added
- Added tests for new functionalities in SAPRFC and SAPRFCV2 regarding passing credentials.
- Added new params for mapping and reordering DataFrame for
Genesys
task and flow. - Added
get_task_logs
task to search for logs in the flow - Added
get_flow_run_id
task to find flow ID. - Added
search_for_msg_in_logs
task used to control flows in multiflows by searching for a given log message from a given task. - Added closing session to
SAPBW
. - Added
CSV
as a new output extension toSharepointListToADLS
flow.
Fixed
- Fixed creation of URL in
VidClub
source class. When theregion=None
the region parameter will not be included in the URL.
Changed
if_no_data_returned
added for sharepoint list flow which can fail, warn in case of no data returend or skip (continue) execution in the old way.- Changed
__init__
inSAPRFC
andSAPRFCV2
class in source in order to raise warning in prefect when credentials will be taken from DEV.
Shortcut
- Web msg logic fix by @burzekj in #820
- Sharepoint list to csv by @cgildenia in #823
- added conn.close after each session to sappw by @gwieloch in #825
- 🐛 Added warning logger for credential by @adrian-wojcik in #824
- Fix url in vidclub connector by @KaterynaIurieva in #822
- Feature/sharepoint multiflows control by @marcinpurtak in #826
- Improve
utils.py
test coverage by @Rafalz13 in #817 - Fix tests before release by @Rafalz13 in #827
- Release 0.4.23 PR by @Rafalz13 in #828
New Contributors
- @KaterynaIurieva made their first contribution in #822
Full Changelog: v0.4.22...v0.4.23