datacube.drivers.common_psql.drop_schema#

datacube.drivers.common_psql.drop_schema(connection, schema_name)[source]#

Drop a schema and all its contents (if it exists).

Parameters:
  • connection (Connection) – An SQLAlchemy connection object.

  • schema_name (str) – The name of the schema to drop.

Return type:

None