You can now download a PNG image of the whole graph in Storage. You can also adjust the spacing between nodes.
Storage API console is now integrated into Keboola Connection.
Columns parameter was added to table import method. Columns for CSV without header can be now described from outside, order must match order in file. ParameterwithoutHeaders is deprecated from now.
There are few new features allowing direct unloads from Redshift to Storage API:
- Sliced file uploads
- Table imports supports sliced files
- CSV files without headers can be imported
Table can be exported to Files Storage. Read more in documentation.
File Uploads are heavily used for data exchange between Storage API and other components, import backups, etc. These kind of data may not be kept forever. From now all files are stored for 6 months by default. File can stored permanently by using isPermanent
parameter.
- Files can be tagged and filtered by tags
- Files are searchable
Files API can provide temporary AWS credentials for file upload or download. Use the federationToken parameter for upload and for download.
It is handy for integration with other AWS services such as Redshift, you can also utlize existing AWS SDKs for file uploads.
File uploads backend has also been migrated to Elastic search, expect search and tagging capatibilities in near future.
Unificaction with latest Keboola Connection UI, preparation for upcoming features.