Skip to content

Commit

Permalink
[hotfix] change base class for RedshiftBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
pongthep committed Mar 25, 2021
1 parent 784ef0d commit bb9931e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata_extractor/builders/rdbms/redshift_builder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from metadata_extractor.builders.rdbms.postgresql_builder import PostgresqlBuilder
from metadata_extractor.builders.rdbms.rdbms_builder_abstract import RDBMSBuilder


class RedshiftBuilder(PostgresqlBuilder):
class RedshiftBuilder(RDBMSBuilder):
def __init__(self, rdbms_type: str = 'redshift'):
self.rdbms_type = rdbms_type

0 comments on commit bb9931e

Please sign in to comment.