Skip to content

Commit

Permalink
refactor(duckdb/clickhouse): implement sqlglot backends and re-enable ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and kszucs committed Dec 26, 2023
1 parent fc474a1 commit 17adb81
Show file tree
Hide file tree
Showing 315 changed files with 5,222 additions and 5,213 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"addLabels": ["bigquery"]
},
{
"matchPackagePatterns": ["duckdb", "duckdb-engine"],
"matchPackagePatterns": ["duckdb"],
"addLabels": ["duckdb"]
},
{
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ibis-backends-skip-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
branches:
- master
- "*.x.x"
- "!the-epic-split"
- the-epic-split
pull_request:
paths:
- "docs/**"
Expand All @@ -24,7 +24,7 @@ on:
branches:
- master
- "*.x.x"
- "!the-epic-split"
- the-epic-split
merge_group:
jobs:
test_backends:
Expand Down
Loading

0 comments on commit 17adb81

Please sign in to comment.