From 6bfccafa7406bd7f0157c2a97d2c7d7fcd54f37c Mon Sep 17 00:00:00 2001 From: Roy Endo <67675319+royendo@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:41:56 -0400 Subject: [PATCH 1/2] Enhance duckdb.yaml with documentation comments Added reference documentation and comments to the DuckDB connector YAML. --- rill-cost-monitoring/connectors/duckdb.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rill-cost-monitoring/connectors/duckdb.yaml b/rill-cost-monitoring/connectors/duckdb.yaml index 1c374ba..adfb13f 100644 --- a/rill-cost-monitoring/connectors/duckdb.yaml +++ b/rill-cost-monitoring/connectors/duckdb.yaml @@ -1,2 +1,6 @@ +# Connector YAML +# Reference documentation: https://docs.rilldata.com/developers/build/connectors/olap/duckdb + type: connector -driver: duckdb \ No newline at end of file + +driver: duckdb From fe76829e739f424c93e85a423ffeaaa6a714f555 Mon Sep 17 00:00:00 2001 From: Roy Endo <67675319+royendo@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:42:28 -0400 Subject: [PATCH 2/2] Add comments and reference documentation to duckdb.yaml Added documentation comments for the DuckDB connector. --- rill-openrtb-prog-ads/connectors/duckdb.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rill-openrtb-prog-ads/connectors/duckdb.yaml b/rill-openrtb-prog-ads/connectors/duckdb.yaml index 3e2d5a9..adfb13f 100644 --- a/rill-openrtb-prog-ads/connectors/duckdb.yaml +++ b/rill-openrtb-prog-ads/connectors/duckdb.yaml @@ -1,4 +1,6 @@ +# Connector YAML +# Reference documentation: https://docs.rilldata.com/developers/build/connectors/olap/duckdb + type: connector -driver: duckdb -managed: true \ No newline at end of file +driver: duckdb