Databricks Community is an open-source platform for data enthusiasts and professionals to discuss, share insights, and collaborate on everything related to Databricks. Members can ask questions, share knowledge, and support each other in an environment that ensures respectful interactions.
Hello, hope you are doing good. When on the search page, it seems it's not searching for code inside .py files but rather only the filename. Is there an option somewhere I'm missing to be able to...
Hello, Suddenly since last night on some of our DLT pipelines we're getting failures saying that our hive_metastore control table cannot be found. All of our DLT's are set up the same (serverl...
I am getting an error here, when I do this //this works fine
declare sqlStr = 'select col1 from catalog.schema.tbl LIMIT (?)';
declare arg1 = 500;
EXECUTE IMMEDIATE sqlStr USING arg1;
//this does n...
...hem? I would think that using both together is redundant and just creates unnecessary compute overhead. Except I find that's not necessarily true from my explorations on the behavior of these options. 2...
I want to delete tables that haven't been selected or otherwise accessed for several months. I can see the Delta table history, but I can only catch the DDL or update/insert/delete and can't catch "...
Hi Team, I am writing to request assistance with rescheduling my exam for the Databricks Certified Generative AI Engineer Associate certification. My exam was originally scheduled for April 24, 2024...
While scheduling the exam, I selected 1 as the time, and it was scheduled for 1 AM on 27th April. However, I mistakenly thought it was scheduled for 1 PM on 27th April, due to which I missed the exam...
I have done some academic learning program in databricks. Now i want to do certification and i saw some where that databricks is providing 50% discount on certification when we do some labs. Someone ...
Hi there! I am calling the job list API (via the Python SDK): GET /api/2.2/jobs/list docs.databricks.com/api/workspace/jobs/list Does anyone know what ordering is applied / calculated for th...
...here is a header = true parameter, but I don't see a footer parameter in documentation. Has anyone found a good way to deal with the presence of a FOOTER in CSV files being detected by AutoLoader?