Skip to content

Commit

Permalink
Update examples/experimental/sling_decorator/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: colton <[email protected]>
  • Loading branch information
PedramNavid and cmpadden committed Feb 23, 2024
1 parent 5098363 commit 81364d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/experimental/sling_decorator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sync: check_version
verify:
@echo " POSTGRES"
@echo "--------------------------------"
@echo "SELECT * FROM public.\"all_Users\";" | PGPASSWORD=postgres psql -h localhost -p 54321 -U postgres finance
@echo "SELECT * FROM public.\"all_Users\";" | docker exec -i sling-postgres psql -U postgres -d finance
@echo " DUCKDB"
@echo "--------------------------------"
@echo "SELECT * FROM public.all_users;" | duckdb /var/tmp/duckdb.db
@echo "SELECT * FROM public.all_users;" | duckdb /var/tmp/duckdb.db
2 changes: 1 addition & 1 deletion examples/experimental/sling_decorator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To install this example and its dependencies, run:

```shell
cd my-dagster-project
pip install -e
pip install -e .
```

Now run Dagster to load the sample Sling pipeline:
Expand Down

0 comments on commit 81364d1

Please sign in to comment.