Skip to content

Commit

Permalink
Update Azkaban README and project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
javainthinking committed Aug 31, 2021
1 parent c4ab091 commit ab571a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azkaban/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Execute the following commands to connect to the target database ``northwind_tar

```
cd ~/adbpg_client_package/bin
./psql -hpgm-3ns0ylsmq3424hzs168190.pg.rds.aliyuncs.com -p1921 -Udemo northwind_target
./psql -h<rds_pg_url_azkaban_demo_database> -p1921 -Udemo northwind_target
```

```
Expand Down

0 comments on commit ab571a3

Please sign in to comment.