02-14-2023 01:02 AM
03-07-2023 04:56 PM
@Govardhana Reddy : You can use the dbutils.fs.ls() command to get the source path in Databricks.
dbutils.fs.ls("dbfs:/path/to/source/directory")
Make sure to replace "/path/to/source/directory" with the actual path to the source directory you want to check. This command will return a list of file information objects that includes the name, path, size, and modification time of each file in the directory. You can use this information to verify that the source files are located in the correct directory.
03-07-2023 04:56 PM
@Govardhana Reddy : You can use the dbutils.fs.ls() command to get the source path in Databricks.
dbutils.fs.ls("dbfs:/path/to/source/directory")
Make sure to replace "/path/to/source/directory" with the actual path to the source directory you want to check. This command will return a list of file information objects that includes the name, path, size, and modification time of each file in the directory. You can use this information to verify that the source files are located in the correct directory.
06-07-2023 01:23 AM
What is the difference between data lake and Delta lake?
06-07-2023 01:24 AM
Q2. How can we create Delta table and how can we delete?
03-10-2023 07:29 PM
Hi @Govardhana Reddy
Thank you for your question! To assist you better, please take a moment to review the answer and let me know if it best fits your needs.
Please help us select the best solution by clicking on "Select As Best" if it does.
Your feedback will help us ensure that we are providing the best possible service to you.
Thank you!
06-07-2023 01:24 AM
Hi Khanna,
What is the difference between data lake and Delta lake?
06-07-2023 01:25 AM
Q2:how to create Delta table and how can we delete?
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.
If there isn’t a group near you, start one and help create a community that brings people together.
Request a New Group