diff --git a/sql/unique_python_files_combine.prql b/sql/unique_python_files_combine.prql index 0e6bb71c..ed939cef 100644 --- a/sql/unique_python_files_combine.prql +++ b/sql/unique_python_files_combine.prql @@ -1,6 +1,4 @@ prql target:sql.duckdb from (read_parquet $1) -filter s"suffix({path}, '.py')" -filter skip_reason == "" select {s"distinct on({hash}) {hash}", path, repository} \ No newline at end of file