Skip to content

Set catalog and schema in 04 - Importing Data using sparklyr#6

Open
nick-treece wants to merge 2 commits intomainfrom
error_correction
Open

Set catalog and schema in 04 - Importing Data using sparklyr#6
nick-treece wants to merge 2 commits intomainfrom
error_correction

Conversation

@nick-treece
Copy link
Copy Markdown
Collaborator

Overview of changes

Corrects an error in 04 - Importing Data using sparklyr where the catalog and schema are not set globally for the notebook, causing the spark_write_table() command in cell 23 (as-was, now cell 25) to fail.

Prior to fix:
image

After fix:
image

Why are these changes being made?

Notebook intention was to set the catalog and schema globally before write (as evidenced by the creation of widgets and variables for it.

Think this previously did work and a cell may have been removed, so this fix restores the intended functionality.

Checklist

  • I have tested these changes in my own environment
  • I have updated the documentation

Reviewer instructions

Run through notebook 04 - Importing Data using sparklyr following the instructions and verify that it now runs without error.

Copy link
Copy Markdown

@laragarbett laragarbett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for resolving the error Nick, I've tested and the fix works on my end

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.

2 participants