Skip to content

Commit

Permalink
fix: Identify JSONL and GZIP labels (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Nov 5, 2024
1 parent eec9a45 commit 1416c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hub_utils/meltano_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def _get_label(name):
.replace("Oauth", "OAuth")
.replace("Ssh", "SSH")
.replace("Ssl", "SSL")
.replace("Gzip", "GZIP")
.replace("Jsonl", "JSONL")
)
return " ".join(new_label)

Expand Down

0 comments on commit 1416c28

Please sign in to comment.