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

[Feature] Add debugging information to make it easier to identify issues in dbt-loom operation. #102

Open
nicholasyager opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicholasyager
Copy link
Owner

Is your feature request related to a problem? Please describe.
Certain environments can be tricky to troubleshoot errors in dbt-loom configuration or manifest access. To make it easier to troubleshoot, it would be extremely helpful to have debugging logs available during dbt-loom's operations.

Describe the solution you'd like
I'd like debug logs to be added for all IO occurring with dbt-loom, and errors to be raised whenever there are problems. This should be done using dbt-core's built in logging handlers, so the events are added to the dbt-core debug log file.

Describe alternatives you've considered
0. We don't. This would leave this problem in place and potentially make adoption more difficult.

  1. Use some other logging approach.
  2. Print debugging (Lol. no.)

Additional context
A discussion about this functionality can be found here: #100

@nicholasyager nicholasyager added the enhancement New feature or request label Nov 28, 2024
@nicholasyager nicholasyager self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant