xparse-client 0.2.6__tar.gz → 0.2.7__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.
- {xparse_client-0.2.6 → xparse_client-0.2.7}/PKG-INFO +1 -1
- {xparse_client-0.2.6 → xparse_client-0.2.7}/pyproject.toml +1 -1
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client/pipeline/pipeline.py +0 -1
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client/pipeline/sources.py +0 -1
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client.egg-info/PKG-INFO +1 -1
- {xparse_client-0.2.6 → xparse_client-0.2.7}/LICENSE +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/README.md +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/example/run_pipeline.py +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/example/run_pipeline_test.py +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/setup.cfg +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client/__init__.py +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client/pipeline/__init__.py +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client/pipeline/config.py +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client/pipeline/destinations.py +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client.egg-info/SOURCES.txt +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client.egg-info/dependency_links.txt +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client.egg-info/requires.txt +0 -0
- {xparse_client-0.2.6 → xparse_client-0.2.7}/xparse_client.egg-info/top_level.txt +0 -0
|
@@ -228,7 +228,6 @@ class Pipeline:
|
|
|
228
228
|
print(f" → 读取文件...")
|
|
229
229
|
file_bytes, data_source = self.source.read_file(file_path)
|
|
230
230
|
data_source = data_source or {}
|
|
231
|
-
print(f" data_source: {data_source}")
|
|
232
231
|
# 转换为毫秒时间戳字符串
|
|
233
232
|
timestamp_ms = int(datetime.now(timezone.utc).timestamp() * 1000)
|
|
234
233
|
data_source['date_processed'] = str(timestamp_ms)
|
|
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
|