<@U06CASRQ0H0> <#C069CQNHDNF|> I am getting this e...
# troubleshooting
h
@Edgar Ramírez (Arch.dev) #C069CQNHDNF I am getting this error while executing this command: meltano invoke airflow:initialize I have Windows OS
@Edgar Ramírez (Arch.dev) #C069CQNHDNF I am struggling on this anyone who can help here? started getting this error now?
e
The airflow db conn defaults to
sqlite:///$MELTANO_PROJECT_ROOT/.meltano/utilities/airflow/airflow.db
, but that doesn't seem to work well on Windows. Can you try setting database.sql_alchemy_conn to use the path to your project instead of
$MELTANO_PROJECT_ROOT
?
h
@Edgar Ramírez (Arch.dev) now started getting this error?
Hello @Edgar Ramírez (Arch.dev), #C069CQNHDNF can anyone help on this?
e
can you replace the slashes with double back-slashes? (reading through https://docs.sqlalchemy.org/en/20/dialects/sqlite.html#connect-strings)