We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e1b56 commit 6274c23Copy full SHA for 6274c23
.github/workflows/reports.yml
@@ -39,7 +39,8 @@ jobs:
39
output=$(docker exec trino \
40
java -Dorg.jline.terminal.dumb=true -jar /usr/bin/trino \
41
trino://localhost:8080/trinocicd/v2 \
42
- -f /sql/ci-cd/$name.sql)
+ --file /sql/ci-cd/$name.sql \
43
+ --output-format=ALIGNED)
44
45
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
46
echo "$name<<$EOF" >> $GITHUB_OUTPUT
0 commit comments