Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the correct method to update an existing feature table in Unity Catalog with new data?
A
By using the fe.read_table function and updating the dataframe.
fe.read_table
B
By using the fe.write_table function with mode="merge" and providing a new dataframe.
fe.write_table
C
By using the fe.create_table function with a new dataframe.
fe.create_table
D
By using the fe.update_table function with a new dataframe.
fe.update_table