cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Doaa_Rashad
by New Contributor III
  • 3427 Views
  • 5 replies
  • 3 kudos

Resolved! databricks cli

i install databricks but give databricks not recognize

IMG20220309192203
  • 3427 Views
  • 5 replies
  • 3 kudos
Latest Reply
Hubert-Dudek
Esteemed Contributor III
  • 3 kudos

probably it is not in PATH, you can add it to PATH as described here https://ganeshchandrasekaran.com/how-to-install-databricks-cli-and-get-the-path-of-databricks-executable-on-windows-74f83040dde7

  • 3 kudos
4 More Replies
William_Scardua
by Valued Contributor
  • 7640 Views
  • 6 replies
  • 3 kudos

Resolved! How do you create a Sandbox in your data environment ?

Hi guys,How do you create a Sandbox in your data environment ? have any idea ?Azzure/AWS + Data Lake + Databricks

  • 7640 Views
  • 6 replies
  • 3 kudos
Latest Reply
missyT
New Contributor III
  • 3 kudos

In a sandbox environment, you will find the Designer enabled. You can activate Designer by selecting the design icon Designer. on a page, or by choosing the Design menu item in the Settings Settings menu.

  • 3 kudos
5 More Replies
Kaniz_Fatma
by Community Manager
  • 4497 Views
  • 1 replies
  • 3 kudos
  • 4497 Views
  • 1 replies
  • 3 kudos
Latest Reply
Hubert-Dudek
Esteemed Contributor III
  • 3 kudos

To initialize the Athena client you need to import boto3 libraryclient = boto3.client('athena')You will then execute your query:queryStart = client.start_query_execution( QueryString = 'SELECT * FROM myTable', QueryExecutionContext = { ...

  • 3 kudos
Labels