tencent-wedata-feature-engineering-dev 0.1.47__tar.gz → 0.1.48__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.
Potentially problematic release.
This version of tencent-wedata-feature-engineering-dev might be problematic. Click here for more details.
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/PKG-INFO +1 -1
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/tencent_wedata_feature_engineering_dev.egg-info/PKG-INFO +1 -1
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/tencent_wedata_feature_engineering_dev.egg-info/SOURCES.txt +2 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/client.py +2 -1
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/cloud_sdk_client/client.py +25 -11
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/cloud_sdk_client/utils.py +7 -0
- tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/common/log/logger.py +40 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/constants/constants.py +1 -1
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/training_set_client/training_set_client.py +4 -0
- tencent-wedata-feature-engineering-dev-0.1.48/wedata/tempo/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/README.md +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/setup.cfg +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/setup.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/tencent_wedata_feature_engineering_dev.egg-info/dependency_links.txt +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/tencent_wedata_feature_engineering_dev.egg-info/requires.txt +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/tencent_wedata_feature_engineering_dev.egg-info/top_level.txt +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/cloud_sdk_client/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/cloud_sdk_client/models.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/common/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/common/protos → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/common/log}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/common/store_config → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/common/protos}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/common/protos/feature_store_pb2.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/constants → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/common/store_config}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/common/store_config/redis.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/entities → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/constants}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/constants/engine_types.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/feast_client → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/entities}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/environment_variables.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature_column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature_function.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature_lookup.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature_spec.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature_spec_constants.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature_table.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/feature_table_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/function_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/on_demand_column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/source_data_column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/entities/training_set.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/feature_table_client → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/feast_client}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/feast_client/feast_client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/spark_client → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/feature_table_client}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/feature_table_client/feature_table_client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/mlflow_model.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/training_set_client → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/spark_client}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/spark_client/spark_client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/feature_store/utils → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/training_set_client}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47/wedata/tempo → tencent-wedata-feature-engineering-dev-0.1.48/wedata/feature_store/utils}/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/common_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/env_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/feature_lookup_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/feature_spec_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/feature_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/on_demand_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/schema_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/signature_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/topological_sort.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/training_set_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/uc_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/feature_store/utils/validation_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/tempo/interpol.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/tempo/intervals.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/tempo/io.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/tempo/ml.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/tempo/resample.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/tempo/tsdf.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.47 → tencent-wedata-feature-engineering-dev-0.1.48}/wedata/tempo/utils.py +0 -0
|
@@ -14,6 +14,8 @@ wedata/feature_store/cloud_sdk_client/client.py
|
|
|
14
14
|
wedata/feature_store/cloud_sdk_client/models.py
|
|
15
15
|
wedata/feature_store/cloud_sdk_client/utils.py
|
|
16
16
|
wedata/feature_store/common/__init__.py
|
|
17
|
+
wedata/feature_store/common/log/__init__.py
|
|
18
|
+
wedata/feature_store/common/log/logger.py
|
|
17
19
|
wedata/feature_store/common/protos/__init__.py
|
|
18
20
|
wedata/feature_store/common/protos/feature_store_pb2.py
|
|
19
21
|
wedata/feature_store/common/store_config/__init__.py
|
|
@@ -288,7 +288,7 @@ class FeatureStoreClient:
|
|
|
288
288
|
)
|
|
289
289
|
|
|
290
290
|
def score_batch(
|
|
291
|
-
self, model_uri: str, df: DataFrame, result_type: str = "double"
|
|
291
|
+
self, model_uri: str, df: DataFrame, result_type: str = "double", timestamp_key: str = None
|
|
292
292
|
) -> DataFrame:
|
|
293
293
|
"""
|
|
294
294
|
Evaluate the model on the provided :class:`DataFrame <pyspark.sql.DataFrame>`.
|
|
@@ -399,6 +399,7 @@ class FeatureStoreClient:
|
|
|
399
399
|
df=df,
|
|
400
400
|
result_type=result_type,
|
|
401
401
|
client_name=FEATURE_STORE_CLIENT,
|
|
402
|
+
timestamp_key=timestamp_key,
|
|
402
403
|
)
|
|
403
404
|
|
|
404
405
|
def publish_table(self, table_name: str, data_source_name: str, cloud_secret_id: str, cloud_secret_key: str,
|
|
@@ -4,8 +4,9 @@ from tencentcloud.wedata.v20210820.wedata_client import WedataClient
|
|
|
4
4
|
from tencentcloud.wedata.v20250806.wedata_client import WedataClient as WedataClientV2
|
|
5
5
|
from tencentcloud.common import credential
|
|
6
6
|
from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentCloudSDKException
|
|
7
|
-
from wedata.feature_store.cloud_sdk_client.utils import get_client_profile, set_request_header
|
|
7
|
+
from wedata.feature_store.cloud_sdk_client.utils import get_client_profile, set_request_header, is_mock
|
|
8
8
|
import wedata.feature_store.cloud_sdk_client.models as models
|
|
9
|
+
from wedata.feature_store.common.log.logger import get_logger
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
class FeatureCloudSDK:
|
|
@@ -22,17 +23,21 @@ class FeatureCloudSDK:
|
|
|
22
23
|
Returns:
|
|
23
24
|
创建结果响应
|
|
24
25
|
"""
|
|
26
|
+
logger = get_logger()
|
|
27
|
+
if is_mock():
|
|
28
|
+
logger.debug("Mock CreateOnlineFeatureTable API")
|
|
29
|
+
return models.CreateOnlineFeatureTableResponse()
|
|
25
30
|
try:
|
|
26
31
|
params = request._serialize()
|
|
27
32
|
headers = set_request_header(request.headers)
|
|
28
|
-
|
|
29
|
-
|
|
33
|
+
logger.debug(f"CreateOnlineFeatureTable params: {params}")
|
|
34
|
+
logger.debug(f"CreateOnlineFeatureTable headers: {headers}")
|
|
30
35
|
self._client._apiVersion = "2021-08-20"
|
|
31
36
|
body = self._client.call("CreateOnlineFeatureTable", params, headers=headers)
|
|
32
37
|
response = json.loads(body)
|
|
33
38
|
model = models.CreateOnlineFeatureTableResponse()
|
|
34
39
|
model._deserialize(response["Response"])
|
|
35
|
-
|
|
40
|
+
logger.debug(f"CreateOnlineFeatureTable Response: {response}")
|
|
36
41
|
return model
|
|
37
42
|
except Exception as e:
|
|
38
43
|
if isinstance(e, TencentCloudSDKException):
|
|
@@ -49,17 +54,22 @@ class FeatureCloudSDK:
|
|
|
49
54
|
Returns:
|
|
50
55
|
查询结果响应
|
|
51
56
|
"""
|
|
57
|
+
logger = get_logger()
|
|
58
|
+
if is_mock():
|
|
59
|
+
logger.debug("Mock DescribeNormalSchedulerExecutorGroups API")
|
|
60
|
+
return models.DescribeNormalSchedulerExecutorGroupsResponse()
|
|
61
|
+
|
|
52
62
|
try:
|
|
53
63
|
params = request._serialize()
|
|
54
64
|
headers = set_request_header(request.headers)
|
|
55
|
-
|
|
56
|
-
|
|
65
|
+
logger.debug(f"DescribeNormalSchedulerExecutorGroups params: {params}")
|
|
66
|
+
logger.debug(f"DescribeNormalSchedulerExecutorGroups headers: {headers}")
|
|
57
67
|
self._client._apiVersion = "2021-08-20"
|
|
58
68
|
body = self._client.call("DescribeNormalSchedulerExecutorGroups", params, headers=headers)
|
|
59
69
|
response = json.loads(body)
|
|
60
70
|
model = models.DescribeNormalSchedulerExecutorGroupsResponse()
|
|
61
71
|
model._deserialize(response["Response"])
|
|
62
|
-
|
|
72
|
+
logger.debug(f"DescribeNormalSchedulerExecutorGroups Response: {response}")
|
|
63
73
|
return model
|
|
64
74
|
except Exception as e:
|
|
65
75
|
if isinstance(e, TencentCloudSDKException):
|
|
@@ -75,20 +85,24 @@ class FeatureCloudSDK:
|
|
|
75
85
|
Returns:
|
|
76
86
|
刷新结果响应
|
|
77
87
|
"""
|
|
88
|
+
logger = get_logger()
|
|
89
|
+
if is_mock():
|
|
90
|
+
logger.debug("Mock RefreshFeatureTable API")
|
|
91
|
+
return models.RefreshFeatureTableResponse()
|
|
78
92
|
try:
|
|
79
93
|
params = request._serialize()
|
|
80
94
|
headers = set_request_header(request.headers)
|
|
81
|
-
|
|
82
|
-
|
|
95
|
+
logger.debug(f"RefreshFeatureTable params: {params}")
|
|
96
|
+
logger.debug(f"RefreshFeatureTable headers: {headers}")
|
|
83
97
|
self._client_v2._apiVersion = "2025-08-06"
|
|
84
98
|
body = self._client_v2.call("RefreshFeatureTable", params, headers=headers)
|
|
85
99
|
response = json.loads(body)
|
|
86
100
|
model = models.RefreshFeatureTableResponse()
|
|
87
101
|
model._deserialize(response["Response"])
|
|
88
|
-
|
|
102
|
+
logger.debug(f"RefreshFeatureTable Response: {response}")
|
|
89
103
|
return model
|
|
90
104
|
except Exception as e:
|
|
91
105
|
if isinstance(e, TencentCloudSDKException):
|
|
92
106
|
raise
|
|
93
107
|
else:
|
|
94
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
108
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import logging
|
|
2
|
+
import sys
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class LoggerSingleton:
|
|
6
|
+
_instance = None
|
|
7
|
+
|
|
8
|
+
def __new__(cls):
|
|
9
|
+
if cls._instance is None:
|
|
10
|
+
cls._instance = super().__new__(cls)
|
|
11
|
+
cls._instance._initialize_logger()
|
|
12
|
+
return cls._instance
|
|
13
|
+
|
|
14
|
+
def _initialize_logger(self):
|
|
15
|
+
self.logger = logging.getLogger("wedata-feature-engineering")
|
|
16
|
+
self.logger.setLevel(logging.INFO)
|
|
17
|
+
|
|
18
|
+
# 清除已有的handler,避免重复添加
|
|
19
|
+
if self.logger.handlers:
|
|
20
|
+
self.logger.handlers.clear()
|
|
21
|
+
|
|
22
|
+
# 创建formatter,包含时间、文件名和行号
|
|
23
|
+
formatter = logging.Formatter(
|
|
24
|
+
fmt='%(asctime)s - %(name)s - %(levelname)s - %(filename)s:%(lineno)d - %(message)s',
|
|
25
|
+
datefmt='%Y-%m-%d %H:%M:%S'
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
# 创建handler并输出到stdout
|
|
29
|
+
handler = logging.StreamHandler(sys.stdout)
|
|
30
|
+
handler.setFormatter(formatter)
|
|
31
|
+
|
|
32
|
+
self.logger.addHandler(handler)
|
|
33
|
+
|
|
34
|
+
def get_logger(self):
|
|
35
|
+
return self.logger
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def get_logger():
|
|
39
|
+
"""获取单例logger实例"""
|
|
40
|
+
return LoggerSingleton().get_logger()
|
|
@@ -43,7 +43,7 @@ ML_MODEL = "MLmodel"
|
|
|
43
43
|
FEATURE_LOOKUP_CLIENT_PIP_PACKAGE = "tencent-wedata-feature-engineering-dev"
|
|
44
44
|
|
|
45
45
|
# 特征查找版本号
|
|
46
|
-
FEATURE_LOOKUP_CLIENT_MAJOR_VERSION = "0.1.
|
|
46
|
+
FEATURE_LOOKUP_CLIENT_MAJOR_VERSION = "0.1.48"
|
|
47
47
|
|
|
48
48
|
# 特征存储内部数据目录
|
|
49
49
|
FEATURE_STORE_INTERNAL_DATA_DIR = "_wedata_internal/"
|
|
@@ -360,6 +360,7 @@ class TrainingSetClient:
|
|
|
360
360
|
env_manager: Optional[str] = None,
|
|
361
361
|
local_uri: Optional[str] = None,
|
|
362
362
|
params: Optional[dict[str, Any]] = None,
|
|
363
|
+
timestamp_key: str = None,
|
|
363
364
|
**kwargs,
|
|
364
365
|
) -> DataFrame:
|
|
365
366
|
# TODO:ML 待确定是否需要
|
|
@@ -423,8 +424,11 @@ class TrainingSetClient:
|
|
|
423
424
|
|
|
424
425
|
# Validate that columns needed for joining feature tables exist and are not duplicates.
|
|
425
426
|
feature_input_keys = []
|
|
427
|
+
print("====>timestamp_key:", timestamp_key)
|
|
426
428
|
for fci in feature_spec.feature_column_infos:
|
|
429
|
+
print("====>fci:", fci.lookup_key)
|
|
427
430
|
feature_input_keys.extend([k for k in fci.lookup_key])
|
|
431
|
+
|
|
428
432
|
on_demand_input_names = uc_utils.get_unique_list_order(
|
|
429
433
|
[
|
|
430
434
|
input_name
|
|
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
|
|
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
|
|
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
|
|
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
|