Forum Discussion
AdarshPanasri
1 year agoHelper I
Writing data to Fabrics Tables using Notebooks
Hello Everyone, I am trying to write a dataframe to Fabrics Tables using spark, but it is creating an unidentified object instead of the table, this was not happening earlier but now its not register...
- 1 year ago
What if you try another table name?
Dashes (-) are not allowed in table name.
AdarshPanasri
1 year agoHelper I
Its a simple dataframe with 2 columns of string datatype each.
- frithjof_v1 year agoCommunity Champion
What if you try another table name?
Dashes (-) are not allowed in table name.
- AdarshPanasri1 year agoHelper I
Thank you for the response. Removing the character solved the issue.