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

[CT-1236] [Feature] Convert df to pyspark DataFrame if it is koalas before writing #320

Closed
3 tasks done
dbeatty10 opened this issue Sep 24, 2022 · 0 comments · Fixed by #321
Closed
3 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@dbeatty10
Copy link
Contributor

dbeatty10 commented Sep 24, 2022

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt-bigquery functionality, rather than a Big Idea better suited to a discussion

Describe the feature

As promised in #317, if the DataFrame to materialize as a table has type databricks.koalas.frame.DataFrame, then convert it to a pyspark.sql.dataframe.DataFrame.

Describe alternatives you've considered

Leaving it as unsupported, especially since it has a replacement since Spark 3.2

Who will this benefit?

Anyone that is using Koalas DataFrames, especially relevant for earlier versions than Spark 3.2

Are you interested in contributing this feature?

I'm your huckleberry

Anything else?

No response

@dbeatty10 dbeatty10 added enhancement New feature or request triage labels Sep 24, 2022
@github-actions github-actions bot changed the title [Feature] Convert df to pyspark DataFrame if it is koalas before writing [CT-1236] [Feature] Convert df to pyspark DataFrame if it is koalas before writing Sep 24, 2022
@dbeatty10 dbeatty10 self-assigned this Sep 24, 2022
@dbeatty10 dbeatty10 removed the triage label Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant