Skip to content

Instantly share code, notes, and snippets.

@cmpadden
cmpadden / duckdb-dagster-graphql-materializations.sql
Last active October 29, 2024 02:55
Dagster Materializations from DuckDB via GraphQL
install http_client from community;
load http_client;
with __input as (
select
http_post(
'http://localhost:3000/graphql',
headers => map {
'content-type': 'application/json',