Skip to content

Commit

Permalink
Update src/datahub/metadata folder
Browse files Browse the repository at this point in the history
  • Loading branch information
maiarareinaldo committed Aug 22, 2023
1 parent 7d4b2e9 commit cc1d460
Show file tree
Hide file tree
Showing 6 changed files with 686 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# pylint: skip-file
# fmt: off
from .....schema_classes import AccessClass
from .....schema_classes import AccessLevelClass
from .....schema_classes import AuditStampClass
from .....schema_classes import BrowsePathEntryClass
Expand Down Expand Up @@ -40,6 +41,7 @@
from .....schema_classes import OwnershipSourceClass
from .....schema_classes import OwnershipSourceTypeClass
from .....schema_classes import OwnershipTypeClass
from .....schema_classes import RoleAssociationClass
from .....schema_classes import SiblingsClass
from .....schema_classes import StatusClass
from .....schema_classes import SubTypesClass
Expand All @@ -49,6 +51,7 @@
from .....schema_classes import WindowDurationClass


Access = AccessClass
AccessLevel = AccessLevelClass
AuditStamp = AuditStampClass
BrowsePathEntry = BrowsePathEntryClass
Expand Down Expand Up @@ -84,6 +87,7 @@
OwnershipSource = OwnershipSourceClass
OwnershipSourceType = OwnershipSourceTypeClass
OwnershipType = OwnershipTypeClass
RoleAssociation = RoleAssociationClass
Siblings = SiblingsClass
Status = StatusClass
SubTypes = SubTypesClass
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
from ......schema_classes import OwnershipTypeKeyClass
from ......schema_classes import PostKeyClass
from ......schema_classes import QueryKeyClass
from ......schema_classes import RoleKeyClass
from ......schema_classes import SchemaFieldKeyClass
from ......schema_classes import TagKeyClass
from ......schema_classes import TelemetryKeyClass
Expand Down Expand Up @@ -87,6 +88,7 @@
OwnershipTypeKey = OwnershipTypeKeyClass
PostKey = PostKeyClass
QueryKey = QueryKeyClass
RoleKey = RoleKeyClass
SchemaFieldKey = SchemaFieldKeyClass
TagKey = TagKeyClass
TelemetryKey = TelemetryKeyClass
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# flake8: noqa

# This file is autogenerated by /metadata-ingestion/scripts/avro_codegen.py
# Do not modify manually!

# pylint: skip-file
# fmt: off
from .....schema_classes import ActorsClass
from .....schema_classes import RolePropertiesClass
from .....schema_classes import RoleUserClass


Actors = ActorsClass
RoleProperties = RolePropertiesClass
RoleUser = RoleUserClass

# fmt: on
Loading

0 comments on commit cc1d460

Please sign in to comment.