- 1143 Views
- 0 replies
- 0 kudos
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::<s3-bucket-name>" ] }, { "Effect": "Allow", "Action": [ "s3:Pu...
- 1143 Views
- 0 replies
- 0 kudos
by
kll
• New Contributor III
- 4233 Views
- 1 replies
- 0 kudos
at_lst = ['131','132','133']
at_tup = (*at_lst,)
print(at_tup)
('131','132','133')<div> <div><span>In my sql query, i am trying to pass this on a parameter, however, it doesn't work. <div> <div><div><div><span>%sql<br /><div><span>select * from ma...
- 4233 Views
- 1 replies
- 0 kudos
Latest Reply
@Retired_mod I am writing sql using the magic command in the cell block, `%%sql`. Is there a way to pass a parameter in the query without using the `execute` method of the cursor object? Can you please share an example?
by
esi
• New Contributor II
- 3430 Views
- 0 replies
- 0 kudos
Hi Community,I am looking for a way to access the Power BI tables from databricks and import them as a spark dataframe into my databricks notebook.As far as I have seen, there is a Power BI connector to load data from databricks into Power BI but not...
- 3430 Views
- 0 replies
- 0 kudos
- 2700 Views
- 0 replies
- 0 kudos
I'm using StarRocks Connector[2] to ingest data to StarRocks on DataBricks 13.1 (powered by Spark 3.4.0). The connector could run on community Spark 3.4, but fail on the DBR. The reason is (the full stack trace is attached)java.lang.IncompatibleClass...
- 2700 Views
- 0 replies
- 0 kudos