-
Notifications
You must be signed in to change notification settings - Fork 389
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
[dashboards] Implement support for Change widgets using formulas and functions #1191
[dashboards] Implement support for Change widgets using formulas and functions #1191
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻 from docs team
…las-functions-change-widget
go.mod
Outdated
@@ -1,7 +1,7 @@ | |||
module github.com/terraform-providers/terraform-provider-datadog | |||
|
|||
require ( | |||
github.com/DataDog/datadog-api-client-go v1.6.0 | |||
github.com/DataDog/datadog-api-client-go v1.6.1-0.20211111153236-e7664265bffa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit is too old, can you upgrade go client again ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zippolyte I've gone ahead and updated the go client.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This pull request implements support for formulas and functions in the
Change
dashboard widget.