Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alembic revision 317970b4400c missing when upgrading from 3.0 to 3.1.0rc1 #26163

Closed
3 tasks done
john-bodley opened this issue Dec 1, 2023 · 1 comment
Closed
3 tasks done

Comments

@john-bodley
Copy link
Member

john-bodley commented Dec 1, 2023

The Alembic revision 317970b4400c is missing when upgrading from 3.0 to 3.1.0rc1.

How to reproduce the bug

  1. Go to http://localhost:5000/chart/list/
  2. See the following error
An error occurred while fetching charts: (sqlite3.OperationalError) no such column: tables.always_filter_main_dttm
[...]
(Background on this error at: https://sqlalche.me/e/14/e3q8)

Expected results

The Alembic revisions (which exists in master) should have also been present in 3.0 given it's denoted as a direct precursor to 4b85906e5b91.

Actual results

A SQLAlchemy error is thrown indicating that the table schema was never updated to include the tables.always_filter_main_dttm column.

Environment

(please complete the following information):

  • browser type and version: Chrome
  • superset version: 3.1.0rc1
  • python version: 3.9
  • node.js version: v16.10.0
  • any feature flags active: N/A

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.
@john-bodley john-bodley changed the title Alembic revision 317970b4400c missing when upgrading from 3.0 to 3.1 Alembic revision 317970b4400c missing when upgrading from 3.0 to 3.1.0rc1 Dec 2, 2023
@sfirke
Copy link
Member

sfirke commented Dec 4, 2023

Closed by #26160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants