I'm trying to do  "alembic revision --autogenerate"

I get the usual warnings (that I've gotten in previous successful runs)

Here's the console output

alembic$ alembic revision --autogenerate

INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
INFO  [alembic.runtime.migration] Will assume transactional DDL.
/home/rschottland/.local/share/virtualenvs/astorb_db-u7fxujye/lib/python3.7/site-packages/sqlalchemy/dialects/postgresql/base.py:3010:
 
SAWarning: Did not recognize type 'point' of column 'point_ra_dec'
  "Did not recognize type '%s' of column '%s'" % (attype, name)
INFO  [alembic.ddl.postgresql] Detected sequence named 'units_id_seq' as 
owned by integer column 'units(id)', assuming SERIAL and omitting
/home/rschottland/.local/share/virtualenvs/astorb_db-u7fxujye/lib/python3.7/site-packages/sqlalchemy/dialects/postgresql/base.py:3331:
 
SAWarning: Predicate of partial index ix_nea_elements ignored during 
reflection
  % idx_name
INFO  [alembic.ddl.postgresql] Detected sequence named 
'editorial_notices_id_seq' as owned by integer column 
'editorial_notices(id)', assuming SERIAL and omitting
INFO  [alembic.ddl.postgresql] Detected sequence named 
'taxonomy_sys_type_id_seq' as owned by integer column 
'taxonomy_sys_type(id)', assuming SERIAL and omitting

After this, alembic appears to be hung...

Any thoughts on what could be the cause? How might I debug this situation?

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/a81209e0-5adf-4616-9ae8-7459ed73ab6do%40googlegroups.com.

Reply via email to