Skip to content

Commit

Permalink
feature(all): add snowflake client and attach function
Browse files Browse the repository at this point in the history
  • Loading branch information
rob2244 committed Nov 16, 2024
1 parent d2e04f3 commit 6107f0e
Show file tree
Hide file tree
Showing 34 changed files with 3,352 additions and 547 deletions.
Binary file not shown.
Binary file not shown.
178 changes: 0 additions & 178 deletions .github/workflows/ExtensionTemplate.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
with:
duckdb_version: main
ci_tools_version: main
extension_name: quack
extension_name: snowflake

duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected]
with:
duckdb_version: v1.1.1
ci_tools_version: v1.1.1
extension_name: quack
extension_name: snowflake

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -35,5 +35,5 @@ jobs:
secrets: inherit
with:
duckdb_version: v1.1.1
extension_name: quack
extension_name: snowflake
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[submodule "extension-ci-tools"]
path = extension-ci-tools
url = https://github.com/duckdb/extension-ci-tools
branch = main
branch = main
Loading

0 comments on commit 6107f0e

Please sign in to comment.