Mottimo commented on issue #24247: URL: https://github.com/apache/airflow/issues/24247#issuecomment-1147509478
@potiuk, re-initalizing the DB using Airflow 2.2.5 the table airflow.ab_permission_id_seq is not created: `MariaDB [airflow]> show tables; +-------------------------------+ | Tables_in_airflow | +-------------------------------+ | ab_permission | | ab_permission_view | | ab_permission_view_role | | ab_register_user | | ab_role | | ab_user | | ab_user_role | | ab_view_menu | | alembic_version | | connection | | dag | | dag_code | | dag_pickle | | dag_run | | dag_tag | | import_error | | job | | log | | rendered_task_instance_fields | | sensor_instance | | serialized_dag | | session | | sla_miss | | slot_pool | | task_fail | | task_instance | | task_reschedule | | trigger | | variable | | xcom | +-------------------------------+ 30 rows in set (0.003 sec) MariaDB [airflow]> SELECT VERSION(); +----------------+ | VERSION() | +----------------+ | 10.7.3-MariaDB | +----------------+ 1 row in set (0.005 sec)` About the support to MariaDB, we are interested to keep it: do you think the development team I'm member of could provide any help for that? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
