I have a delta table that has a primary key conformed by 2 fields (accountId,ruleModelVersionDesc) and I have also created an online table that has the same primary key, but when I create a feature spec to create an endpoint I get the following error:
Exception: {'error_code': 'INVALID_PARAMETER_VALUE', 'message': 'Failed to create a new FeatureSpec. Features could not be parsed: INVALID_PARAMETER_VALUE: Following nodes form a cycle: accountId. Please resolve any circular dependencies before calling Feature Store.'}
I have been able to create the spec before without problems, about 1 month ago, does anyone know if anything has been changed ?
I have tried with version 14.3 and 15.3 of runtine ML.