Jiaqiang Li
10/07/2024, 2:43 PMFile "/usr/local/lib/python3.11/site-packages/prefect/settings.py", line 1662, in get_current_settings
return Settings()
^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/pydantic_settings/main.py", line 153, in __init__
**__pydantic_self__._settings_build_values(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/pydantic_settings/main.py", line 320, in _settings_build_values
sources = self.settings_customise_sources(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/prefect/settings.py", line 454, in settings_customise_sources
ProfileSettingsTomlLoader(settings_cls),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/prefect/settings.py", line 368, in __init__
self.profile_settings = self._load_profile_settings()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/prefect/settings.py", line 373, in _load_profile_settings
all_profile_data = toml.load(self.profiles_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/toml/decoder.py", line 133, in load
with io.open(_getpath(f), encoding='utf-8') as ffile:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/root/.prefect/profiles.toml'
10:30:37.280 | ERROR | prefect.flow_runs.runner - Process for flow run 'brave-giraffe' exited with status code: 1
10:30:37.707 | INFO | prefect.flow_runs.runner - Reported flow run '3619b4c0-9089-47ea-9534-c005c15e8e4c' as crashed: Flow run process exited with non-zero status code 1.
Brock
10/07/2024, 2:59 PMFileNotFoundError: [Errno 2] No such file or directory: '/root/.prefect/profiles.toml'
I am only getting started myself, but thats what jumps out to me.Jiaqiang Li
10/07/2024, 3:36 PMBrock
10/07/2024, 4:45 PMJiaqiang Li
10/07/2024, 5:38 PM