turbot/powerpipe

Add JSON extension support for duckdb backends

Closed this issue · 0 comments

Powerpipe should be able to install and load duckdb json extension natively. The change needs to be made in pipe-fittings backend package.

This would allow us to use JSON functionalities like SELECT preferences::JSON FROM employee; in powerpipe query-provider resources. Right now, to do this, we need to install and load the extension manually.