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

[BUG] #1338

Open
xelinzo007 opened this issue May 28, 2024 · 0 comments
Open

[BUG] #1338

xelinzo007 opened this issue May 28, 2024 · 0 comments
Labels
bug Something isn't working needs triage Awaiting triage by a dask-sql maintainer

Comments

@xelinzo007
Copy link

The python type string is not implemented (yet) iam geeting error in this code

try:
c = Context()
#print("------------------------------coloums------------------------------------dataframe----------------------")
#print(list(df.columns))
c.create_table("click_integrity_table", df)
query1=("select date from click_integrity_table limit 10")
result = c.sql(query1).compute()
print(result)
#query=generate_query(config_obj)
#print("INFO | Query",query)
except Exception as e:
print(f"ERROR| In SQL table Creation",str(e))

@xelinzo007 xelinzo007 added bug Something isn't working needs triage Awaiting triage by a dask-sql maintainer labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Awaiting triage by a dask-sql maintainer
Projects
None yet
Development

No branches or pull requests

1 participant