mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Fix code comment in blog post
This commit is contained in:
@@ -51,7 +51,7 @@ con = duckdb.connect()
|
||||
con.install_extension("httpfs")
|
||||
con.load_extension("httpfs")
|
||||
|
||||
# Last 15 minutes of readings
|
||||
# Last 12 hours of readings
|
||||
result = con.sql("""
|
||||
SELECT *
|
||||
FROM read_parquet(
|
||||
|
||||
Reference in New Issue
Block a user