turbot / steampipe-plugin-net

Use SQL to instantly query DNS records, certificates and other network information. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/net
Apache License 2.0
23 stars 5 forks source link

Getting error `table 'net_certificate' column 'transparent' requires hydrate data from getCertificateTransparencyLogs, which failed with error invalid character '<' looking for beginning of value.` #36

Closed Subhajit97 closed 2 years ago

Subhajit97 commented 2 years ago

Describe the bug select * from net_certificate query fails with an error table 'net_certificate' column 'transparent' requires hydrate data from getCertificateTransparencyLogs, which failed with error invalid character '<' looking for beginning of value.

Steampipe version (steampipe -v) Example: v0.14.6

Plugin version (steampipe plugin list) Example: v0.4.0

To reproduce Try to execute following query

select * from net_certificate

Expected behavior Error message should describe the reason.

Additional context Add any other context about the problem here.