-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-2171] [Feature] Add adapter(s) version(s) to the log #7038
Comments
@VersusFacit that's one you may be interested in contributing to, even though that's pretty core ;) |
➕ |
yes! related older issue (which we never had the priority/capacity to pick up): |
Love me some tooling. And I certainly enjoy working on the Does it make sense to roll up these two issues into a single effort? |
@jtcohen6 I did search for an earlier similar issue, but couldn't find one. |
Also related! To @Fleid's point in the issue description ("anywhere practical, it doesn't need to be at the top") — we actually load the adapter a little ways in, so the point where we can know the "active" adapter version is certainly later than when we can know the installed version of We need to add back telemetry for the "active" adapter's |
I think #7741 fixes this with |
Nice @VersusFacit 🤩 If possible, we'd be looking for the adapter version to be added to all tasks. |
It would make things much easier when debugging a dbt invocation, if the adapter version were present.
Right now we get (below for a
dbt debug
)But I could be running that with
dbt-bigquery
1.4.0, 1.4.1 or 1.4.2!If we could get that info logeed (anywhere practical, it doesn't need to be at the top):
The text was updated successfully, but these errors were encountered: