cancel
Showing results for 
Search instead for 
Did you mean: 
Databricks Free Edition Help
Engage in discussions about the Databricks Free Edition within the Databricks Community. Share insights, tips, and best practices for getting started, troubleshooting issues, and maximizing the value of your trial experience to explore Databricks' capabilities effectively.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

lusy26demco
by New Contributor
  • 1329 Views
  • 2 replies
  • 0 kudos

I’m having trouble connecting to my AWS S3 bucket

Hello,I’m having trouble connecting to my AWS S3 bucket from my local Python environment using boto3. When I try to run the following code:import boto3s3 = boto3.client('s3')response = s3.list_objects_v2(Bucket='my-bucket-name')print(response)error m...

  • 1329 Views
  • 2 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,Are you trying from databricks notebook? if so can you share the dbr version ?If not, you can install the below code :import sslprint(ssl.OPENSSL_VERSION)and update the pip package : `pip install --upgrade pip` try post this. Happy learnin...

  • 0 kudos
1 More Replies
rollercoaster43
by New Contributor
  • 1784 Views
  • 2 replies
  • 0 kudos

Data Management and Governance with Unity Catalog Demo Set up error

I am trying to run classroom setup for Demo:Upgrading Tables to Unity Catalog lab in the above course and get multiple errors. I wasn able to complete previous 2 labs successfully.Here are some errors while running the classrom set up script "%run ./...

  • 1784 Views
  • 2 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,Only few courses are allowing to change the table metadata or type itself for the labsessions. In this case you can download and try in your workspace(if any) that will work easily for the learning purpose.Thanks for the ask, happy learnin...

  • 0 kudos
1 More Replies
nima30frenkline
by New Contributor
  • 1910 Views
  • 1 replies
  • 0 kudos

set up my AWS credentials and configure boto3, but I’m facing an issue

Hi everyone,I’m working on a project where I need to upload files from my local machine to an AWS S3 bucket using the boto3 library in Python. I’ve followed the official documentation to set up my AWS credentials and configure boto3, but I’m facing a...

  • 1910 Views
  • 1 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,Thanks for the ask, are you trying to read via notebook ? If so you need to pass the credentials either cluster level or best approach via secret scopes then it will work.Please ignore if not matching with your ask.Saran

  • 0 kudos
DiegoMX
by New Contributor
  • 1236 Views
  • 1 replies
  • 0 kudos

How to check databricks-connect types of objects.

