hongbo-miao/hongbomiao.com

View on GitHub
data-storage/delta-lake/queries/query.sql

Summary

Maintainability
Test Coverage
select
    timestamp,
    current,
    voltage,
    temperature
from delta.`s3a://hm-production-bucket/delta-tables/motor_data` limit 10;

select count(*) from delta.`s3a://hm-production-bucket/delta-tables/motor_data`;