llama-index readers iceberg integration
Project description
LlamaIndex Readers Integration: Iceberg
pip install llama-index-readers-iceberg
This loader fetches data from Apache Iceberg tables.
Usage
To use this loader, you need to pass in an Intercom account access token.
from llama_index.readers.iceberg import IcebergReader
docs = IcebergReader().load_data(
profile_name="my_profile",
region="us-west-2",
namespace="my_dataset",
table="my_table",
metadata_columns=["_id", "_age", "_name"],
)
This loader is designed to be used as a way to load data into LlamaIndex.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_readers_iceberg-0.4.0.tar.gz.
File metadata
- Download URL: llama_index_readers_iceberg-0.4.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e79fb2d85993db7f0cf9855534846a4f27501212a74f41f09e826d1566f27eba
|
|
| MD5 |
e86cac18b7deb13b326620eaa44bc38b
|
|
| BLAKE2b-256 |
ca04d688a381cab8aac3d153fce76390785b61b57b8cc10f6d215694733e83ab
|
File details
Details for the file llama_index_readers_iceberg-0.4.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_iceberg-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34d79372d488aecccb798f25aad386ea8dc4d420a07bf2a2776eda6f1fc293c9
|
|
| MD5 |
abbf7cb750b400f97d2b8ab724bc10bd
|
|
| BLAKE2b-256 |
a5ad03b7b3402a0106ab2b82c488e8b485d76a74d9765a80df32350c19142ecc
|