Skip to content

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