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

Update 03_Graph_feature_engineering.py #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

drcaiomoreno
Copy link

The existing code does not work.
I made this change to make the code to work.

Before:
name=f'{db_name}.telco_churn_graph_features',

After:
name=f'{catalog}.{db_name}.telco_churn_graph_features',

Now, this code works with Unity Catalog.
Tested with Databricks 14.3 LTS ML (includes Apache Spark 3.5.0, Scala 2.12)

The existing code does not work. 
I made this change to make the code to work.

Before:
  name=f'{db_name}.telco_churn_graph_features',

After:
  name=f'{catalog}.{db_name}.telco_churn_graph_features',
@drcaiomoreno
Copy link
Author

Any news?

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

Successfully merging this pull request may close these issues.

1 participant