I am trying to create a feature group using online=True Parameter.
I created the feature group earlier without the online parameter and it gets created successfully.
I deleted the feature group and this time I am creating it by providing online=True Parameter. It fails giving an error saying Feature group already exists. However the feature group still gets created but the online table doesn’t include any data.
Also the feature store ID given in the error and one created are different. I don’t understand from where it is finding the feature group with that feature Store ID.
Attaching the ss for reference.