Skip to content

Commit e7e9eb8

Browse files
h3n4lclaude
andauthored
feat: remove BigQuery parser from monorepo (#37)
Remove the unused BigQuery (bq) parser directory and update CI workflow to exclude it from the parser matrix. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 8b106e9 commit e7e9eb8

20 files changed

+1
-15839
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: set-matrix
3535
run: |
3636
# List of all available parsers
37-
ALL_PARSERS="redshift postgresql cql snowflake tsql doris trino plsql googlesql mysql partiql tidb bq mariadb cosmosdb"
37+
ALL_PARSERS="redshift postgresql cql snowflake tsql doris trino plsql googlesql mysql partiql tidb mariadb cosmosdb"
3838
# Add more parsers here as they are added to the repository
3939
# ALL_PARSERS="redshift mysql postgresql"
4040

bq/BigQueryLexer.g4

Lines changed: 0 additions & 192 deletions
This file was deleted.

0 commit comments

Comments
 (0)