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 Feb 12, 2024
1 parent ca95204 commit b7821bf
Show file tree
Hide file tree
Showing 318 changed files with 5,214 additions and 5,144 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 @@ -14,7 +14,7 @@ on:
branches:
- main
- "*.x.x"
- "!the-epic-split"
- the-epic-split
pull_request:
paths:
- "docs/**"
Expand All @@ -26,7 +26,7 @@ on:
branches:
- main
- "*.x.x"
- "!the-epic-split"
- the-epic-split
merge_group:
jobs:
test_backends:
Expand Down
Loading

0 comments on commit b7821bf

Please sign in to comment.