tencent-wedata-feature-engineering-dev 0.1.34__tar.gz → 0.1.36__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.34 → tencent-wedata-feature-engineering-dev-0.1.36}/PKG-INFO +1 -1
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/tencent_wedata_feature_engineering_dev.egg-info/PKG-INFO +1 -1
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/constants/constants.py +1 -1
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/feature_table_client/feature_table_client.py +2 -3
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/README.md +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/setup.cfg +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/setup.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/tencent_wedata_feature_engineering_dev.egg-info/SOURCES.txt +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/tencent_wedata_feature_engineering_dev.egg-info/dependency_links.txt +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/tencent_wedata_feature_engineering_dev.egg-info/requires.txt +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/tencent_wedata_feature_engineering_dev.egg-info/top_level.txt +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/cloud_sdk_client/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/cloud_sdk_client/client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/cloud_sdk_client/models.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/cloud_sdk_client/utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/common/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/common/protos/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/common/protos/feature_store_pb2.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/common/store_config/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/common/store_config/redis.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/constants/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/constants/engine_types.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/environment_variables.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature_column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature_function.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature_lookup.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature_spec.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature_spec_constants.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature_table.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/feature_table_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/function_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/on_demand_column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/source_data_column_info.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/entities/training_set.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/feast_client/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/feast_client/feast_client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/feature_table_client/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/mlflow_model.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/spark_client/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/spark_client/spark_client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/training_set_client/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/training_set_client/training_set_client.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/common_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/env_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/feature_lookup_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/feature_spec_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/feature_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/on_demand_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/schema_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/signature_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/topological_sort.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/training_set_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/uc_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/feature_store/utils/validation_utils.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/__init__.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/interpol.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/intervals.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/io.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/ml.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/resample.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/tsdf.py +0 -0
- {tencent-wedata-feature-engineering-dev-0.1.34 → tencent-wedata-feature-engineering-dev-0.1.36}/wedata/tempo/utils.py +0 -0
|
@@ -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.36"
|
|
47
47
|
|
|
48
48
|
# 特征存储内部数据目录
|
|
49
49
|
FEATURE_STORE_INTERNAL_DATA_DIR = "_wedata_internal/"
|
|
@@ -710,7 +710,7 @@ class FeatureTableClient:
|
|
|
710
710
|
full_table_name=full_table_name,
|
|
711
711
|
columns_name=columns_name_list,
|
|
712
712
|
entity_rows=[result_row.asDict()])
|
|
713
|
-
|
|
713
|
+
print("=====>read online dataframe:\n", online_view[schema_name_list])
|
|
714
714
|
return self._spark.createDataFrame(online_view[schema_name_list], schema=schema, verifySchema=False)
|
|
715
715
|
else:
|
|
716
716
|
return self._spark.createDataFrame([])
|
|
@@ -719,7 +719,7 @@ class FeatureTableClient:
|
|
|
719
719
|
full_table_name=full_table_name,
|
|
720
720
|
columns_name=columns_name_list,
|
|
721
721
|
entity_rows=entity_row)
|
|
722
|
-
|
|
722
|
+
print("=====>read online dataframe:\n", online_view[schema_name_list])
|
|
723
723
|
return self._spark.createDataFrame(online_view[schema_name_list], schema=schema, verifySchema=False)
|
|
724
724
|
|
|
725
725
|
def get_table(
|
|
@@ -954,7 +954,6 @@ def _get_default_resource_group(project_id: str, secret_id: str, secret_key: str
|
|
|
954
954
|
def _refresh_table(project_id: str, secret_id: str, secret_key: str, region: str, table_name: str,
|
|
955
955
|
action: str, database_name: str, data_source_name: str, data_source_type: str,
|
|
956
956
|
engine_name: str, is_try: bool):
|
|
957
|
-
return
|
|
958
957
|
client = FeatureCloudSDK(secret_id=secret_id, secret_key=secret_key, region=region)
|
|
959
958
|
request = RefreshFeatureTableRequest()
|
|
960
959
|
request.ProjectId = project_id
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|