wedata-feature-engineering 0.1.11__py3-none-any.whl → 0.1.12__py3-none-any.whl

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.
wedata/__init__.py CHANGED
@@ -3,4 +3,4 @@ WeData Feature Engineering
3
3
  A toolkit for automated feature engineering
4
4
  """
5
5
 
6
- __version__ = "0.1.11"
6
+ __version__ = "0.1.12"
@@ -178,7 +178,7 @@ class FeatureStoreClient:
178
178
  raise ValueError("FeatureLookup must specify a table_name")
179
179
  # 先校验表名格式是否合法
180
180
  common_utils.validate_table_name(feature.table_name)
181
- # 再构建完整表名
181
+ # 再构建完整表名,并赋值给FeatureLookup对象
182
182
  feature.table_name = common_utils.build_full_table_name(feature.table_name)
183
183
 
184
184
  features = feature_lookups
@@ -355,12 +355,12 @@ class FeatureTableClient:
355
355
  """
356
356
 
357
357
  # 表名校验
358
- # common_utils.validate_table_name(name)
358
+ common_utils.validate_table_name(name)
359
359
 
360
360
  # 构建完整表名
361
- # table_name = common_utils.build_full_table_name(name)
361
+ table_name = common_utils.build_full_table_name(name)
362
362
 
363
363
  try:
364
- return spark_client.get_feature_table("")
364
+ return spark_client.get_feature_table(table_name)
365
365
  except Exception as e:
366
- raise ValueError(f"Failed to get metadata for table '{table_name}': {str(e)}") from e
366
+ raise ValueError(f"Failed to get metadata for table '{name}': {str(e)}") from e
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wedata-feature-engineering
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: Wedata Feature Engineering Library
5
5
  Home-page:
6
6
  Author: meahqian
@@ -1,6 +1,6 @@
1
- wedata/__init__.py,sha256=0uzKbLSDTIdIqSYIyqxfUzYvr7Wc1D0OFrXz-PsEv4c,102
1
+ wedata/__init__.py,sha256=pPGbxhH2t_kptOmcoF2T_erhSzBUj5bL4ciR9l5ek8g,102
2
2
  wedata/feature_store/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- wedata/feature_store/client.py,sha256=DO68yHiaJQ3LmrZ-owWEuRjuwM6vUjcaEdAcF65mdhs,8271
3
+ wedata/feature_store/client.py,sha256=v-ZwhQEMI4bICkYUOW2qbpxYkKjFqVcd0HqM05TkksA,8305
4
4
  wedata/feature_store/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  wedata/feature_store/constants/constants.py,sha256=b4tgcSt66YIq0Fg7pMbqvbqPOI77Cz8znLVZ4ihUKss,1479
6
6
  wedata/feature_store/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -20,7 +20,7 @@ wedata/feature_store/entities/on_demand_column_info.py,sha256=Eh5ieaj1TxC7DG6ipB
20
20
  wedata/feature_store/entities/source_data_column_info.py,sha256=a9jQOJvehwDIrKPwsP6W9YRBSPNK2nZYypE6-p80CwA,542
21
21
  wedata/feature_store/entities/training_set.py,sha256=ylt1h6Z_xU8hKYvnvd80CeewTGSN68-_kvFpoliwH7s,5679
22
22
  wedata/feature_store/feature_table_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- wedata/feature_store/feature_table_client/feature_table_client.py,sha256=-bRqWSKqXKc9888cwoDjWIJB1chv5FyC6xw1suIu_8I,11991
23
+ wedata/feature_store/feature_table_client/feature_table_client.py,sha256=U068OAJ93nbojXc0y33O5Q612fULv2CNAbTfMQIGDsE,11989
24
24
  wedata/feature_store/spark_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
25
  wedata/feature_store/spark_client/spark_client.py,sha256=bDhOjTzXZqOOhr-QQju8CfUbvW5Vc39LYAG3IaQ-0bU,10375
26
26
  wedata/feature_store/training_set_client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -37,7 +37,7 @@ wedata/feature_store/utils/topological_sort.py,sha256=ebzKxmxeCLk9seB1zR0ASCGXsZ
37
37
  wedata/feature_store/utils/training_set_utils.py,sha256=MYsPZS1d9HKswHgjgxD8K7H9N3dWPyyTTx20Mkp4PVU,22497
38
38
  wedata/feature_store/utils/uc_utils.py,sha256=A-W8Cd8yvTmAMEWaHeWmGmcIDMvUtjAfx2G2x_di1QE,10774
39
39
  wedata/feature_store/utils/validation_utils.py,sha256=FslvrNs3kstqvM6THScLOluEE6O9RWlDrD9xiihTzlw,1735
40
- wedata_feature_engineering-0.1.11.dist-info/METADATA,sha256=rB1KhKtpG6eQsShvCM8x1gIGBBM81GSu8QWyulXPgd0,645
41
- wedata_feature_engineering-0.1.11.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
42
- wedata_feature_engineering-0.1.11.dist-info/top_level.txt,sha256=Xa0v1rh__RvfVTVDirW5r5UBKg7ZO_iuTeXfp8MNo2A,7
43
- wedata_feature_engineering-0.1.11.dist-info/RECORD,,
40
+ wedata_feature_engineering-0.1.12.dist-info/METADATA,sha256=MQynOFP8WYCWnj5hAgqQPpF2DLoCCCwOwgDT7uwX-qY,645
41
+ wedata_feature_engineering-0.1.12.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
42
+ wedata_feature_engineering-0.1.12.dist-info/top_level.txt,sha256=Xa0v1rh__RvfVTVDirW5r5UBKg7ZO_iuTeXfp8MNo2A,7
43
+ wedata_feature_engineering-0.1.12.dist-info/RECORD,,