- Added a fields param to ZendeskDownloader which is required for the chats api - Changed authorisation to use ENV vars stored in the kubernetes cluster
0.1.1.24
Added functionality to `create_partition_table()` to allow backfilling of time-unit column partition tables.
0.1.1.23
get_next_endpoint` method introduced to the `ZendeskDownloader` class to correctly exit the process when all records have been returned by looking for the `end_of_stream` key in the latest response.
0.1.1.22
Refactored zendesk logic and added functionality to allow different pagination
0.1.1.21
- Added `execute_dml` - `OmetriaExecutor` to handle multiple prod environments - `flatten_df_columns` fix empty column issue - mock process - having every field as a new line
0.1.1.20
- fix incorrect sorting in `assert_acceptance` - add capability of testing nested (repeated) fields - `flatten_df_columns` - fix first empty row issue in `load_gs_to_sql_mock`