GitHub user garthoid edited a comment on the discussion: Airflow3 from Docker-compose missing sqlite provider
Any I will answer my own question. This may not be the best approach but I was able to get the provider into the providers list so I could create a connection object. 1. Using docker exec, connect to the running container with a bash shell as "default" 2. pip install apache-airflow-providers-sqlite 3. Exit shell 4. Restart containers (docker compose down/docker compose up) Although this provides the provider in the dropdown list its a janky approach. Looking for something more stable. GitHub link: https://github.com/apache/airflow/discussions/53945#discussioncomment-13938005 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
