Skip to content

Commit

Permalink
fix(ingest): mssql - alias for mssql-odbc source (#6080)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Sep 29, 2022
1 parent 05b9d4e commit 71f5ec7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@
UserWarning("source type snowflake-beta is deprecated, use snowflake instead")
),
)

# The MSSQL source has two possible sets of dependencies. We alias
# the second to the first so that we maintain the 1:1 mapping between
# source type and pip extra.
source_registry.register_alias(
"mssql-odbc",
"mssql",
)

0 comments on commit 71f5ec7

Please sign in to comment.