You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: