Skip to content

Commit

Permalink
databricks as ingestion source type
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Dec 11, 2023
1 parent 796a537 commit bfd5a53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
"powerbi-report-server": powerbi_report_server,
"vertica": sql_common | {"vertica-sqlalchemy-dialect[vertica-python]==0.0.8.1"},
"unity-catalog": databricks | sql_common | sqllineage_lib,
"databricks": databricks | sql_common | sqllineage_lib,
"fivetran": snowflake_common,
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@
"mssql-odbc",
"mssql",
)

# Use databricks as alias for unity-catalog ingestion source.
# As mentioned here - https://docs.databricks.com/en/data-governance/unity-catalog/enable-workspaces.html,
# Databricks is rolling out Unity Catalog gradually across accounts.
# TODO: Rename unity-catalog source to databricks source, once it is rolled out for all accounts
source_registry.register_alias(
"databricks",
"unity-catalog",
)

0 comments on commit bfd5a53

Please sign in to comment.