Skip to content

Commit

Permalink
Update docs/getting_started/core/connecting-to-sources.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse <[email protected]>
Signed-off-by: Mrunmay Shelar <[email protected]>
  • Loading branch information
MrunmayS and Jesse-Bakker authored Feb 13, 2024
1 parent 6a52002 commit 156f7d8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/getting_started/core/connecting-to-sources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,9 @@ Don't forget to download data using the following command:
# https://github.com/devrimgunduz/pagila
mkdir -p data

curl https://raw.githubusercontent.com/devrimgunduz/pagila/726c724df9f86406577c47790d6f8e6f2be06186/pagila-data.sql --output ./data/pagila-data.sql
curl https://raw.githubusercontent.com/devrimgunduz/pagila/726c724df9f86406577c47790d6f8e6f2be06186/pagila-schema.sql --output ./data/pagila-schema.sql
cat ./data/pagila-schema.sql > ./data/init.sql
cat ./data/pagila-data.sql >> ./data/init.sql

rm -f ./data/pagila-schema.sql
rm -f ./data/pagila-data.sql
curl https://raw.githubusercontent.com/devrimgunduz/pagila/726c724df9f86406577c47790d6f8e6f2be06186/pagila-schema.sql \
https://raw.githubusercontent.com/devrimgunduz/pagila/726c724df9f86406577c47790d6f8e6f2be06186/pagila-data.sql \
| cat > data/init.sql
```

<!--::::info
Expand Down

0 comments on commit 156f7d8

Please sign in to comment.