more refactor
This commit is contained in:
parent
58e99a1869
commit
76c2dedea3
2 changed files with 5 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ from dataclasses import dataclass
|
|||
ASSUMED_PREHISTORICAL_DATETIME = datetime.datetime.fromtimestamp(0)
|
||||
DESTINATION_COLUMN_NAME = "documents"
|
||||
DEFAULT_BATCH_SIZE = 100
|
||||
COSMOS_DB_TIMESTAMP_FIELD_KEY = "_ts"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue