From 451f258a63b1809f224ed7b6e8883a380abdefc8 Mon Sep 17 00:00:00 2001 From: avouacr Date: Fri, 15 Dec 2023 15:50:29 +0000 Subject: [PATCH] public url --- dashboard/index.qmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dashboard/index.qmd b/dashboard/index.qmd index 633d903..07ccf38 100644 --- a/dashboard/index.qmd +++ b/dashboard/index.qmd @@ -15,11 +15,13 @@ import plotly.express as px duckdb.sql( f""" + INSTALL httpfs; + LOAD httpfs; SET s3_endpoint='{os.getenv("AWS_S3_ENDPOINT")}'; """ ) -path = "s3://projet-formation/diffusion/mlops/data/parsed_logs.parquet" +path = "https://projet-formation.minio.lab.sspcloud.fr/diffusion/mlops/data/parsed_logs.parquet" duckdb.sql( f""" CREATE OR REPLACE VIEW data