You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added error_log_file_path parameter in BCPTask that enables setting name of errors logs file
Added on_error parameter in BCPTask that tells what to do if bcp error occurs.
Added error log file and on_bcp_error parameter in ADLSToAzureSQL
Added handling POST requests in handle_api_response() add added it to Epicor source.
Added SalesforceToDF task
Added SalesforceToADLS flow
Added overwrite_adls option to BigQueryToADLS and SharepointToADLS
Added cast_df_to_str task in utils.py and added this to EpicorToDuckDB, SAPToDuckDB, SQLServerToDuckDB
Added if_empty parameter in DuckDBCreateTableFromParquet task and in EpicorToDuckDB, SAPToDuckDB, SQLServerToDuckDB flows to check if output Parquet is empty and handle it properly.
Added check_if_empty_file() and handle_if_empty_file() in utils.py