Skip to content

Commit

Permalink
public url
Browse files Browse the repository at this point in the history
  • Loading branch information
avouacr committed Dec 15, 2023
1 parent 6fa7272 commit 451f258
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dashboard/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 451f258

Please sign in to comment.