We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
alicloud_alidns_domain
Describe the bug The query for alicloud_alidns_domain will have errors like this
interfaceToColumnValue failed for column 'create_timestamp': timestamp: seconds:1571212295000 after 10000-01-01
Steampipe version (steampipe -v) Steampipe v1.0.0
steampipe -v
Plugin version (steampipe plugin list) hub.steampipe.io/plugins/turbot/alicloud@latest | 1.1.0
steampipe plugin list
To reproduce
steampipe service start
steampipe query
select * from alicloud_sandbox.alicloud_alidns_domain
Expected behavior The error should not happen and should show the resource info
The text was updated successfully, but these errors were encountered:
Fixed alicloud_alidns_domain failed for column 'create_timestamp' Closes
7f4d5f5
#479
Hello @QiXingchuan,
Apologies for the issue you are encountering. I have raised a PR to address this. I hope this will resolve the problem.
Thank you!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The query for
alicloud_alidns_domain
will have errors like thisSteampipe version (
steampipe -v
)Steampipe v1.0.0
Plugin version (
steampipe plugin list
)hub.steampipe.io/plugins/turbot/alicloud@latest | 1.1.0
To reproduce
steampipe service start
steampipe query
select * from alicloud_sandbox.alicloud_alidns_domain
Expected behavior
The error should not happen and should show the resource info
The text was updated successfully, but these errors were encountered: