MarquezProject / marquez

Collect, aggregate, and visualize a data ecosystem's metadata
https://marquezproject.ai
Apache License 2.0
1.78k stars 320 forks source link

Add `POSTGRES_PORT` and `SEARCH_ENABLED` to `docker/down.sh` #2885

Closed wslulciuc closed 2 months ago

wslulciuc commented 2 months ago

Fix for:

$ ./docker/down.sh 
WARN[0000] The "POSTGRES_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "SEARCH_ENABLED" variable is not set. Defaulting to a blank string. 
WARN[0000] The "POSTGRES_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "POSTGRES_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] /Users/wsl/dev/io.marquezproject/marquez/docker-compose.yml: `version` is obsolete 
1 error(s) decoding:

* 'services[db].ports[0]' expected a map, got 'string'
netlify[bot] commented 2 months ago

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
Latest commit 15f610a46791b22093286465519714495400c413
Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/66d0c40e260dc8000829cc77
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.28%. Comparing base (915aff3) to head (15f610a). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2885 +/- ## ========================================= Coverage 83.28% 83.28% Complexity 1477 1477 ========================================= Files 259 259 Lines 6785 6785 Branches 313 313 ========================================= Hits 5651 5651 Misses 977 977 Partials 157 157 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.