Skip to content

Commit

Permalink
fix(ingest): alias for mssql-odbc source
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Sep 28, 2022
1 parent 09dec1a commit d6e6fa2
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 d6e6fa2

Please sign in to comment.