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

Events with graph_func include actual output of graph_func #4360

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

gshank
Copy link
Contributor

@gshank gshank commented Nov 29, 2021

resolves #4260

Description

There are a handful of event classes that use a graph_func which are not actually logging the output of the function. There was a workaround for a mypy bug, but it doesn't seem to have been actually working.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change

@cla-bot cla-bot bot added the cla:yes label Nov 29, 2021
@gshank gshank requested a review from nathaniel-may November 29, 2021 23:45
@gshank
Copy link
Contributor Author

gshank commented Nov 29, 2021

The log output with the mypy workaround looks like: 16:14:54 | [ debug ] | before rename: <bound method RelationsCache.dump_graph of <dbt.adapters.cache.RelationsCache object at 0x10f298850>>

@gshank gshank merged commit 31691c3 into main Nov 30, 2021
@gshank gshank deleted the graph_dump_events branch November 30, 2021 01:20
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 this pull request may close these issues.

Structured Logging Phase 2
2 participants