- 1082 Views
- 0 replies
- 0 kudos
I'm working on a tool to visualise who accessed which (unity) catalogs, schemas and tables. To do that, I would like to access the query plan of the queries in the query history. Unfortunately, It seems like the REST api doesn't support accessing tho...
- 1082 Views
- 0 replies
- 0 kudos
- 3532 Views
- 1 replies
- 0 kudos
What type of tables do we use for Bronze layer. Managed or external when our raw data is in csv file
- 3532 Views
- 1 replies
- 0 kudos
Latest Reply
You can create either a managed or an unmanaged (external) table in the bronze layer, depending on your preference and use case. If you choose to create a managed table, Databricks will manage both the metadata and the data for the table. If you choo...
- 1068 Views
- 0 replies
- 1 kudos
Loving the experience at DataAI summit 2023. Excited for the new features on the lakehouse
- 1068 Views
- 0 replies
- 1 kudos
- 6546 Views
- 2 replies
- 0 kudos
- 6546 Views
- 2 replies
- 0 kudos
Latest Reply
Redis offers various data structures such as strings, lists, sets, and hashes. Depending on your use case, select the appropriate data structure for storing the crm enrich data. For example, if you need to store key-value pairs, Redis hashes (HSET, H...
1 More Replies
- 6363 Views
- 1 replies
- 0 kudos
Currently we use AWS Athena and aws glue catalog for our data lake. We would like to evaluate delta lake for data management. How shall we try this with the existing setup?
- 6363 Views
- 1 replies
- 0 kudos
Latest Reply
Actually the Glue Hive Metastore integration with Unity Catalog as been announced today at the Databricks Summit.Give it a try herehttps://docs.databricks.com/archive/external-metastores/aws-glue-metastore.html
- 845 Views
- 0 replies
- 0 kudos
Hello anybody tried to attach an internal Git Hub Enterprise server through databricks whiteout having to whitelist the public op of the control plane ?both on Azure or AWS ?
- 845 Views
- 0 replies
- 0 kudos
by
Lenix
• New Contributor
- 924 Views
- 0 replies
- 0 kudos
I’m excited for the inbuilt monitoring capabilities coming in the future.
- 924 Views
- 0 replies
- 0 kudos
- 4538 Views
- 2 replies
- 0 kudos
Hello! Is it possible to retrieve data from a SQL Endpoint in the Databricks SQL persona using the Data Science and Engineering persona? In other words, I would like to use pyspark in DS&E to query a table in Databricks SQL.#DatabricksSQL#Databricks...
- 4538 Views
- 2 replies
- 0 kudos
Latest Reply
you do not need the sql warehouse itself for that. for ds & e you need a classic cluster (not a sql endpoint) anyway so you can easily read the tables from the metastore using spark.read.table().Connecting the sql endpoint to the ds cluster seems od...
1 More Replies
- 6989 Views
- 5 replies
- 1 kudos
I am wondering if it's possible to create a pool that has a mix of instance types in it?
- 6989 Views
- 5 replies
- 1 kudos
Latest Reply
AWS Fleet instance types are now GA and available for clusters and instance pools. You can see more details here: https://docs.databricks.com/compute/aws-fleet-instances.html
4 More Replies
- 4279 Views
- 3 replies
- 0 kudos
It seems like using spot instances make a lot of sense for cost savings. But are there any risks to using them? Or things to consider before enabling them?
- 4279 Views
- 3 replies
- 0 kudos
Latest Reply
On AWS, to further improve the chance of acquiring spot instances, you can use the newly GA'd feature Fleet instance types: https://docs.databricks.com/compute/aws-fleet-instances.html
2 More Replies
- 2910 Views
- 1 replies
- 1 kudos
We are just getting started with databricks currently we have 1 workspace for each environment (DEV, QA and PRD). we have started with 1 workspace but there is already getting flooded with new workspace requests?
is there any check list/criteria fo...
- 2910 Views
- 1 replies
- 1 kudos
Latest Reply
I believe DEV, QA and PRD are the right segregate . We may need this because this will be easy to categorize the production and QA workload - based upon the amount of data cluster processes (Meaning more DBU) which we can restrict by the company work...
- 2917 Views
- 1 replies
- 0 kudos
If I use this code (CREATE STREAMING LIVE TABLE Employee) in dlt pipeline, where does the Employee table gets created by default, if no storage location is specified? How can I create this table in Data tab within a database (a.k.a: Schema) lets say ...
- 2917 Views
- 1 replies
- 0 kudos
Latest Reply
@Kris Koirala​ :When you create a streaming live table in Databricks Delta Lake using the code CREATE STREAMING LIVE TABLE Employee, the table is created in the default database called default. If no storage location is specified, the table is stored...
by
AK031
• New Contributor II
- 4129 Views
- 3 replies
- 0 kudos
If I come via Databricks Partner connect and subscribe a partner product then how is the billing done and what api is used for publishing usage information to databricks?
- 4129 Views
- 3 replies
- 0 kudos
Latest Reply
Hi @Atul Karn​ We haven't heard from you since the last response from @Kaniz Fatma​ ​, and I was checking back to see if her suggestions helped you.Or else, If you have any solution, please share it with the community, as it can be helpful to others....
2 More Replies
- 11922 Views
- 1 replies
- 0 kudos
Hi Everyone!
Today 4 streaming jobs started to fail out of nowhere due to: StreamingQueryException: [STREAM_FAILED] Query [id = ####, runId = ####] terminated with exception: dbfs:/mnt/path/my_table/sources/0/0 doesn't exist (latestId: 8, compactIn...
- 11922 Views
- 1 replies
- 0 kudos
Latest Reply
Hi @Martin Riccardi​,We haven't heard from you since the last response from @Kaniz Fatma​ , and I was checking back to see if her suggestions helped you.Or else, If you have any solution, please share it with the community, as it can be helpful to ot...
- 7301 Views
- 2 replies
- 3 kudos
As far as the official documentation from Microsoft says and I understood it correctly, each SQL warehouse uses the same service principal for data access.
But I want to control the access to the data (Azure Data Lake Storage) for each SQL warehouse ...
- 7301 Views
- 2 replies
- 3 kudos
Latest Reply
It can be done but it's very tricky. You should create a service principal to whom you will grant permission over some tables then you can generate a token using the SP to access only this data.
1 More Replies