From 5d607bcdf1c77e3e7c0d472d24436f80f740c90e Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Wed, 2 Aug 2023 15:30:01 +0100 Subject: [PATCH] Maybe.... --- sql/unique_python_files.prql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/unique_python_files.prql b/sql/unique_python_files.prql index f6a62d75..4b307521 100644 --- a/sql/unique_python_files.prql +++ b/sql/unique_python_files.prql @@ -8,4 +8,4 @@ group {hash} ( take 1 select {hash, path, repository, uploaded_on} ) -select {hash, path, uploaded_on} | sort {path} +select {hash, path, uploaded_on} \ No newline at end of file