While using `databricks-sdk` in my code, I've found that checking PySpark objects types is not reliable anymore.  I've used to do the following:  from pyspark.sql import Column, DataFrame, SparkSession isinstance(spark, SparkSession) isinstance(a_df...

  • 1236 Views
  • 1 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,Is the issue fixed ? did you got any reference or support from databricks end ?Saran

  • 0 kudos
anambiar
by New Contributor
  • 987 Views
  • 1 replies
  • 0 kudos

table path has = in the name and delta table automatically picks this as parition fields in flink.

i want to disable this behaviour that when we have = in path it shouldnt consider this to be a paritioned field. is there any config to do this ?

  • 987 Views
  • 1 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate, Can you please share any sample code for reference ? If its fixed then please ignore.Happy learning.Saran

  • 0 kudos
RahulKadri
by New Contributor
  • 1175 Views
  • 1 replies
  • 0 kudos

How long does it take to get partner sandbox environment approved?

Hi, I am a new databricks partner and as I understand databricks provides a sandbox environment for testing/training purposes. I have filled the sandbox request form and provided the necessary details of my environment but can someone tell me how lon...

  • 1175 Views
  • 1 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,You can check with sales team or support team (in case if you got any confirmation or acknowledgment for the form) they might help. They also able to fix the trail extension if needed. Happy learning.Saran

  • 0 kudos
MishraS
by New Contributor
  • 1557 Views
  • 1 replies
  • 0 kudos

Unable to login to Azure Databricks Community Workspace

Hi Team,I'm unable to log in to my Databricks Community Edition workspace, which has been active since 2016 (with my last login in 2024). Suddenly, my credentials aren't working. I've tried all options, including OTP, but I'm receiving the following ...

  • 1557 Views
  • 1 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,Is the login issue fixed ? as far as I know community edition is only on AWS. But in your case its going to be trail account or standard tier account ?Saran.

  • 0 kudos
ShailenGenpact
by New Contributor
  • 1994 Views
  • 2 replies
  • 0 kudos

How to Create Cluster for running JOB

I am encountering an error message during the executing a job (workflow-pipiline) with computing serverless as by default but  it required Single node cluster and I am not able to see any option to create cluster in my subscription even I added my cr...

  • 1994 Views
  • 2 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,Did you got the issue fixed ? Serverless will not support on few elements and having some limitations, instead you can configure the single node cluster in the workflows section itself will fix the issue.Thanks for the ask, happy learning....

  • 0 kudos
1 More Replies
Pavan_Donade
by New Contributor
  • 1353 Views
  • 1 replies
  • 0 kudos

JDBC Connection Issues - Databricks Idle Cluster Mode

Hello everyone, We are having a problem with the data fetch process from our Databricks compute database through a JDBC connection.**Issue Description:**We are utilizing a Java 17 application, hosted on Azure Cloud, to fetch data from our Databricks ...

  • 1353 Views
  • 1 replies
  • 0 kudos
Latest Reply
saisaran_g
Contributor
  • 0 kudos

Hello Mate,Did you got the fix for this issue ? 

  • 0 kudos
divyaGuna
by New Contributor
  • 699 Views
  • 0 replies
  • 0 kudos

Intermittent Issue only from AgentExecutor - ServiceErrorCode.BAD_REQUEST

I have referred the sample “AI Chatbot” using sql functions and created my own with sample dataBut, I intermittently face below issue when the agent executor is calling the function that we have defined in the prompt. If a call the same sql function ...

  • 699 Views
  • 0 replies
  • 0 kudos
Bhaskar1-
by New Contributor III
  • 5886 Views
  • 22 replies
  • 1 kudos

Unable to use community edition

I am getting this error when i login in community edition We were not able to find a Community Editionworkspace with this email. Please login toaccounts.cloud.databricks.comcommunity-edition workspaces you may have accessto. For help, please see Comm...

  • 5886 Views
  • 22 replies
  • 1 kudos
Latest Reply
akshay272
New Contributor II
  • 1 kudos

I am also facing the same issue. Not able to login into databricks community edition using my email. The notebook has some useful notebooks created. email- akshaytiwari2502@gmail.com

  • 1 kudos
21 More Replies
pecthefabric
by New Contributor
  • 1788 Views
  • 1 replies
  • 2 kudos

Databricks free Trial Credits

Does Databricks allow to create a new account to get more free credits ? Per my research, the credits are available for 14 days. Lets say that after the 14 days I want to keep testing the platform. Is it allowed to create a new one to get more credit...

  • 1788 Views
  • 1 replies
  • 2 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 2 kudos

According to the Databricks trial policy, after the 14-day free trial, you are expected to enter a payment method to continue using the platform. Attempting to circumvent this by creating multiple accounts for the purpose of continually receiving fre...

  • 2 kudos
Nik21
by New Contributor II
  • 1398 Views
  • 2 replies
  • 0 kudos

unable to read delta shared table from aws databricks in azure hosted databricks

i have a databricks free trial premium account(AWS express setup) and i created an azure hosted databricks instance. i shared table through delta sharing to azure hosted databricks,but i am unable to query it or view sample data.i used serverless sql...

Screenshot 2025-02-10 085447.png
  • 1398 Views
  • 2 replies
  • 0 kudos
Latest Reply
Ayushi_Suthar
Databricks Employee
  • 0 kudos

Hi @Nik21 , Good Day! Can you try to access the sample data tab of the table using the UC-supported clusters (Single user access mode and Shared Access mode) instead of using the serverless warehouse?  Regards, Ayushi

  • 0 kudos
1 More Replies
Paulovasconcelo
by New Contributor
  • 1228 Views
  • 1 replies
  • 0 kudos

Como solicionar o erro abaixo

 Não consegui encontrar um espaço de trabalho Community Edition com este e-mail. Faça login em accounts.cloud.databricks.com para encontrar vagas de trabalho que não sejam da edição comunitária nas quais você pode ter acesso. Para obter ajuda, consul...

  • 1228 Views
  • 1 replies
  • 0 kudos
Latest Reply
Alberto_Umana
Databricks Employee
  • 0 kudos

Hi @Paulovasconcelo, Please check this out and submit a case if needed: https://community.databricks.com/t5/support-faqs/databricks-community-sso-august-3rd-2024/ta-p/78459

  • 0 kudos