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

[doc improve]How to import data from multiple tables in mysql into one tag/edge #74

Open
iiibui opened this issue Mar 9, 2022 · 1 comment
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@iiibui
Copy link

iiibui commented Mar 9, 2022

nebula-exchange version v2.6

As title, after some google I found this https://stackoverflow.com/questions/49130381/instead-of-fetching-multiple-tables-using-pyspark-how-can-we-execute-join-query, but here needs to be modified, and when I editing this issue I found this modification is same as:

if (sentence != null) {
df.createOrReplaceTempView(mysqlConfig.table)
session.sql(sentence)
} else {
df
}

So, it would be better to add the usage to the documentation

@Nicole00
Copy link
Contributor

Nicole00 commented Jun 29, 2022

Great issue, We'll support this requirement~

@Sophie-Xie Sophie-Xie added type/question Type: question about the product type/enhancement Type: make the code neat or more efficient and removed type/question Type: question about the product labels Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

3 participants