-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update luigi metabase project files.
- Loading branch information
1 parent
24a277a
commit b25ab6e
Showing
2 changed files
with
64 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,13 +41,27 @@ Password: N1cetest | |
Business Owner user: [email protected] | ||
Password: N1cetest | ||
|
||
``` | ||
cd ~/adbpg_client_package/bin | ||
./psql -hpgm-3nsa364dun8rza5k168190.pg.rds.aliyuncs.com -p1921 -Udemo sales_dw | ||
\i ~/opensource_with_apsaradb/luigi_metabase/sales_dw_ddl.sql | ||
``` | ||
|
||
Execute the command to start luigi daemon. Once it is up and running, navigate to ``http://<ECS_EIP>:8082/`` | ||
|
||
Execute the command to start luigi daemon. | ||
|
||
``` | ||
luigid | ||
``` | ||
|
||
Once it is up and running, navigate to ``http://<ECS_EIP>:8082/`` | ||
|
||
``` | ||
cd ~/opensource_with_apsaradb/luigi_metabase | ||
PYTHONPATH='.' luigi --module data_pipeline CompleteDataDumpLoad --date 2018-03-30 | ||
``` | ||
|
||
``` | ||
cd ~/adbpg_client_package/bin | ||
./psql -hpgm-3nsa364dun8rza5k168190.pg.rds.aliyuncs.com -p1921 -Udemo sales_dw | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters