
Ultimate access to all questions.
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.
B
By using the fe.write_table function with mode="merge" and providing a new dataframe.
C
By using the fe.create_table function with a new dataframe.
D
By using the fe.update_table function with a new dataframe.