upgini 1.1.195__py3-none-any.whl → 1.1.196__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.

Potentially problematic release.


This version of upgini might be problematic. Click here for more details.

@@ -48,6 +48,7 @@ class DataSourcePublisher:
48
48
  hash_feature_names=False,
49
49
  snapshot_frequency_days: Optional[int] = None,
50
50
  features_for_embeddings: Optional[List[str]] = DEFAULT_GENERATE_EMBEDDINGS,
51
+ data_table_id_to_replace: Optional[str] = None,
51
52
  _force_generation=False,
52
53
  ) -> str:
53
54
  trace_id = str(uuid.uuid4())
@@ -71,12 +72,14 @@ class DataSourcePublisher:
71
72
  "hashFeatureNames": str(hash_feature_names).lower(),
72
73
  "snapshotFrequencyDays": snapshot_frequency_days,
73
74
  "featuresForEmbeddings": features_for_embeddings,
74
- "forceGeneration": str(_force_generation).lower()
75
+ "forceGeneration": str(_force_generation).lower(),
75
76
  }
76
77
  if secondary_search_keys is not None:
77
78
  request["secondarySearchKeys"] = {k: v.value.value for k, v in secondary_search_keys.items()}
78
79
  if sort_column is not None:
79
80
  request["sortColumn"] = sort_column
81
+ if data_table_id_to_replace is not None:
82
+ request["adsDefinitionIdToReplace"] = data_table_id_to_replace
80
83
  self.logger.info(f"Start registering data table {request}")
81
84
 
82
85
  task_id = self._rest_client.register_ads(request, trace_id)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: upgini
3
- Version: 1.1.195
3
+ Version: 1.1.196
4
4
  Summary: Intelligent data search & enrichment for Machine Learning
5
5
  Home-page: https://upgini.com/
6
6
  Author: Upgini Developers
@@ -13,7 +13,7 @@ upgini/version_validator.py,sha256=rDIncP6BEko4J2F2hUcMOtKm_vZbI4ICWcNcw8hrwM4,1
13
13
  upgini/ads_management/__init__.py,sha256=qzyisOToVRP-tquAJD1PblZhNtMrOB8FiyF9JvfkvgE,50
14
14
  upgini/ads_management/ads_manager.py,sha256=O6Pcl_y5e_ULfQ-xmGGn_qBP4z7EtV7TP9etjrsLkLE,2647
15
15
  upgini/data_source/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- upgini/data_source/data_source_publisher.py,sha256=Fn8cmZvfu2wIf0KThY1p9ZfS387xxxEzGMVT_Ky6yy4,10527
16
+ upgini/data_source/data_source_publisher.py,sha256=bpYVbzX9VAh-H1SPutB_efmpwVXZpnQEkdGQYAT9XDs,10724
17
17
  upgini/mdc/__init__.py,sha256=CuKmWYCqAnmiq1S7wgMzJhSCTsXuoeiZWXSfzw0lyig,1152
18
18
  upgini/mdc/context.py,sha256=eVNEubcgkiAP139Vna2qtUBZJWoy15rWWAuB0TFv54E,1484
19
19
  upgini/normalizer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -45,8 +45,8 @@ upgini/utils/sklearn_ext.py,sha256=IMx2La70AXAggApVpT7sMEjWqVWon5AMZt4MARDsIMQ,4
45
45
  upgini/utils/target_utils.py,sha256=cu52icjhDIPpEStHYMXrD2hIl9gzvfnxZr0Ra5osV0k,1616
46
46
  upgini/utils/track_info.py,sha256=2IGGyHPXBLhWcLO8-Q-5qir52k_kD6DtdU-sv_Z2hHY,5325
47
47
  upgini/utils/warning_counter.py,sha256=vnmdFo5-7GBkU2bK9h_uC0K0Y_wtfcYstxOdeRfacO0,228
48
- upgini-1.1.195.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
49
- upgini-1.1.195.dist-info/METADATA,sha256=4N_07SWyT5gbupanMnIHscKNb8-xzkt3Noq3_v_dVKk,47985
50
- upgini-1.1.195.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
51
- upgini-1.1.195.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
52
- upgini-1.1.195.dist-info/RECORD,,
48
+ upgini-1.1.196.dist-info/LICENSE,sha256=5RRzgvdJUu3BUDfv4bzVU6FqKgwHlIay63pPCSmSgzw,1514
49
+ upgini-1.1.196.dist-info/METADATA,sha256=w4G6l9Cyn4TR1x6Q8hyI0QjGJYr6PE1bKOk76UdeGvE,47985
50
+ upgini-1.1.196.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
51
+ upgini-1.1.196.dist-info/top_level.txt,sha256=OFhTGiDIWKl5gFI49qvWq1R9IKflPaE2PekcbDXDtx4,7
52
+ upgini-1.1.196.dist-info/RECORD,,