A machine learning engineer already has a Unity Catalog Delta table with the correct columns, but it was created without a primary key. She wants to use it as a feature table rather than recreating it. What should she do?
Show answer & explanation
Correct answer: B
WHY B: Databricks docs describe converting an existing UC Delta table into a feature table by setting primary key columns to NOT NULL and adding a primary key constraint. WHY NOT A: Workspace Feature Store is not required. WHY NOT C: Temporary tables are not the path to governed feature tables. WHY NOT D: MLflow registration is unrelated. WHY NOT E: Online publishing does not create missing primary key metadata on the source table.