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

Simplifying the usage #176

Merged

Conversation

davidrabinowitz
Copy link
Member

Simplifying the usage of the connector, instead of the table option, the usage can be the more common:

df = spark.read.format("bigquery").load(<table>)
df.write.format("bigquery").save(<table>)

@davidrabinowitz
Copy link
Member Author

/gcbrun

@davidrabinowitz davidrabinowitz merged commit 8fbe165 into GoogleCloudDataproc:master May 29, 2020
@davidrabinowitz davidrabinowitz deleted the simpleapi branch May 29, 2020 21:57
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.

None yet

2 participants