- 1124 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...
- 1124 Views
- 0 replies
- 0 kudos
by
kll
• New Contributor III
- 4189 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...
- 4189 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
- 3398 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...
- 3398 Views
- 0 replies
- 0 kudos
- 2678 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...
- 2678 Views
- 0 replies
- 0 kudos
- 1368 Views
- 0 replies
- 0 kudos
[UNKNOWN_FIELD_EXCEPTION.NEW_FIELDS_IN_FILE] Encountered unknown fields during parsing: [<field_name>], which can be fixed by an automatic retry: trueI am using Azure Databricks, and write with python code. Want to catch the error and raise. Tried wi...
- 1368 Views
- 0 replies
- 0 kudos
- 3472 Views
- 0 replies
- 0 kudos
- 3472 Views
- 0 replies
- 0 kudos
- 4650 Views
- 0 replies
- 0 kudos
- 4650 Views
- 0 replies
- 0 kudos
- 2235 Views
- 0 replies
- 0 kudos
- 2235 Views
- 0 replies
- 0 kudos
- 1113 Views
- 0 replies
- 0 kudos
Is there a way to automate data categorisation with OpenAI API?
- 1113 Views
- 0 replies
- 0 kudos
- 9953 Views
- 6 replies
- 1 kudos
Hi Team,Getting below error while creating a table with primary key,"Table constraints are only supported in Unity Catalog."Table script : CREATE TABLE persons(first_name STRING NOT NULL, last_name STRING NOT NULL, nickname STRING,CONSTRAINT persons_...
- 9953 Views
- 6 replies
- 1 kudos
Latest Reply
Hi, this needs further investigation, could you please raise a support case with Databricks?
5 More Replies
- 5408 Views
- 0 replies
- 0 kudos
I have a large collection - and growing daily - of DLT pipelines and I need to grant access to non-admin users. Do I need to assign permissions on each individual DLT pipeline or is there a better approach?
- 5408 Views
- 0 replies
- 0 kudos
- 1545 Views
- 1 replies
- 0 kudos
I am experiencing error of over caching in databricks notebook. If i display different dfs one of the dfs get cache which after the result of others afterwards. Please how can I avoid the cache memory while using the notebook?
- 1545 Views
- 1 replies
- 0 kudos
Latest Reply
I don't exactly understand what your issue is. Can you elaborate more?
- 2079 Views
- 1 replies
- 0 kudos
I try to start cluster that i used to start it 7 times before and it gave me this error Cloud provider is undergoing a transient resource throttling. This is retryable. 1 out of 2 pods scheduled. Failed to launch cluster in kubernetes in 1800 seconds...
- 2079 Views
- 1 replies
- 0 kudos
Latest Reply
Hi, This error "GCE out of resources" typically means that Google compute engine is out of resources as in out of nodes (can be a quota issue or can be node issues in that particular region in GCP). Could you please raise a google support case on thi...