Nikhil Jain
01/18/2023, 4:32 AM"RuntimeError: Orion requires sqlite >= 3.24.0 but we found version 3.7.17\n"
I am using prefect2 cloud app with no changes for sqlite. Any ideas why this is happening?Zanie
01/18/2023, 4:47 AMPREFECT_API_URL
isn’t set in the lambda, is it?Nikhil Jain
01/18/2023, 4:51 AMPREFECT_API_URL
in the lambda from AWS SSM prior to creating the prefect client.
But I guess it’s probably too late because prefect module has already been loaded and it does not find PREFECT_API_URL ? So this should be set in the ENV before any modules are loaded?Zanie
01/18/2023, 5:07 AMwith prefect.settings.temporary_settings():
Nikhil Jain
01/18/2023, 5:14 AM/var/task/prefect/context.py:493: UserWarning: Failed to create the Prefect home directory at /home/sbx_user1051/.prefect
Is this important to fix? I can try to set PREFECT_HOME to a directory where the lambda will have write permission.Zanie
01/18/2023, 5:16 AMNikhil Jain
01/18/2023, 5:18 AM