Skip to content

Commit

Permalink
Switch to new jsonschema references API #1477
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Jul 24, 2023
1 parent 75c57b1 commit b0e6a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube/drivers/postgres/_core.py
Expand Up @@ -17,7 +17,7 @@
pg_column_exists)
from sqlalchemy import MetaData, inspect, text
from sqlalchemy.engine import Engine
from sqlalchemy.schema import CreateSchema, DropSchema
from sqlalchemy.schema import CreateSchema


USER_ROLES = ('agdc_user', 'agdc_ingest', 'agdc_manage', 'agdc_admin')
Expand Down

0 comments on commit b0e6a2a

Please sign in to comment.