Skip to content

transformatek/test-apache-iceberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test iceberg

Open in container Minio Consol will be available at : http://localhost:9001

cd src
python test_pyiceberg.py

Test using CLI

pyiceberg
pyiceberg --uri http://rest:8181 list 
pyiceberg --uri http://rest:8181 create namespace test
pyiceberg --uri http://rest:8181 list 
pyiceberg --uri http://rest:8181 list test
pyiceberg --uri http://rest:8181 describe test

Check data

pyiceberg
pyiceberg --uri http://rest:8181 list 
pyiceberg --uri http://rest:8181 list docs_example
pyiceberg --uri http://rest:8181 describe docs_example
pyiceberg --uri http://rest:8181 describe table docs_example.bids
# pyiceberg --uri http://rest:8181 drop table docs_example.bids

Useful links

About

Test for Apache Iceberg REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published