Hello, the db doesn't have any tables for airflow to use. Anybody got the same error?
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "job" does not exist
LINE 1: INSERT INTO job (dag_id, state, job_type, start_date, end_da...
[SQL: INSERT INTO job (dag_id, state, job_type, start_date, end_date, latest_heartbeat, executor_class, hostname, unixname) VALUES (%(dag_id)s, %(state)s, %(job_type)s, %(start_date)s, %(end_date)s, %(latest_heartbeat)s, %(executor_class)s, %(hostname)s, %(unixname)s) RETURNING job.id]
[parameters: {'dag_id': None, 'state': <TaskInstanceState.RUNNING: 'running'>, 'job_type': 'SchedulerJob', 'start_date': datetime.datetime(2022, 12, 12, 12, 18, 3, 357544, tzinfo=Timezone('UTC')), 'end_date': None, 'latest_heartbeat': datetime.datetime(2022, 12, 12, 12, 18, 3, 357563, tzinfo=Timezone('UTC')), 'executor_class': 'LocalExecutor', 'hostname': 'e5df1ea3cebf', 'unixname': 'airflow'}]