Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catalog missing from create_table method in cell 27. #2

Open
jaokeeffe-db opened this issue May 7, 2024 · 0 comments
Open

Catalog missing from create_table method in cell 27. #2

jaokeeffe-db opened this issue May 7, 2024 · 0 comments

Comments

@jaokeeffe-db
Copy link

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.'
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant