-
Notifications
You must be signed in to change notification settings - Fork 103
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 support for the custom date range metric data in the table aws_cost_usage_* table #2168
Open
ParthaI
wants to merge
23
commits into
main
Choose a base branch
from
issue-2149
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 19 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b2d235c
Enhanced the table aws_cost_usage to accept custom time frame as inpu…
ParthaI e53131a
Made changes to support the operators for optional quals
ParthaI 2e21d20
Merge branch 'main' of github.com:turbot/steampipe-plugin-aws into is…
ParthaI 1cfa466
Updated other tables to support search_start_time and search_end_time…
ParthaI 8814e50
Updated the doc
ParthaI 7641fc2
Added support for metrics optional key quals
ParthaI 707c7d9
Added the metrics column as optional quals for the tables
ParthaI d1550e7
Tidy Up
ParthaI c38b208
Updated the table docs
ParthaI cd8f9b2
Updated the docs with more example queries
ParthaI 69d463c
Updated the logic to use the period_start and period_end as optional …
ParthaI 1d4784b
Updated the doc
ParthaI 54a222f
Merge branch 'main' of github.com:turbot/steampipe-plugin-aws into is…
ParthaI 1431c0b
Update the logic to pass the metric values based on the selected colu…
ParthaI b7d76c3
Removed the unused function
ParthaI 7de3410
Updated the doc for the tables
ParthaI 8d9f840
Updated the Timestamp input parameter for a edge case where we use th…
ParthaI 6e70be1
Removed the extra logs
ParthaI 867acce
Merge branch 'main' into issue-2149
ParthaI ec2c130
Made changes as per review comments
ParthaI 079219d
Merge branch 'main' of github.com:turbot/steampipe-plugin-aws into is…
misraved b5f96bf
Merge changes from main
misraved 13b4664
Added the search_start_time and search_end_time columns and marked th…
misraved File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
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.
@ParthaI could you please make the change across all the tables?
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.
Updated!