We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7935a commit d9d28eaCopy full SHA for d9d28ea
ydb/import_client.py
@@ -29,6 +29,7 @@ class ImportProgress(enum.IntEnum):
29
DONE = 4
30
CANCELLATION = 5
31
CANCELLED = 6
32
+ CREATE_CHANGEFEEDS = 7
33
34
35
def _initialize_progresses():
0 commit comments