Skip to content

Viadot 0.4.5

Compare
Choose a tag to compare
@Rafalz13 Rafalz13 released this 23 Jun 12:13
· 1524 commits to main since this release
f35e6df

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