Kengo Seki created BIGTOP-4471: ---------------------------------- Summary: Upgrade the Puppet manifest for Airflow to adopt PostgreSQL and LocalExecutor Key: BIGTOP-4471 URL: https://issues.apache.org/jira/browse/BIGTOP-4471 Project: Bigtop Issue Type: Improvement Reporter: Kengo Seki Assignee: Kengo Seki
Currently, deploying Airflow using the Puppet manifest enables [SQLite|https://airflow.apache.org/docs/apache-airflow/2.10.5/howto/set-up-database.html#choosing-database-backend] and [SequentialExecutor|https://airflow.apache.org/docs/apache-airflow/2.10.5/core-concepts/executor/sequential.html#sequential-executor] for its backend and executor respectively, but they are not recommended to use for production. We should fix the manifest to install PostgreSQL and enable LocalExecutor instead by default. -- This message was sent by Atlassian Jira (v8.20.10#820010)