Skip to content

0.1.1 Querying Iceberg Data
 #22

Closed
@tusharchou

Description

@tusharchou

Once your data is in Iceberg, you can leverage SparkSQL, Trino, or other compute engines to query and analyze the data. For example:
python
Copy code

Query Iceberg table using Spark SQL

spark.sql("SELECT * FROM near.transactions WHERE block_timestamp > 1630454400000").show()

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions