GitHub user potiuk edited a comment on the discussion: Airflow3 from Docker-compose missing sqlite provider
You need to build your own image / extend airflow's image. Our quick-start docker compose explains how and provides example. Just FYI - you do not need sqlite provider to use sqlite as Airflow metadata db - it's only needed if you want to itnterat with some sqlite databases via sql operators. GitHub link: https://github.com/apache/airflow/discussions/53945#discussioncomment-13944459 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
