cancel
Showing results for 
Search instead for 
Did you mean: 
Machine Learning
Dive into the world of machine learning on the Databricks platform. Explore discussions on algorithms, model training, deployment, and more. Connect with ML enthusiasts and experts.
cancel
Showing results for 
Search instead for 
Did you mean: 

'error_code': 'INVALID_PARAMETER_VALUE', 'message': 'Too many sources. It cannot be more than 100'

yorabhir
New Contributor III

I am getting the following error while saving a delta table in the feature store

WARNING databricks.feature_store._catalog_client_helper: Failed to record data sources in the catalog. Exception: {'error_code': 'INVALID_PARAMETER_VALUE', 'message': 'Too many sources. It cannot be more than 100'}

The code:

from databricks.feature_store import FeatureStoreClient
fs = FeatureStoreClient()
feature_table = fs.create_table(
  name='feature_db.feature_delta_df',
  df= pydf,
  primary_keys=['key_1','key_2','key_3'],
  schema=pydf.schema,
  description='BB customer analytics record'
)
0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group