You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is such that my working directory is set to a child folder within my repo (this is due to databricks default settings). When running load_dot_env(), if no .env file is found in the working directory, it would be great if parent directories could be searched for an .env file until one is located.
In my case my working directory is something like: "/Workspace/Repos/foo.bar@company.com/my_repo/project/src", while my .env file is located in "/Workspace/Repos/foo.bar@company.com/my_repo".
Perhaps the logic would just use the first .env file found.
The text was updated successfully, but these errors were encountered:
My use case is such that my working directory is set to a child folder within my repo (this is due to databricks default settings). When running load_dot_env(), if no .env file is found in the working directory, it would be great if parent directories could be searched for an .env file until one is located.
In my case my working directory is something like: "/Workspace/Repos/foo.bar@company.com/my_repo/project/src", while my .env file is located in "/Workspace/Repos/foo.bar@company.com/my_repo".
Perhaps the logic would just use the first .env file found.
The text was updated successfully, but these errors were encountered: