Skip to content

Commit

Permalink
fix: Identify SQLAlchemy label
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 5, 2024
1 parent f9622d2 commit 2d752d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hub_utils/meltano_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def _get_label(name):
.replace("Ssl", "SSL")
.replace("Gzip", "GZIP")
.replace("Jsonl", "JSONL")
.replace("Sqlalchemy", "SQLAlchemy")
)
return " ".join(new_label)

Expand Down

0 comments on commit 2d752d9

Please sign in to comment.