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

[CT-1367] New tracking event: Adapter info #6097

Closed
Tracked by #7162 ...
iknox-fa opened this issue Oct 18, 2022 · 1 comment · Fixed by #7231
Closed
Tracked by #7162 ...

[CT-1367] New tracking event: Adapter info #6097

iknox-fa opened this issue Oct 18, 2022 · 1 comment · Fixed by #7231
Assignees
Labels

Comments

@iknox-fa
Copy link
Contributor

iknox-fa commented Oct 18, 2022

We currently try to get the adapter information for tracking purposes long before we actually load the adapters-- this causes a bunch of issues where we have to parse projects and such just to track the invocation. Since there's no benefit to this in terms of our analytics, this approach has been changed in this PR.

This ticket encompasses the work necessary to properly report adapter info at such a point that we actually load the adapters. This includes the work to update the internal analytics project to reflect the change in raw event data.

Specifically we need adapter_type and adapter_unique_id as indicated here.

@github-actions github-actions bot changed the title New tracking events: Adapter info [CT-1367] New tracking events: Adapter info Oct 18, 2022
@iknox-fa iknox-fa changed the title [CT-1367] New tracking events: Adapter info [CT-1367] New tracking event: Adapter info Oct 18, 2022
@leahwicz leahwicz assigned iknox-fa and unassigned stu-k Mar 15, 2023
@jtcohen6
Copy link
Contributor

This includes the work to update the internal analytics project to reflect the change in raw event data.

For simplicity, let's kick this out of scope for here, and open a new issue in our internal-analytics repo instead to track this as follow-up work: https://github.com/dbt-labs/internal-analytics/issues/1402

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

Successfully merging a pull request may close this issue.

3 participants