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

Add duckdb_id to logging + upgrade to 1.1.3 #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

elefeint
Copy link
Contributor

@elefeint elefeint commented Jan 3, 2025

This will allow us to tie client connector logs from Fivetran to the backend logs.
duckdb_id is more useful than connection_id because some queries are purely local, so Describe endpoint will often not itself leave a trace on the server. But the initial connection establishment will have duckdb_id. And since there is always only one connection per database instance, no information is lost.

I also upgraded DuckDB version to 1.1.3 to get access to md_current_client_duckdb_id() scalar function (I missed that I never upgraded since 1.0.0).

@elefeint elefeint requested a review from hrl20 January 23, 2025 14:59
Copy link
Contributor

@hrl20 hrl20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants