
Ultimate access to all questions.
What parameters are typically required when creating a new table in the Feature Store using the ‘create_table‘ method?_
A
Only the DataFrame is to be used (‘df‘).
B
The table name, primary keys, and the DataFrame (‘df=feature_set‘)._
C
The table name, primary keys, DataFrame (‘df=feature_set‘), schema of the DataFrame, and a description._
D
Only the table name and the DataFrame (‘df=feature_set‘)._