You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name parameter needs the catalog included to be UC compatible. ie change {dbname} to {catalog}.{dbname}
#Note: You might need to delete the FS table using the UI
graph_feature_table = fs.create_table(
name=f'{db_name}.telco_churn_graph_features',
primary_keys='customer_id',
schema=graph_features_df.schema,
description='These features are derived from the telco customer call network.'
)
The text was updated successfully, but these errors were encountered:
name parameter needs the catalog included to be UC compatible. ie change
{dbname}
to{catalog}.{dbname}
#Note: You might need to delete the FS table using the UI
graph_feature_table = fs.create_table(
name=f'{db_name}.telco_churn_graph_features',
primary_keys='customer_id',
schema=graph_features_df.schema,
description='These features are derived from the telco customer call network.'
)
The text was updated successfully, but these errors were encountered: