Skip to content

Commit

Permalink
fix: Update clickhouse command in generate-schema script
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Mar 26, 2024
1 parent 55e2c02 commit 0f1cace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-schema.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ generate_schema() {
echo "> $formated_url"
echo ""
echo "\`\`\`bash"
echo "clickhouse local -q \"SELECT * FROM url('$example_url', 'Parquet') LIMIT 10\""
echo "clickhouse client -q \"SELECT * FROM url('$example_url', 'Parquet') LIMIT 10\""
echo "\`\`\`"
echo ""
echo "#### Columns"
Expand Down

0 comments on commit 0f1cace

Please sign in to comment.