Skip to content

Commit 2c1b6c8

Browse files
committed
fix(demo/trino-taxi-data): Use new listener service
1 parent 2e5e91d commit 2c1b6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/trino-taxi-data/setup-superset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ data:
3939
import logging
4040
import requests
4141
42-
base_url = "http://superset-node-default:8088" # For local testing / developing replace it, afterwards change back to http://superset-node-default:8088
42+
base_url = "http://superset-node:8088" # You can change this while running locally, but remember not to commit the change.
4343
superset_username = open("/superset-credentials/adminUser.username").read()
4444
superset_password = open("/superset-credentials/adminUser.password").read()
4545
trino_username = "admin"

0 commit comments

Comments
 (0)