Why am I getting a FileNotFoundError after providing the file path?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 04:29 PM
I used copy file path to get the file path of the notebook I am trying to run from another notebook.
file_path = "/Users/ankur.lohiya@workday.com/PAS/Training/Ingest/TrainingQueries-Cloned.py/"
ddi = DatabricksDataIngestion(file_path=file_path,
save_path=save_path,
conn=conn,
database_name=database_name,
spark=spark)
dfs_dict = ddi.get_sql_queries()
However, when I run this function, it gives me a filenotfounderror. Why is it giving me this error?
- Labels:
-
Copy File Path
-
File
-
File Path
-
Path
-
SQL Queries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 12:16 AM
Hello @Ankur Lohiya
Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.
We'd love to hear from you.
Thanks!