Skip to content

Commit

Permalink
docs: Update documentation to resolve #1347.
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss authored and rtyler committed Jul 13, 2023
1 parent 155be62 commit 0da6be8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions python/deltalake/data_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
class DataCatalog(Enum):
"""List of the Data Catalogs"""

AWS = "glue" # AWS Glue Data Catalog
UNITY = "unity" # Databricks Unity Catalog
AWS = "glue"
"""
Refers to the
`AWS Glue Data Catalog <https://docs.aws.amazon.com/glue/latest/dg/catalog-and-crawler.html>`_
"""

UNITY = "unity"
"""
Refers to the
`Databricks Unity Catalog <https://docs.databricks.com/data-governance/unity-catalog/index.html>`_
"""

0 comments on commit 0da6be8

Please sign in to comment.