We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I created a dbt environment include dbt-core and dbt-postgres and trying to initialize fails on the first step:
dbt-core
dbt-postgres
✦ ❯ 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
No errors on initialize
micromamba create -n dbt_tutorial -c conda-forge dbt-core dbt-postgres python=3.11 micromamba activate dbt_tutorial dbt init jaffle_shop
- OS: CentOS 9 - Python: 3.11 - dbt: 1.9.2
postgres
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a new bug in dbt-core?
Current Behavior
I created a dbt environment include
dbt-core
anddbt-postgres
and trying to initialize fails on the first step:This issue was pre-maturely closed: #9768
Expected Behavior
No errors on initialize
Steps To Reproduce
Relevant log output
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: