From 4210941c3b34b0290c945039f3e6d21006c45183 Mon Sep 17 00:00:00 2001 From: Paulo Black Date: Mon, 18 Nov 2024 12:47:27 +0000 Subject: [PATCH 1/2] GITBOOK-13: No subject --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 64b2dad..5d040b3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,6 +16,8 @@ layout: Preen is a local-first, federated analytics engine built on top of DuckDB. Think of Preen as an open-core version of Fivetran, Hightouch, or Stitch for local data processing. Preen enables accessing data across 10s, 100s or 1000s of data sources. The only thing you need is a laptop, basic SQL and access to your data sources. +{% embed url="https://www.youtube.com/watch?v=O3IMRaSkEcQ" %} + ## Why Preen? * Run analysis and train AI models directly from the primary copy of your company's data. From 90a0026c27b4e60ced195723b7161b89af329a03 Mon Sep 17 00:00:00 2001 From: Paulo Black Date: Thu, 28 Nov 2024 08:34:26 -0500 Subject: [PATCH 2/2] add manual trigger for release CI (#98) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c4a1517..75f5883 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,7 @@ name: Release on: + workflow_dispatch: release: types: [published]