Skip to content

Commit

Permalink
Update matriceCostiPivot.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
francesca-restante authored Jan 20, 2025
1 parent b41b8cd commit 327ec68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $QueryMetadata
CREATE OR REPLACE TEMPORARY VIEW matrice_costi_202412
USING csv
OPTIONS (
path "s3://${CORE_BUCKET}/external/matrice_costi/matrice_costi_20241216_pivot.csv.gz",
path "s3a://${CORE_BUCKET}/external/matrice_costi/matrice_costi_20241216_pivot.csv.gz",
header true
);

Expand Down

0 comments on commit 327ec68

Please sign in to comment.