Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed May 16, 2024
1 parent d2e5d7e commit 3d7f5a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/incremental_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: INCREMENTAL TEST
name: Incremental Test

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI TEST
name: Ci Test

on:
push:
Expand Down
1 change: 1 addition & 0 deletions tests/functional/adapter/incremental/test_incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class TestIncrementalUniqueKeyDatabend(BaseIncrementalUniqueKey):
pass


@mark.skip('No support for unique keys in default incremental strategy')
class TestUniqueKeyDeleteInsertDatabend(BaseIncrementalUniqueKey):
@fixture(scope='class')
def project_config_update(self):
Expand Down

0 comments on commit 3d7f5a5

Please sign in to comment.