cancel
Showing results for 
Search instead for 
Did you mean: 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

lsun6234
by New Contributor II
  • 7107 Views
  • 6 replies
  • 0 kudos

help me in converting the below code equivalent to databricks sql PS. with recursive is not working

 SELECT position_no,      position_function,     work_function,      job_profile_id,     pos_cat as position_category,     pos_cat_desc,     job_posting_title as pos_title,     employee_status as emp_status,     emp_status_desc,      clevel,     subs...

  • 7107 Views
  • 6 replies
  • 0 kudos
Latest Reply
DBSolution
New Contributor II
  • 0 kudos

Do we have the solution of this now?

  • 0 kudos
5 More Replies
Jitu
by New Contributor II
  • 30774 Views
  • 6 replies
  • 3 kudos
  • 30774 Views
  • 6 replies
  • 3 kudos
Latest Reply
Chaitanya_Raju
Honored Contributor
  • 3 kudos

@Jog Giri​  I also recently encountered a similar scenario, the below code solved my purpose without any issues.import zipfile for i in dbutils.fs.ls('/mnt/zipfilespath/'): with zipfile.ZipFile(i.path.replace('dbfs:','/dbfs'), mode="r") as zip_ref:...

  • 3 kudos
5 More Replies
Labels