Skip to content

Commit

Permalink
fix deps and user issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed May 7, 2024
1 parent c3e8f60 commit 9ac6bce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:

- name: start services
run: |
sugar ext restart --services superset,airflow,postgres --options -d
sugar ext restart --options -d
- name: wait for the services are properly working
run: |
Expand Down
4 changes: 2 additions & 2 deletions .sugar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ groups:
- containers/compose-base.yaml
- containers/compose-dev.yaml
services:
default: superset,airflow
default: superset,airflow,postgres
available:
- name: superset
- name: airflow
Expand All @@ -43,7 +43,7 @@ groups:
- containers/compose-base.yaml
- containers/compose-prod.yaml
services:
default: superset,airflow
default: superset,airflow,postgres
available:
- name: superset
- name: airflow
Expand Down
2 changes: 2 additions & 0 deletions conda/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ pangres>=4.1
sodapy
shillelagh
sqlalchemy-sybase
# issue: ImportError: cannot import name 'url_quote' from 'werkzeug.urls'
Werkzeug>=2.2,<3.0
2 changes: 1 addition & 1 deletion containers/compose-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- POSTGRES_EPIGRAPH_DB=${POSTGRES_EPIGRAPH_DB}
environment:
AIRFLOW_UID: "${HOST_UID:-1000}"
user: "epigraphhub:epigraphhub"
user: "airflow"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s
Expand Down

0 comments on commit 9ac6bce

Please sign in to comment.