amochka 0.3.4__tar.gz → 0.3.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {amochka-0.3.4 → amochka-0.3.5}/PKG-INFO +1 -1
- {amochka-0.3.4 → amochka-0.3.5}/amochka.egg-info/PKG-INFO +1 -1
- {amochka-0.3.4 → amochka-0.3.5}/etl/extractors.py +2 -2
- {amochka-0.3.4 → amochka-0.3.5}/pyproject.toml +1 -1
- {amochka-0.3.4 → amochka-0.3.5}/README.md +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/amochka/__init__.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/amochka/client.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/amochka/etl.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/amochka.egg-info/SOURCES.txt +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/amochka.egg-info/dependency_links.txt +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/amochka.egg-info/requires.txt +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/amochka.egg-info/top_level.txt +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/etl/__init__.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/etl/config.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/etl/loaders.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/etl/migrations/001_create_tables.sql +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/etl/run_etl.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/etl/transformers.py +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/setup.cfg +0 -0
- {amochka-0.3.4 → amochka-0.3.5}/tests/test_client.py +0 -0
|
@@ -255,8 +255,8 @@ class AmoCRMExtractor:
|
|
|
255
255
|
for note in self.client.iter_notes(
|
|
256
256
|
entity=entity_type,
|
|
257
257
|
note_type=note_type,
|
|
258
|
-
|
|
259
|
-
|
|
258
|
+
updated_from=updated_from,
|
|
259
|
+
updated_to=updated_to,
|
|
260
260
|
):
|
|
261
261
|
count += 1
|
|
262
262
|
if count % 100 == 0:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|