File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased] ( https://github.com/altinity/ice/compare/v0.8.1...master )
8+ ## [ Unreleased] ( https://github.com/altinity/ice/compare/v0.9.0...master )
9+
10+ ## [ 0.9.0] ( https://github.com/altinity/ice/compare/v0.8.1...v0.9.0 )
911
1012### Added
11- - Support for vended credentials.
13+ - Support for vended credentials.
14+ This enables creating new tables from existing Parquet files located in S3 without having direct access to object storage.
15+ e.g. ` ice create-table foo.bar --use-vended-credentials --schema-from-parquet=s3://catalog-bucket/foo/bar/external-data/sample.parquet ` .
1216- ` ice alter-table ` command.
1317- ` ice insert --force-duplicates ` CLI flag.
1418- ` ice describe ` output to include nested metrics.
You can’t perform that action at this time.
0 commit comments