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 table aws_iot_fleet_metric Closes #1994 #2000

Merged
merged 17 commits into from
Apr 16, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Dec 6, 2023

Integration test logs

Logs
N/A

Example query results

Results
> select * from aws_iot_fleet_metric
+---------------------+--------------------------------------------------------------------+------------+-------------+---------------------------+---------------------------+-------------------+-----------------------+--------+--------------+---------------+------+----->
| metric_name         | arn                                                                | index_name | description | creation_date             | last_modified_date        | aggregation_field | aggregation_type_name | period | query_string | query_version | unit | vers>
+---------------------+--------------------------------------------------------------------+------------+-------------+---------------------------+---------------------------+-------------------+-----------------------+--------+--------------+---------------+------+----->
| YourFleetMetricName | arn:aws:iot:us-east-1:333333333333:fleetmetric/YourFleetMetricName | AWS_Things | <null>      | 2024-02-02T14:15:13+05:30 | 2024-02-02T14:15:13+05:30 | registry.version  | Statistics            | 60     | *            | 2017-09-30    |      | 1   >
| Metric2             | arn:aws:iot:us-east-1:333333333333:fleetmetric/Metric2             | AWS_Things | <null>      | 2024-02-02T14:15:34+05:30 | 2024-02-02T14:15:34+05:30 | registry.version  | Statistics            | 60     | *            | 2017-09-30    |      | 1   >
+---------------------+--------------------------------------------------------------------+------------+-------------+---------------------------+---------------------------+-------------------+-----------------------+--------+--------------+---------------+------+----->

@ParthaI ParthaI self-assigned this Dec 6, 2023
@ParthaI
Copy link
Contributor Author

ParthaI commented Dec 6, 2023

The PR has a dependency on the PR: #1997, so the Golang lint is failing.

@ParthaI ParthaI linked an issue Dec 6, 2023 that may be closed by this pull request
@ParthaI ParthaI changed the base branch from main to issue-1994 January 30, 2024 12:36
Base automatically changed from issue-1994 to main February 12, 2024 06:46
@bigdatasourav bigdatasourav merged commit e05baf4 into main Apr 16, 2024
1 check passed
@bigdatasourav bigdatasourav deleted the add-table-iot-fleet-metric branch April 16, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add table aws_iot_*
3 participants