Updated components
- FlexiBee extractor has configurable hostname
- MySQL Writer uses temporary tables for incremental loading, so DROP privilege can be replaced by CREATE TEMPORARY TABLES privilege for incremental loading
Table and column deletion improvements
This applies to table aliases and also to shared buckets (even if tables are already linked to project).
- Table can be deleted also with its aliases
- Same applies for columns - column deletion will be propagated also to aliased tables - with two exceptions:
- not if column is used as filter in alias
- not if column is in alias with aliasColumnsAutosync turned off
Other changes
- There's new information on API Tokens page - if token has permission to manage other tokens
- Output Mapping settings are no longer collapsed and you can edit them with few UI interactions