[Bug] Bad argument sent to logging in tracking function
Open
engine:v1
priority:p1
type:bug
- Dominant language
- Rust
- Stars
- 13.8k
- Forks
- 2.6k
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 56
Description
### Is this a new bug in dbt-core?
- [X] I believe this is a new bug in dbt-core
- [X] I have searched the existing issues, and I could not find an existing issue for this bug
### Current Behavior
In core/dbt/tracking.py, the string argument sent to _log_result for http_post is not the right one. It's "GET".
### Expected Behavior
The argument sent should be "POST"
### Steps To Reproduce
In the code
### Relevant log output
_No response_
### Environment
_No response_
### Which database adapter are you using with dbt?
_No response_
### Additional Context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.