Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Unable to run dbt-tutorial #11305

Open
2 tasks done
amgcc opened this issue Feb 13, 2025 · 0 comments
Open
2 tasks done

[Bug] Unable to run dbt-tutorial #11305

amgcc opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working triage

Comments

@amgcc
Copy link

amgcc commented Feb 13, 2025

Is this a new bug in dbt-core?

  • I believe this is a new bug in dbt-core
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

I created a dbt environment include dbt-core and dbt-postgres and trying to initialize fails on the first step:

✦ ❯ dbt init jaffle_shop
19:31:13  Running with dbt=1.9.2
19:31:13  [ConfigFolderDirectory]: Unable to parse logging event dictionary. Failed to parse dir field: expected string or bytes-like object, got 'PosixPath'.. Dictionary: {'dir': PosixPath('/home/****/.dbt')}
19:31:13  Creating dbt configuration folder at

This issue was pre-maturely closed: #9768

Expected Behavior

No errors on initialize

Steps To Reproduce

micromamba create -n dbt_tutorial -c conda-forge dbt-core dbt-postgres python=3.11
micromamba activate dbt_tutorial
dbt init jaffle_shop

Relevant log output

Environment

- OS: CentOS 9
- Python: 3.11
- dbt: 1.9.2

Which database adapter are you using with dbt?

postgres

Additional Context

No response

@amgcc amgcc added bug Something isn't working triage labels Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant