Conner Panarella
06/26/2024, 5:53 PMAIRFLOW_CORE_SQL_ALCHEMY_CONN
. By default it utilizes a sqllite database, but is it recommended to utilize something like postgres? (similar to what is recommended for the meltano system database)?
I tried using a postgres URI but I receive the following errors ModuleNotFoundError: No module named 'psycopg2'
. I tried both postgresql://
and also postgresql+psycopg2
visch
06/26/2024, 6:00 PMpipx install meltano[postgres]
Conner Panarella
06/26/2024, 6:57 PMEdgar Ramírez (Arch.dev)
06/26/2024, 6:58 PMpip_url
to include the missing dependencyConner Panarella
06/26/2024, 7:22 PMpip_url
could be modified like that