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 workaround for issue in platform.platform() on python 3.8 or later #7932

Merged
merged 2 commits into from
Nov 6, 2020

Conversation

kurochan
Copy link
Contributor

@kurochan kurochan commented Nov 4, 2020

What does this PR do?

Fix #7931

Motivation

I implemented a workaround to run snowflake integration properly.

Additional Notes

#7931

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached

@kurochan kurochan requested a review from a team as a code owner November 4, 2020 12:52
@ChristineTChen ChristineTChen changed the title datadog-snowflake: workaround for issue in platform.platform() on python 3.8 or later Add workaround for issue in platform.platform() on python 3.8 or later Nov 5, 2020
Copy link
Contributor

@ChristineTChen ChristineTChen left a comment

Choose a reason for hiding this comment

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

Tested fix on Linux, confirmed workaround. Thanks @kurochan, this fix will be available in the Agent 7.24 release.

@hithwen hithwen merged commit 1c5afe2 into DataDog:master Nov 6, 2020
ofek pushed a commit that referenced this pull request Nov 6, 2020
#7932)

* Fix #7931 datadog-snowflake: workaround for issue in platform.platform() on python 3.8 or later

* Update snowflake/datadog_checks/snowflake/__init__.py

Co-authored-by: Christine Chen <ChristineTChen@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

datadog-snowflake: got error "Unable to load the check: unable to load any check from config 'snowflake'"
3 participants