From b45751fefd6f32bf4a13039816ad98c04b522608 Mon Sep 17 00:00:00 2001 From: gwen windflower Date: Sun, 18 Feb 2024 21:13:11 -0600 Subject: [PATCH] Add environment to allow md to connect --- .github/workflows/ci.yml | 1 + reports/sources/localduck/connection.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 reports/sources/localduck/connection.yaml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e109504..1faeecf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: jobs: ci: name: CI Check + environment: ci runs-on: macos-latest steps: - name: Checkout diff --git a/reports/sources/localduck/connection.yaml b/reports/sources/localduck/connection.yaml new file mode 100644 index 0000000..20a648d --- /dev/null +++ b/reports/sources/localduck/connection.yaml @@ -0,0 +1,5 @@ +# This file was automatically generated +name: localduck +type: duckdb +options: + filename: ../../octocatalog.db