Skip to content

Commit

Permalink
fix: export peakina as connector (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanix-Darker authored Jan 4, 2023
1 parent 289a3e7 commit c7b8be1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Fixed

- Export of the peakina Connector through `CONNECTOR_REGISTRY`.

### [4.2.0] 2023-01-01

### Changed
Expand Down
5 changes: 5 additions & 0 deletions toucan_connectors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@
'label': 'Oracle SQL',
'logo': 'oracle_sql/oracle-sql.png',
},
'Peakina': {
'connector': 'peakina.peakina_connector.PeakinaConnector',
'label': 'Peakina',
'logo': 'peakina/peakina.png',
},
'Postgres': {
'connector': 'postgres.postgresql_connector.PostgresConnector',
'label': 'PostgreSQL',
Expand Down

0 comments on commit c7b8be1

Please sign in to comment.