In attempting to walk through the GitHub tutorial with Snowflake as the warehouse, I encounter the following error when running "dbt debug":
Running with dbt=0.15.0
dbt version: 0.15.0
python version: 3.7.5
python path: /usr/local/Cellar/dbt/0.15.0_1/libexec/bin/python3.7
os info: Darwin-19.2.0-x86_64-i386-64bit
Using profiles.yml file at /Users/David*****/.dbt/profiles.yml
Configuration:
profiles.yml file [OK found and valid]
dbt_project.yml file [OK found and valid]
profile: jaffle_shop [OK found]
target: dev [OK found]
Required dependencies:
git [OK found]
Connection:
account: XXXXXXXX
user: XXXXXXX
database: TEST_DB
schema: jaffle_shop
warehouse: LOAD_WH
role: SYSADMIN
client_session_keep_alive: False
***zsh: abort dbt debug
/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown
len(cache))***
What is this and how should I fix?