Getting error `table 'net_certificate' column 'transparent' requires hydrate data from getCertificateTransparencyLogs, which failed with error invalid character '<' looking for beginning of value.` #36
Describe the bugselect * 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.
Describe the bug
select * from net_certificate
query fails with an errortable '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.6Plugin version (
steampipe plugin list
) Example: v0.4.0To reproduce Try to execute following query
Expected behavior Error message should describe the reason.
Additional context Add any other context about the problem here.