Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When instantiating FeatureStoreClient as fs, what is the correct format for the table_name parameter in the fs.create_table method?
A
<table name>
B
<database name>.<table name>
C
default.airbnb_df
D
None of the above