Skip to content

Commit 85e1167

Browse files
authored
Feat/views support (#31)
* Add views in test dataset and implement get_view_names for sqlalchemy dialect * Adjust CI strategy * Support view creation with SQL * Update README * Add markers for unit tests * Regenerate parsers from partiql.g4 files
1 parent 7839c83 commit 85e1167

18 files changed

Lines changed: 2688 additions & 2664 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI Tests
22

33
on:
44
push:
5-
branches: [ main, "*.*.*" ]
5+
branches: [ "feat/**", "fix/**", "chore/**", "refactor/**" ]
66
pull_request:
77
branches: [ main ]
88
workflow_call:

0 commit comments

Comments
 (0)