acryl-datahub 1.0.0.2rc4__py3-none-any.whl → 1.0.0.2rc5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of acryl-datahub might be problematic. Click here for more details.
- {acryl_datahub-1.0.0.2rc4.dist-info → acryl_datahub-1.0.0.2rc5.dist-info}/METADATA +2423 -2423
- {acryl_datahub-1.0.0.2rc4.dist-info → acryl_datahub-1.0.0.2rc5.dist-info}/RECORD +22 -20
- datahub/_version.py +1 -1
- datahub/ingestion/source/hex/query_fetcher.py +4 -1
- datahub/ingestion/source/sql/stored_procedures/base.py +12 -1
- datahub/metadata/_schema_classes.py +47 -2
- datahub/metadata/_urns/urn_defs.py +56 -0
- datahub/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py +2 -0
- datahub/metadata/schema.avsc +121 -85
- datahub/metadata/schemas/DataHubOpenAPISchemaKey.avsc +22 -0
- datahub/metadata/schemas/DataTransformLogic.avsc +4 -2
- datahub/metadata/schemas/FormInfo.avsc +5 -0
- datahub/metadata/schemas/MLModelDeploymentProperties.avsc +3 -0
- datahub/metadata/schemas/MetadataChangeEvent.avsc +6 -0
- datahub/metadata/schemas/MetadataChangeLog.avsc +3 -0
- datahub/metadata/schemas/MetadataChangeProposal.avsc +3 -0
- datahub/metadata/schemas/QueryProperties.avsc +4 -2
- datahub/metadata/schemas/SystemMetadata.avsc +86 -0
- {acryl_datahub-1.0.0.2rc4.dist-info → acryl_datahub-1.0.0.2rc5.dist-info}/WHEEL +0 -0
- {acryl_datahub-1.0.0.2rc4.dist-info → acryl_datahub-1.0.0.2rc5.dist-info}/entry_points.txt +0 -0
- {acryl_datahub-1.0.0.2rc4.dist-info → acryl_datahub-1.0.0.2rc5.dist-info}/licenses/LICENSE +0 -0
- {acryl_datahub-1.0.0.2rc4.dist-info → acryl_datahub-1.0.0.2rc5.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
acryl_datahub-1.0.0.
|
|
1
|
+
acryl_datahub-1.0.0.2rc5.dist-info/licenses/LICENSE,sha256=9xNHpsD0uYF5ONzXsKDCuHHB-xbiCrSbueWXqrTNsxk,11365
|
|
2
2
|
datahub/__init__.py,sha256=aq_i5lVREmoLfYIqcx_pEQicO855YlhD19tWc1eZZNI,59
|
|
3
3
|
datahub/__main__.py,sha256=pegIvQ9hzK7IhqVeUi1MeADSZ2QlP-D3K0OQdEg55RU,106
|
|
4
|
-
datahub/_version.py,sha256=
|
|
4
|
+
datahub/_version.py,sha256=TEFaI0SngUMeKPXQwQz9bnZDzmSywu7Y6e6m6k--k00,323
|
|
5
5
|
datahub/entrypoints.py,sha256=2TYgHhs3sCxJlojIHjqfxzt3_ImPwPzq4vBtsUuMqu4,8885
|
|
6
6
|
datahub/errors.py,sha256=BzKdcmYseHOt36zfjJXc17WNutFhp9Y23cU_L6cIkxc,612
|
|
7
7
|
datahub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -332,7 +332,7 @@ datahub/ingestion/source/hex/constants.py,sha256=8hUTMWyG5keTNfXoLu_Dh413Hw_mGGJ
|
|
|
332
332
|
datahub/ingestion/source/hex/hex.py,sha256=PIRl8fPkKtlHV7cqR4H8RKVYdTLgEFXHFzc3QAqJLhE,12733
|
|
333
333
|
datahub/ingestion/source/hex/mapper.py,sha256=N3mTlEcrOmhv9ia1dnHGFgFJD2ddyTtU3H5IUbb-UxU,13344
|
|
334
334
|
datahub/ingestion/source/hex/model.py,sha256=S9bUhfFcjzuio2dBS6HzSyRVPiSJvRvMQ0qyVrjV5-E,1766
|
|
335
|
-
datahub/ingestion/source/hex/query_fetcher.py,sha256=
|
|
335
|
+
datahub/ingestion/source/hex/query_fetcher.py,sha256=ZaRrja05mK0VlIvpsFi-8-EBoJr0GSLbUxBUjycibIU,12505
|
|
336
336
|
datahub/ingestion/source/iceberg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
337
337
|
datahub/ingestion/source/iceberg/iceberg.py,sha256=s69XzCGD5oV_hqTyvzCt5eLKZVEzVIJo_DiAEDk3p6A,34759
|
|
338
338
|
datahub/ingestion/source/iceberg/iceberg_common.py,sha256=VGosqYPmn_j6GETSnDHZ8Ay1BVOedmx2x5LHxw16I3A,12278
|
|
@@ -496,7 +496,7 @@ datahub/ingestion/source/sql/mssql/__init__.py,sha256=1agpl8S_uDW40olkhCX_W19dbr
|
|
|
496
496
|
datahub/ingestion/source/sql/mssql/job_models.py,sha256=nAo3rciu-w2-dXCz6_ekDEbGMEjCMEfh8WvSfXoF2l0,9359
|
|
497
497
|
datahub/ingestion/source/sql/mssql/source.py,sha256=Er0uTAsEOzLg2KVddf22pOdzEAwkOjNdqYCPxeCiHdA,32755
|
|
498
498
|
datahub/ingestion/source/sql/stored_procedures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
499
|
-
datahub/ingestion/source/sql/stored_procedures/base.py,sha256=
|
|
499
|
+
datahub/ingestion/source/sql/stored_procedures/base.py,sha256=n0l5OaTuW-m3TRvkxs3TqvgMeWF6BagzW3tjyWUcC1A,8631
|
|
500
500
|
datahub/ingestion/source/sql/stored_procedures/lineage.py,sha256=9kBoq4JLa4-I3TMAYwChXp76Kag8YBUEIAkaQMplIkY,1844
|
|
501
501
|
datahub/ingestion/source/state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
502
502
|
datahub/ingestion/source/state/checkpoint.py,sha256=-fTUZKkY4nHTFqSWZ0jJkkdIu_tWlOjRNhm4FTr4ul4,8860
|
|
@@ -592,12 +592,12 @@ datahub/lite/lite_registry.py,sha256=bpH0kasP-LtwwUFNA2QsOIehfekAYfJtN-AkQLmSWnw
|
|
|
592
592
|
datahub/lite/lite_server.py,sha256=p9Oa2nNs65mqcssSIVOr7VOzWqfVstz6ZQEdT4f82S0,1949
|
|
593
593
|
datahub/lite/lite_util.py,sha256=G0LQHKkyEb1pc_q183g6hflShclGx7kikgMaOxtVVcs,4545
|
|
594
594
|
datahub/metadata/__init__.py,sha256=AjhXPjI6cnpdcrBRrE5gOWo15vv2TTl2ctU4UAnUN7A,238
|
|
595
|
-
datahub/metadata/_schema_classes.py,sha256=
|
|
596
|
-
datahub/metadata/schema.avsc,sha256=
|
|
595
|
+
datahub/metadata/_schema_classes.py,sha256=n8NwTeBKsnQdtNCMG85LDc6mPgDT5JGUbsgg9KcNj18,1012635
|
|
596
|
+
datahub/metadata/schema.avsc,sha256=ckv1TFKtvz0eGTSqL2qijL4eqfTuQYMIj91pO0vbc2M,753114
|
|
597
597
|
datahub/metadata/schema_classes.py,sha256=X5Jl5EaSxyHdXOQv14pJ5WkQALun4MRpJ4q12wVFE18,1299
|
|
598
598
|
datahub/metadata/urns.py,sha256=nfrCTExR-k2P9w272WVtWSN3xW1VUJngPwP3xnvULjU,1217
|
|
599
599
|
datahub/metadata/_urns/__init__.py,sha256=cOF3GHMDgPhmbLKbN02NPpuLGHSu0qNgQyBRv08eqF0,243
|
|
600
|
-
datahub/metadata/_urns/urn_defs.py,sha256=
|
|
600
|
+
datahub/metadata/_urns/urn_defs.py,sha256=SCNCcJBVZjQd2LE98oMyAA8Lg30Umc6mExPdzAKBhgs,136344
|
|
601
601
|
datahub/metadata/com/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
602
602
|
datahub/metadata/com/linkedin/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
603
603
|
datahub/metadata/com/linkedin/events/__init__.py,sha256=s_dR0plZF-rOxxIbE8ojekJqwiHzl2WYR-Z3kW6kKS0,298
|
|
@@ -639,7 +639,7 @@ datahub/metadata/com/linkedin/pegasus2avro/identity/__init__.py,sha256=1U583fdMT
|
|
|
639
639
|
datahub/metadata/com/linkedin/pegasus2avro/incident/__init__.py,sha256=LfB7ytT1uuGl5Y8oeU6ILCpSGsGmUKgCjsHphn7AThg,916
|
|
640
640
|
datahub/metadata/com/linkedin/pegasus2avro/ingestion/__init__.py,sha256=1bfG2naq4iS_pwU4J-BVer_gfL0hDbJbnH0gh1MPNgA,871
|
|
641
641
|
datahub/metadata/com/linkedin/pegasus2avro/metadata/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
642
|
-
datahub/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py,sha256=
|
|
642
|
+
datahub/metadata/com/linkedin/pegasus2avro/metadata/key/__init__.py,sha256=bvCD3zLtdgAtLT6ZpjeBQ8-QglBL9fGBPW89whWGNwM,4929
|
|
643
643
|
datahub/metadata/com/linkedin/pegasus2avro/metadata/query/__init__.py,sha256=gsAIuTxzfJdI7a9ybZlgMIHMAYksM1SxGxXjtySgKSc,202
|
|
644
644
|
datahub/metadata/com/linkedin/pegasus2avro/metadata/query/filter/__init__.py,sha256=DBP_QtxkFmC5q_kuk4dGjb4uOKbB4xKgqTWXGxmNbBQ,532
|
|
645
645
|
datahub/metadata/com/linkedin/pegasus2avro/metadata/snapshot/__init__.py,sha256=OPboF8SV11wGnjvWQB-rxtB0otMdCsE7Tcy7xkOUgz8,2358
|
|
@@ -717,6 +717,7 @@ datahub/metadata/schemas/DataHubConnectionDetails.avsc,sha256=IvZj6OA7HRvy-ZIIn0
|
|
|
717
717
|
datahub/metadata/schemas/DataHubConnectionKey.avsc,sha256=VwbamVFoEdp6epz1lJm_UShBl6ksBxoA7jAYuPI5u3M,522
|
|
718
718
|
datahub/metadata/schemas/DataHubIngestionSourceInfo.avsc,sha256=4wac7sluRIq-0ZjODE5SmuVKuQeW8ajLJNRpqEBRyio,4601
|
|
719
719
|
datahub/metadata/schemas/DataHubIngestionSourceKey.avsc,sha256=CSmoOx_Eqa1-he5dRaVOUQWIv1l2e2lraEPIixKK-lo,526
|
|
720
|
+
datahub/metadata/schemas/DataHubOpenAPISchemaKey.avsc,sha256=q6ZyMoxInwmrkrXkUgMe-i-WZzAxbjcvJ-EI99SnEp8,599
|
|
720
721
|
datahub/metadata/schemas/DataHubPersonaInfo.avsc,sha256=OUvbTgPQsBtzkDDb9pxHXpQ6A7dkL77ZnCXZ-MLEG14,227
|
|
721
722
|
datahub/metadata/schemas/DataHubPersonaKey.avsc,sha256=ddj-DhXa0_YMdLaGkKLLSklfIeDRvSwPXu8o__YEXUE,448
|
|
722
723
|
datahub/metadata/schemas/DataHubPolicyInfo.avsc,sha256=mK8tvgX4hDYuck2R6EihKSYzo6s8hNvvA_hgTOgMrFc,9397
|
|
@@ -752,7 +753,7 @@ datahub/metadata/schemas/DataProcessInstanceRunEvent.avsc,sha256=zwTYULEnpMbqwkL
|
|
|
752
753
|
datahub/metadata/schemas/DataProcessKey.avsc,sha256=sQzsBZAAIJwwZcDrEU3d4G50qlGwrISC1Tqgb9BLq2Y,2258
|
|
753
754
|
datahub/metadata/schemas/DataProductKey.avsc,sha256=5az_f7g0F0oMwWTI4OyEJn47PKQWNVC6OnMZPs9P4Oo,639
|
|
754
755
|
datahub/metadata/schemas/DataProductProperties.avsc,sha256=nYEK6JgpTprU0iZaqWLZsBGYJLkh6HCi1qCu-wbYhvM,6925
|
|
755
|
-
datahub/metadata/schemas/DataTransformLogic.avsc,sha256=
|
|
756
|
+
datahub/metadata/schemas/DataTransformLogic.avsc,sha256=nHTH6UzJ2Zz88N2aWa96hawLUR20HP7eSynfPtI1kzg,2111
|
|
756
757
|
datahub/metadata/schemas/DataTypeInfo.avsc,sha256=MCjzal71P8uIXZg161LrU8rZTJocZeizK-YxYA0Det0,704
|
|
757
758
|
datahub/metadata/schemas/DataTypeKey.avsc,sha256=Gs5uc_azwg10e36ZbwDTFQMevr0IfiFvJoEGHRzEilw,546
|
|
758
759
|
datahub/metadata/schemas/DatahubIngestionCheckpoint.avsc,sha256=m2Zyrx3ZWDc5gHuwbmBSRJ3JN4NFkpUhDEKM2Yeuqrw,5681
|
|
@@ -797,7 +798,7 @@ datahub/metadata/schemas/ExecutionRequestKey.avsc,sha256=SvjnlTAGYsSnvVE0rZ9-7UP
|
|
|
797
798
|
datahub/metadata/schemas/ExecutionRequestResult.avsc,sha256=kg3xMNr9kYLPnFsV-iqcGm1sh1muQVGJvxUt15L1yKo,2333
|
|
798
799
|
datahub/metadata/schemas/ExecutionRequestSignal.avsc,sha256=dsIUa6tfVSXqYOgh4cW6_Hzi8RjHuJJoO-mBAuZukpA,2515
|
|
799
800
|
datahub/metadata/schemas/Filter.avsc,sha256=PU-aGkc2-sI3ZXY7ci-Y0A7zp1jux3VW_6c8MJRAokg,5933
|
|
800
|
-
datahub/metadata/schemas/FormInfo.avsc,sha256=
|
|
801
|
+
datahub/metadata/schemas/FormInfo.avsc,sha256=tlNI-m6uWJ46yF6Ls6Q_DOEZM2bQgXTd4bSeH30N9MA,6438
|
|
801
802
|
datahub/metadata/schemas/FormKey.avsc,sha256=1-wE28B8T3WJ3JtexreNtFvP3To3n7U-jvYudCuSM9o,437
|
|
802
803
|
datahub/metadata/schemas/Forms.avsc,sha256=shmkhRoHN2gTaTsqGrGDRoNwe_z-nrFbbLjH9MtVDCs,10955
|
|
803
804
|
datahub/metadata/schemas/GlobalSettingsInfo.avsc,sha256=OVMM6FwhHhufHkezYcVePK0zI2llzFYLVFJhmAiHoiI,10102
|
|
@@ -828,7 +829,7 @@ datahub/metadata/schemas/MLFeatureTableProperties.avsc,sha256=BtrqcsxoQXObPZXSGR
|
|
|
828
829
|
datahub/metadata/schemas/MLHyperParam.avsc,sha256=dE6i5r6LTYMNrQe9yy-jKoP09GOJUf__1bO69ldpydc,833
|
|
829
830
|
datahub/metadata/schemas/MLMetric.avsc,sha256=y8WPVVwjhu3YGtqpFFJYNYK8w778RRL_d2sHG1Dc7uM,804
|
|
830
831
|
datahub/metadata/schemas/MLModelDeploymentKey.avsc,sha256=vt04jFF_ZHSvWhqLoxC8C_KspiRLkvNNIXJI0aKPF1Q,2425
|
|
831
|
-
datahub/metadata/schemas/MLModelDeploymentProperties.avsc,sha256=
|
|
832
|
+
datahub/metadata/schemas/MLModelDeploymentProperties.avsc,sha256=7IlGrMmX8nfgezvaZyrXskCTCRlwvRzGOYUOpFV3r6Y,5480
|
|
832
833
|
datahub/metadata/schemas/MLModelFactorPrompts.avsc,sha256=8kX-P4F4mVLFT980z3MwIautt1_6uA-c_Z87nYNDK-k,2712
|
|
833
834
|
datahub/metadata/schemas/MLModelGroupKey.avsc,sha256=3LoMWejMfCwdoqz3PFinRbY1_Yy4Kypw7pwg3tL42Jg,2497
|
|
834
835
|
datahub/metadata/schemas/MLModelGroupProperties.avsc,sha256=AZ5Pohk3_pCctQ4hcE1UOURQFYHQne0dw_lRUpOu5WY,6924
|
|
@@ -837,9 +838,9 @@ datahub/metadata/schemas/MLModelProperties.avsc,sha256=hDCBHxGe-cmCBeU1k0ANuQlKj
|
|
|
837
838
|
datahub/metadata/schemas/MLPrimaryKeyKey.avsc,sha256=Kq2Q9WxZ6nQ8wR4P6wpPCI-J7FwXQyoa10s6BvXtkm8,1110
|
|
838
839
|
datahub/metadata/schemas/MLPrimaryKeyProperties.avsc,sha256=URIuOpS93RVk8MZVcbZ-dmTwu_cN3KSOKxSR8fm-eTo,6744
|
|
839
840
|
datahub/metadata/schemas/MLTrainingRunProperties.avsc,sha256=WGgj0MuQrGD4UgvyHCJHzTnHja2LlJTOr1gLu8SySj0,4269
|
|
840
|
-
datahub/metadata/schemas/MetadataChangeEvent.avsc,sha256=
|
|
841
|
-
datahub/metadata/schemas/MetadataChangeLog.avsc,sha256=
|
|
842
|
-
datahub/metadata/schemas/MetadataChangeProposal.avsc,sha256=
|
|
841
|
+
datahub/metadata/schemas/MetadataChangeEvent.avsc,sha256=OiEGLnlNxypkw2pyupuRj88k5Bkl0hLoiBQ3bODXQjc,375776
|
|
842
|
+
datahub/metadata/schemas/MetadataChangeLog.avsc,sha256=Cf5eECeShCA_XHFr2MRhRQpPE61F6Xv-z1jjoBLJLgc,12239
|
|
843
|
+
datahub/metadata/schemas/MetadataChangeProposal.avsc,sha256=tvO5cGIqZAIvUbMon1RAKgSY4E0jvBqT5VmLWAuNGkY,9770
|
|
843
844
|
datahub/metadata/schemas/Metrics.avsc,sha256=O7DJGjOwmHbb1x_Zj7AuM_HaHKjBvkfJKfUsX8icXD4,690
|
|
844
845
|
datahub/metadata/schemas/NativeGroupMembership.avsc,sha256=9mh9tzyj3ErmTIhX7ERRUm78j1QtGwXUl9UuIXPndBg,588
|
|
845
846
|
datahub/metadata/schemas/NotebookContent.avsc,sha256=ck3yDt0qK5Hn3-mWTNLlYnohXCs6kMUUWPXm7o1JEWE,12496
|
|
@@ -858,7 +859,7 @@ datahub/metadata/schemas/PostInfo.avsc,sha256=CxL1Z-6jWO-xQ7mei5dwAFe_U7sfkQrkSB
|
|
|
858
859
|
datahub/metadata/schemas/PostKey.avsc,sha256=MEA-S-RonGrsrpwYEejR6CXRka2DcqP7S7qvO5JgEFU,475
|
|
859
860
|
datahub/metadata/schemas/QuantitativeAnalyses.avsc,sha256=XrGYVoGUh7ZRjAbMORSiqF5Zl4a0IbYDPiQuSJhABZM,960
|
|
860
861
|
datahub/metadata/schemas/QueryKey.avsc,sha256=VI4oIHvAO7f0lN_7V3QVuBfHcPz31c57XtW6IrlDfxc,518
|
|
861
|
-
datahub/metadata/schemas/QueryProperties.avsc,sha256=
|
|
862
|
+
datahub/metadata/schemas/QueryProperties.avsc,sha256=26Q3zzuzJbUCUG7IJ3q_OEdcNbyzloZzDJWPbv3GQAk,5589
|
|
862
863
|
datahub/metadata/schemas/QuerySubjects.avsc,sha256=WbnUGiOBdc1Ypn4P_R5gCfPH-wNHJUIk7YeyJ2NiOZQ,1747
|
|
863
864
|
datahub/metadata/schemas/QueryUsageStatistics.avsc,sha256=z1gfAnXdBoPEeERi5RESjrdBuS6AcIdqdN5JqWOSuNo,6192
|
|
864
865
|
datahub/metadata/schemas/RoleKey.avsc,sha256=Uas5jFViSHXhFqq8D4P6-UXqywOth3coztjQ5wA7wL0,449
|
|
@@ -877,6 +878,7 @@ datahub/metadata/schemas/StructuredPropertyDefinition.avsc,sha256=a-6TaOQ4A7LDFL
|
|
|
877
878
|
datahub/metadata/schemas/StructuredPropertyKey.avsc,sha256=lp7tQBgeriEU1YMQ6a4-6aUGSWDqNl00lLDym97j1yI,618
|
|
878
879
|
datahub/metadata/schemas/StructuredPropertySettings.avsc,sha256=EDNlXfT1TqogfulCanIc-nuYO9ZxRFOGzD9tl3ZJdB8,3732
|
|
879
880
|
datahub/metadata/schemas/SubTypes.avsc,sha256=bhXbzK020zDyQno97Xp05vmoMeZ82IGu2jz7pWDo3RQ,655
|
|
881
|
+
datahub/metadata/schemas/SystemMetadata.avsc,sha256=wDVdpa9LSAlMzHIiWw-fMLHTCrxcJdnDOY_n5CDNTN8,2068
|
|
880
882
|
datahub/metadata/schemas/TagKey.avsc,sha256=BfckMlx-wg_LV1_PFVgItfNBPtCQ8_erGeQM4LzOXmY,640
|
|
881
883
|
datahub/metadata/schemas/TagProperties.avsc,sha256=Qzttxd7BB38JUwwl7tZzIV1Warnh-uQO-Ahw9Sd-vH4,883
|
|
882
884
|
datahub/metadata/schemas/TelemetryClientId.avsc,sha256=GScej0kXFZxoBUcRVrVynzArFSYQpO_dnhY5Po5dlx0,408
|
|
@@ -1043,8 +1045,8 @@ datahub_provider/operators/datahub_assertion_operator.py,sha256=uvTQ-jk2F0sbqqxp
|
|
|
1043
1045
|
datahub_provider/operators/datahub_assertion_sensor.py,sha256=lCBj_3x1cf5GMNpHdfkpHuyHfVxsm6ff5x2Z5iizcAo,140
|
|
1044
1046
|
datahub_provider/operators/datahub_operation_operator.py,sha256=aevDp2FzX7FxGlXrR0khoHNbxbhKR2qPEX5e8O2Jyzw,174
|
|
1045
1047
|
datahub_provider/operators/datahub_operation_sensor.py,sha256=8fcdVBCEPgqy1etTXgLoiHoJrRt_nzFZQMdSzHqSG7M,168
|
|
1046
|
-
acryl_datahub-1.0.0.
|
|
1047
|
-
acryl_datahub-1.0.0.
|
|
1048
|
-
acryl_datahub-1.0.0.
|
|
1049
|
-
acryl_datahub-1.0.0.
|
|
1050
|
-
acryl_datahub-1.0.0.
|
|
1048
|
+
acryl_datahub-1.0.0.2rc5.dist-info/METADATA,sha256=urp7GO85YeQHY_-wuzs6YWZ6xzfGkunfiD-r-e7CvfY,176853
|
|
1049
|
+
acryl_datahub-1.0.0.2rc5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
1050
|
+
acryl_datahub-1.0.0.2rc5.dist-info/entry_points.txt,sha256=o3mDeJXSKhsy7XLkuogihraiabBdLn9HaizYXPrxmk0,9710
|
|
1051
|
+
acryl_datahub-1.0.0.2rc5.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
|
|
1052
|
+
acryl_datahub-1.0.0.2rc5.dist-info/RECORD,,
|
datahub/_version.py
CHANGED
|
@@ -18,7 +18,8 @@ from datahub.utilities.time import datetime_to_ts_millis
|
|
|
18
18
|
logger = logging.getLogger(__name__)
|
|
19
19
|
|
|
20
20
|
# Pattern to extract both project_id and workspace_name from Hex metadata in SQL comments
|
|
21
|
-
|
|
21
|
+
# Only match metadata with "context": "SCHEDULED_RUN" to filter out non-scheduled runs
|
|
22
|
+
HEX_METADATA_PATTERN = r'-- Hex query metadata: \{.*?"context": "SCHEDULED_RUN".*?"project_id": "([^"]+)".*?"project_url": "https?://[^/]+/([^/]+)/hex/.*?\}'
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
@dataclass
|
|
@@ -39,6 +40,7 @@ class HexQueryFetcherReport(SourceReport):
|
|
|
39
40
|
fetched_query_objects: int = 0
|
|
40
41
|
filtered_out_queries_missing_metadata: int = 0
|
|
41
42
|
filtered_out_queries_different_workspace: int = 0
|
|
43
|
+
filtered_out_queries_no_match: int = 0
|
|
42
44
|
filtered_out_queries_no_subjects: int = 0
|
|
43
45
|
total_queries: int = 0
|
|
44
46
|
total_dataset_subjects: int = 0
|
|
@@ -210,6 +212,7 @@ class HexQueryFetcher:
|
|
|
210
212
|
match = re.search(HEX_METADATA_PATTERN, sql_statement)
|
|
211
213
|
|
|
212
214
|
if not match:
|
|
215
|
+
self.report.filtered_out_queries_no_match += 1
|
|
213
216
|
return None
|
|
214
217
|
|
|
215
218
|
try:
|
|
@@ -26,6 +26,7 @@ from datahub.metadata.schema_classes import (
|
|
|
26
26
|
DataPlatformInstanceClass,
|
|
27
27
|
DataTransformClass,
|
|
28
28
|
DataTransformLogicClass,
|
|
29
|
+
QueryLanguageClass,
|
|
29
30
|
QueryStatementClass,
|
|
30
31
|
SubTypesClass,
|
|
31
32
|
)
|
|
@@ -176,7 +177,17 @@ def _generate_job_workunits(
|
|
|
176
177
|
DataTransformClass(
|
|
177
178
|
queryStatement=QueryStatementClass(
|
|
178
179
|
value=procedure.procedure_definition,
|
|
179
|
-
language=
|
|
180
|
+
language=(
|
|
181
|
+
QueryLanguageClass.SQL
|
|
182
|
+
if procedure.language == "SQL"
|
|
183
|
+
# The language field uses a pretty limited enum.
|
|
184
|
+
# The "UNKNOWN" enum value is pretty new, so we don't want to
|
|
185
|
+
# emit it until it has broader server-side support. As a
|
|
186
|
+
# short-term solution, we map all languages to "SQL".
|
|
187
|
+
# TODO: Once we've released server 1.1.0, we should change
|
|
188
|
+
# this to be "UNKNOWN" for all languages except "SQL".
|
|
189
|
+
else QueryLanguageClass.SQL
|
|
190
|
+
),
|
|
180
191
|
),
|
|
181
192
|
)
|
|
182
193
|
]
|
|
@@ -15442,6 +15442,35 @@ class DataHubIngestionSourceKeyClass(_Aspect):
|
|
|
15442
15442
|
self._inner_dict['id'] = value
|
|
15443
15443
|
|
|
15444
15444
|
|
|
15445
|
+
class DataHubOpenAPISchemaKeyClass(_Aspect):
|
|
15446
|
+
"""Key for a Query"""
|
|
15447
|
+
|
|
15448
|
+
|
|
15449
|
+
ASPECT_NAME = 'dataHubOpenAPISchemaKey'
|
|
15450
|
+
ASPECT_INFO = {'keyForEntity': 'dataHubOpenAPISchema', 'entityCategory': 'internal', 'entityAspects': ['systemMetadata'], 'entityDoc': 'Contains aspects which are used in OpenAPI requests/responses which are not otherwise present in the data model.'}
|
|
15451
|
+
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.metadata.key.DataHubOpenAPISchemaKey")
|
|
15452
|
+
|
|
15453
|
+
def __init__(self,
|
|
15454
|
+
id: str,
|
|
15455
|
+
):
|
|
15456
|
+
super().__init__()
|
|
15457
|
+
|
|
15458
|
+
self.id = id
|
|
15459
|
+
|
|
15460
|
+
def _restore_defaults(self) -> None:
|
|
15461
|
+
self.id = str()
|
|
15462
|
+
|
|
15463
|
+
|
|
15464
|
+
@property
|
|
15465
|
+
def id(self) -> str:
|
|
15466
|
+
"""A unique id for the DataHub OpenAPI schema."""
|
|
15467
|
+
return self._inner_dict.get('id') # type: ignore
|
|
15468
|
+
|
|
15469
|
+
@id.setter
|
|
15470
|
+
def id(self, value: str) -> None:
|
|
15471
|
+
self._inner_dict['id'] = value
|
|
15472
|
+
|
|
15473
|
+
|
|
15445
15474
|
class DataHubPersonaKeyClass(_Aspect):
|
|
15446
15475
|
"""Key for a persona type"""
|
|
15447
15476
|
|
|
@@ -20128,10 +20157,14 @@ class PlatformEventHeaderClass(DictWrapper):
|
|
|
20128
20157
|
self._inner_dict['timestampMillis'] = value
|
|
20129
20158
|
|
|
20130
20159
|
|
|
20131
|
-
class SystemMetadataClass(
|
|
20160
|
+
class SystemMetadataClass(_Aspect):
|
|
20132
20161
|
"""Metadata associated with each metadata change that is processed by the system"""
|
|
20133
|
-
|
|
20162
|
+
|
|
20163
|
+
|
|
20164
|
+
ASPECT_NAME = 'systemMetadata'
|
|
20165
|
+
ASPECT_INFO = {}
|
|
20134
20166
|
RECORD_SCHEMA = get_schema_type("com.linkedin.pegasus2avro.mxe.SystemMetadata")
|
|
20167
|
+
|
|
20135
20168
|
def __init__(self,
|
|
20136
20169
|
lastObserved: Optional[Union[int, None]]=None,
|
|
20137
20170
|
runId: Optional[Union[str, None]]=None,
|
|
@@ -21738,6 +21771,9 @@ class QueryLanguageClass(object):
|
|
|
21738
21771
|
SQL = "SQL"
|
|
21739
21772
|
"""A SQL Query"""
|
|
21740
21773
|
|
|
21774
|
+
UNKNOWN = "UNKNOWN"
|
|
21775
|
+
"""Unknown query language"""
|
|
21776
|
+
|
|
21741
21777
|
|
|
21742
21778
|
|
|
21743
21779
|
class QueryPropertiesClass(_Aspect):
|
|
@@ -26135,6 +26171,7 @@ __SCHEMA_TYPES = {
|
|
|
26135
26171
|
'com.linkedin.pegasus2avro.metadata.key.DataHubActionKey': DataHubActionKeyClass,
|
|
26136
26172
|
'com.linkedin.pegasus2avro.metadata.key.DataHubConnectionKey': DataHubConnectionKeyClass,
|
|
26137
26173
|
'com.linkedin.pegasus2avro.metadata.key.DataHubIngestionSourceKey': DataHubIngestionSourceKeyClass,
|
|
26174
|
+
'com.linkedin.pegasus2avro.metadata.key.DataHubOpenAPISchemaKey': DataHubOpenAPISchemaKeyClass,
|
|
26138
26175
|
'com.linkedin.pegasus2avro.metadata.key.DataHubPersonaKey': DataHubPersonaKeyClass,
|
|
26139
26176
|
'com.linkedin.pegasus2avro.metadata.key.DataHubPolicyKey': DataHubPolicyKeyClass,
|
|
26140
26177
|
'com.linkedin.pegasus2avro.metadata.key.DataHubRetentionKey': DataHubRetentionKeyClass,
|
|
@@ -26620,6 +26657,7 @@ __SCHEMA_TYPES = {
|
|
|
26620
26657
|
'DataHubActionKey': DataHubActionKeyClass,
|
|
26621
26658
|
'DataHubConnectionKey': DataHubConnectionKeyClass,
|
|
26622
26659
|
'DataHubIngestionSourceKey': DataHubIngestionSourceKeyClass,
|
|
26660
|
+
'DataHubOpenAPISchemaKey': DataHubOpenAPISchemaKeyClass,
|
|
26623
26661
|
'DataHubPersonaKey': DataHubPersonaKeyClass,
|
|
26624
26662
|
'DataHubPolicyKey': DataHubPolicyKeyClass,
|
|
26625
26663
|
'DataHubRetentionKey': DataHubRetentionKeyClass,
|
|
@@ -26879,6 +26917,7 @@ ASPECT_CLASSES: List[Type[_Aspect]] = [
|
|
|
26879
26917
|
ContainerClass,
|
|
26880
26918
|
ContainerPropertiesClass,
|
|
26881
26919
|
EditableContainerPropertiesClass,
|
|
26920
|
+
SystemMetadataClass,
|
|
26882
26921
|
DataHubSecretValueClass,
|
|
26883
26922
|
DataHubUpgradeRequestClass,
|
|
26884
26923
|
DataHubUpgradeResultClass,
|
|
@@ -26935,6 +26974,7 @@ ASPECT_CLASSES: List[Type[_Aspect]] = [
|
|
|
26935
26974
|
MLModelKeyClass,
|
|
26936
26975
|
NotebookKeyClass,
|
|
26937
26976
|
RoleKeyClass,
|
|
26977
|
+
DataHubOpenAPISchemaKeyClass,
|
|
26938
26978
|
GlobalSettingsKeyClass,
|
|
26939
26979
|
DatasetKeyClass,
|
|
26940
26980
|
ChartKeyClass,
|
|
@@ -27102,6 +27142,7 @@ class AspectBag(TypedDict, total=False):
|
|
|
27102
27142
|
container: ContainerClass
|
|
27103
27143
|
containerProperties: ContainerPropertiesClass
|
|
27104
27144
|
editableContainerProperties: EditableContainerPropertiesClass
|
|
27145
|
+
systemMetadata: SystemMetadataClass
|
|
27105
27146
|
dataHubSecretValue: DataHubSecretValueClass
|
|
27106
27147
|
dataHubUpgradeRequest: DataHubUpgradeRequestClass
|
|
27107
27148
|
dataHubUpgradeResult: DataHubUpgradeResultClass
|
|
@@ -27158,6 +27199,7 @@ class AspectBag(TypedDict, total=False):
|
|
|
27158
27199
|
mlModelKey: MLModelKeyClass
|
|
27159
27200
|
notebookKey: NotebookKeyClass
|
|
27160
27201
|
roleKey: RoleKeyClass
|
|
27202
|
+
dataHubOpenAPISchemaKey: DataHubOpenAPISchemaKeyClass
|
|
27161
27203
|
globalSettingsKey: GlobalSettingsKeyClass
|
|
27162
27204
|
datasetKey: DatasetKeyClass
|
|
27163
27205
|
chartKey: ChartKeyClass
|
|
@@ -27292,6 +27334,7 @@ KEY_ASPECTS: Dict[str, Type[_Aspect]] = {
|
|
|
27292
27334
|
'mlModel': MLModelKeyClass,
|
|
27293
27335
|
'notebook': NotebookKeyClass,
|
|
27294
27336
|
'role': RoleKeyClass,
|
|
27337
|
+
'dataHubOpenAPISchema': DataHubOpenAPISchemaKeyClass,
|
|
27295
27338
|
'globalSettings': GlobalSettingsKeyClass,
|
|
27296
27339
|
'dataset': DatasetKeyClass,
|
|
27297
27340
|
'chart': ChartKeyClass,
|
|
@@ -27352,6 +27395,7 @@ ENTITY_TYPE_NAMES: List[str] = [
|
|
|
27352
27395
|
'mlModel',
|
|
27353
27396
|
'notebook',
|
|
27354
27397
|
'role',
|
|
27398
|
+
'dataHubOpenAPISchema',
|
|
27355
27399
|
'globalSettings',
|
|
27356
27400
|
'dataset',
|
|
27357
27401
|
'chart',
|
|
@@ -27411,6 +27455,7 @@ EntityTypeName = Literal[
|
|
|
27411
27455
|
'mlModel',
|
|
27412
27456
|
'notebook',
|
|
27413
27457
|
'role',
|
|
27458
|
+
'dataHubOpenAPISchema',
|
|
27414
27459
|
'globalSettings',
|
|
27415
27460
|
'dataset',
|
|
27416
27461
|
'chart',
|
|
@@ -594,6 +594,62 @@ class RoleUrn(_SpecificUrn):
|
|
|
594
594
|
def id(self) -> str:
|
|
595
595
|
return self._entity_ids[0]
|
|
596
596
|
|
|
597
|
+
if TYPE_CHECKING:
|
|
598
|
+
from datahub.metadata.schema_classes import DataHubOpenAPISchemaKeyClass
|
|
599
|
+
|
|
600
|
+
class DataHubOpenAPISchemaUrn(_SpecificUrn):
|
|
601
|
+
ENTITY_TYPE: ClassVar[Literal["dataHubOpenAPISchema"]] = "dataHubOpenAPISchema"
|
|
602
|
+
_URN_PARTS: ClassVar[int] = 1
|
|
603
|
+
|
|
604
|
+
def __init__(self, id: Union["DataHubOpenAPISchemaUrn", str], *, _allow_coercion: bool = True) -> None:
|
|
605
|
+
if _allow_coercion:
|
|
606
|
+
# Field coercion logic (if any is required).
|
|
607
|
+
if isinstance(id, str):
|
|
608
|
+
if id.startswith('urn:li:'):
|
|
609
|
+
try:
|
|
610
|
+
id = DataHubOpenAPISchemaUrn.from_string(id)
|
|
611
|
+
except InvalidUrnError:
|
|
612
|
+
raise InvalidUrnError(f'Expecting a DataHubOpenAPISchemaUrn but got {id}')
|
|
613
|
+
else:
|
|
614
|
+
id = UrnEncoder.encode_string(id)
|
|
615
|
+
|
|
616
|
+
# Validation logic.
|
|
617
|
+
if not id:
|
|
618
|
+
raise InvalidUrnError("DataHubOpenAPISchemaUrn id cannot be empty")
|
|
619
|
+
if isinstance(id, DataHubOpenAPISchemaUrn):
|
|
620
|
+
id = id.id
|
|
621
|
+
elif isinstance(id, Urn):
|
|
622
|
+
raise InvalidUrnError(f'Expecting a DataHubOpenAPISchemaUrn but got {id}')
|
|
623
|
+
if UrnEncoder.contains_reserved_char(id):
|
|
624
|
+
raise InvalidUrnError(f'DataHubOpenAPISchemaUrn id contains reserved characters')
|
|
625
|
+
|
|
626
|
+
super().__init__(self.ENTITY_TYPE, [id])
|
|
627
|
+
|
|
628
|
+
@classmethod
|
|
629
|
+
def _parse_ids(cls, entity_ids: List[str]) -> "DataHubOpenAPISchemaUrn":
|
|
630
|
+
if len(entity_ids) != cls._URN_PARTS:
|
|
631
|
+
raise InvalidUrnError(f"DataHubOpenAPISchemaUrn should have {cls._URN_PARTS} parts, got {len(entity_ids)}: {entity_ids}")
|
|
632
|
+
return cls(id=entity_ids[0], _allow_coercion=False)
|
|
633
|
+
|
|
634
|
+
@classmethod
|
|
635
|
+
def underlying_key_aspect_type(cls) -> Type["DataHubOpenAPISchemaKeyClass"]:
|
|
636
|
+
from datahub.metadata.schema_classes import DataHubOpenAPISchemaKeyClass
|
|
637
|
+
|
|
638
|
+
return DataHubOpenAPISchemaKeyClass
|
|
639
|
+
|
|
640
|
+
def to_key_aspect(self) -> "DataHubOpenAPISchemaKeyClass":
|
|
641
|
+
from datahub.metadata.schema_classes import DataHubOpenAPISchemaKeyClass
|
|
642
|
+
|
|
643
|
+
return DataHubOpenAPISchemaKeyClass(id=self.id)
|
|
644
|
+
|
|
645
|
+
@classmethod
|
|
646
|
+
def from_key_aspect(cls, key_aspect: "DataHubOpenAPISchemaKeyClass") -> "DataHubOpenAPISchemaUrn":
|
|
647
|
+
return cls(id=key_aspect.id)
|
|
648
|
+
|
|
649
|
+
@property
|
|
650
|
+
def id(self) -> str:
|
|
651
|
+
return self._entity_ids[0]
|
|
652
|
+
|
|
597
653
|
if TYPE_CHECKING:
|
|
598
654
|
from datahub.metadata.schema_classes import GlobalSettingsKeyClass
|
|
599
655
|
|
|
@@ -19,6 +19,7 @@ from ......schema_classes import DataHubAccessTokenKeyClass
|
|
|
19
19
|
from ......schema_classes import DataHubActionKeyClass
|
|
20
20
|
from ......schema_classes import DataHubConnectionKeyClass
|
|
21
21
|
from ......schema_classes import DataHubIngestionSourceKeyClass
|
|
22
|
+
from ......schema_classes import DataHubOpenAPISchemaKeyClass
|
|
22
23
|
from ......schema_classes import DataHubPersonaKeyClass
|
|
23
24
|
from ......schema_classes import DataHubPolicyKeyClass
|
|
24
25
|
from ......schema_classes import DataHubRetentionKeyClass
|
|
@@ -72,6 +73,7 @@ DataHubAccessTokenKey = DataHubAccessTokenKeyClass
|
|
|
72
73
|
DataHubActionKey = DataHubActionKeyClass
|
|
73
74
|
DataHubConnectionKey = DataHubConnectionKeyClass
|
|
74
75
|
DataHubIngestionSourceKey = DataHubIngestionSourceKeyClass
|
|
76
|
+
DataHubOpenAPISchemaKey = DataHubOpenAPISchemaKeyClass
|
|
75
77
|
DataHubPersonaKey = DataHubPersonaKeyClass
|
|
76
78
|
DataHubPolicyKey = DataHubPolicyKeyClass
|
|
77
79
|
DataHubRetentionKey = DataHubRetentionKeyClass
|
datahub/metadata/schema.avsc
CHANGED
|
@@ -2343,12 +2343,14 @@
|
|
|
2343
2343
|
"type": {
|
|
2344
2344
|
"type": "enum",
|
|
2345
2345
|
"symbolDocs": {
|
|
2346
|
-
"SQL": "A SQL Query"
|
|
2346
|
+
"SQL": "A SQL Query",
|
|
2347
|
+
"UNKNOWN": "Unknown query language"
|
|
2347
2348
|
},
|
|
2348
2349
|
"name": "QueryLanguage",
|
|
2349
2350
|
"namespace": "com.linkedin.pegasus2avro.query",
|
|
2350
2351
|
"symbols": [
|
|
2351
|
-
"SQL"
|
|
2352
|
+
"SQL",
|
|
2353
|
+
"UNKNOWN"
|
|
2352
2354
|
]
|
|
2353
2355
|
},
|
|
2354
2356
|
"name": "language",
|
|
@@ -2887,6 +2889,11 @@
|
|
|
2887
2889
|
"namespace": "com.linkedin.pegasus2avro.form",
|
|
2888
2890
|
"fields": [
|
|
2889
2891
|
{
|
|
2892
|
+
"Searchable": {
|
|
2893
|
+
"fieldName": "promptId",
|
|
2894
|
+
"fieldType": "KEYWORD",
|
|
2895
|
+
"queryByDefault": false
|
|
2896
|
+
},
|
|
2890
2897
|
"type": "string",
|
|
2891
2898
|
"name": "id",
|
|
2892
2899
|
"doc": "The unique id for this prompt. This must be GLOBALLY unique."
|
|
@@ -4130,6 +4137,92 @@
|
|
|
4130
4137
|
],
|
|
4131
4138
|
"doc": "Editable information about an Asset Container as defined on the DataHub Platform"
|
|
4132
4139
|
},
|
|
4140
|
+
{
|
|
4141
|
+
"type": "record",
|
|
4142
|
+
"Aspect": {
|
|
4143
|
+
"name": "systemMetadata"
|
|
4144
|
+
},
|
|
4145
|
+
"name": "SystemMetadata",
|
|
4146
|
+
"namespace": "com.linkedin.pegasus2avro.mxe",
|
|
4147
|
+
"fields": [
|
|
4148
|
+
{
|
|
4149
|
+
"type": [
|
|
4150
|
+
"long",
|
|
4151
|
+
"null"
|
|
4152
|
+
],
|
|
4153
|
+
"name": "lastObserved",
|
|
4154
|
+
"default": 0,
|
|
4155
|
+
"doc": "The timestamp the metadata was observed at"
|
|
4156
|
+
},
|
|
4157
|
+
{
|
|
4158
|
+
"type": [
|
|
4159
|
+
"string",
|
|
4160
|
+
"null"
|
|
4161
|
+
],
|
|
4162
|
+
"name": "runId",
|
|
4163
|
+
"default": "no-run-id-provided",
|
|
4164
|
+
"doc": "The original run id that produced the metadata. Populated in case of batch-ingestion."
|
|
4165
|
+
},
|
|
4166
|
+
{
|
|
4167
|
+
"type": [
|
|
4168
|
+
"string",
|
|
4169
|
+
"null"
|
|
4170
|
+
],
|
|
4171
|
+
"name": "lastRunId",
|
|
4172
|
+
"default": "no-run-id-provided",
|
|
4173
|
+
"doc": "The last run id that produced the metadata. Populated in case of batch-ingestion."
|
|
4174
|
+
},
|
|
4175
|
+
{
|
|
4176
|
+
"type": [
|
|
4177
|
+
"null",
|
|
4178
|
+
"string"
|
|
4179
|
+
],
|
|
4180
|
+
"name": "pipelineName",
|
|
4181
|
+
"default": null,
|
|
4182
|
+
"doc": "The ingestion pipeline id that produced the metadata. Populated in case of batch ingestion."
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"type": [
|
|
4186
|
+
"null",
|
|
4187
|
+
"string"
|
|
4188
|
+
],
|
|
4189
|
+
"name": "registryName",
|
|
4190
|
+
"default": null,
|
|
4191
|
+
"doc": "The model registry name that was used to process this event"
|
|
4192
|
+
},
|
|
4193
|
+
{
|
|
4194
|
+
"type": [
|
|
4195
|
+
"null",
|
|
4196
|
+
"string"
|
|
4197
|
+
],
|
|
4198
|
+
"name": "registryVersion",
|
|
4199
|
+
"default": null,
|
|
4200
|
+
"doc": "The model registry version that was used to process this event"
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"type": [
|
|
4204
|
+
"null",
|
|
4205
|
+
{
|
|
4206
|
+
"type": "map",
|
|
4207
|
+
"values": "string"
|
|
4208
|
+
}
|
|
4209
|
+
],
|
|
4210
|
+
"name": "properties",
|
|
4211
|
+
"default": null,
|
|
4212
|
+
"doc": "Additional properties"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"type": [
|
|
4216
|
+
"null",
|
|
4217
|
+
"string"
|
|
4218
|
+
],
|
|
4219
|
+
"name": "version",
|
|
4220
|
+
"default": null,
|
|
4221
|
+
"doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
|
|
4222
|
+
}
|
|
4223
|
+
],
|
|
4224
|
+
"doc": "Metadata associated with each metadata change that is processed by the system"
|
|
4225
|
+
},
|
|
4133
4226
|
{
|
|
4134
4227
|
"type": "record",
|
|
4135
4228
|
"name": "PlatformEvent",
|
|
@@ -4369,89 +4462,7 @@
|
|
|
4369
4462
|
{
|
|
4370
4463
|
"type": [
|
|
4371
4464
|
"null",
|
|
4372
|
-
|
|
4373
|
-
"type": "record",
|
|
4374
|
-
"name": "SystemMetadata",
|
|
4375
|
-
"namespace": "com.linkedin.pegasus2avro.mxe",
|
|
4376
|
-
"fields": [
|
|
4377
|
-
{
|
|
4378
|
-
"type": [
|
|
4379
|
-
"long",
|
|
4380
|
-
"null"
|
|
4381
|
-
],
|
|
4382
|
-
"name": "lastObserved",
|
|
4383
|
-
"default": 0,
|
|
4384
|
-
"doc": "The timestamp the metadata was observed at"
|
|
4385
|
-
},
|
|
4386
|
-
{
|
|
4387
|
-
"type": [
|
|
4388
|
-
"string",
|
|
4389
|
-
"null"
|
|
4390
|
-
],
|
|
4391
|
-
"name": "runId",
|
|
4392
|
-
"default": "no-run-id-provided",
|
|
4393
|
-
"doc": "The original run id that produced the metadata. Populated in case of batch-ingestion."
|
|
4394
|
-
},
|
|
4395
|
-
{
|
|
4396
|
-
"type": [
|
|
4397
|
-
"string",
|
|
4398
|
-
"null"
|
|
4399
|
-
],
|
|
4400
|
-
"name": "lastRunId",
|
|
4401
|
-
"default": "no-run-id-provided",
|
|
4402
|
-
"doc": "The last run id that produced the metadata. Populated in case of batch-ingestion."
|
|
4403
|
-
},
|
|
4404
|
-
{
|
|
4405
|
-
"type": [
|
|
4406
|
-
"null",
|
|
4407
|
-
"string"
|
|
4408
|
-
],
|
|
4409
|
-
"name": "pipelineName",
|
|
4410
|
-
"default": null,
|
|
4411
|
-
"doc": "The ingestion pipeline id that produced the metadata. Populated in case of batch ingestion."
|
|
4412
|
-
},
|
|
4413
|
-
{
|
|
4414
|
-
"type": [
|
|
4415
|
-
"null",
|
|
4416
|
-
"string"
|
|
4417
|
-
],
|
|
4418
|
-
"name": "registryName",
|
|
4419
|
-
"default": null,
|
|
4420
|
-
"doc": "The model registry name that was used to process this event"
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"type": [
|
|
4424
|
-
"null",
|
|
4425
|
-
"string"
|
|
4426
|
-
],
|
|
4427
|
-
"name": "registryVersion",
|
|
4428
|
-
"default": null,
|
|
4429
|
-
"doc": "The model registry version that was used to process this event"
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"type": [
|
|
4433
|
-
"null",
|
|
4434
|
-
{
|
|
4435
|
-
"type": "map",
|
|
4436
|
-
"values": "string"
|
|
4437
|
-
}
|
|
4438
|
-
],
|
|
4439
|
-
"name": "properties",
|
|
4440
|
-
"default": null,
|
|
4441
|
-
"doc": "Additional properties"
|
|
4442
|
-
},
|
|
4443
|
-
{
|
|
4444
|
-
"type": [
|
|
4445
|
-
"null",
|
|
4446
|
-
"string"
|
|
4447
|
-
],
|
|
4448
|
-
"name": "version",
|
|
4449
|
-
"default": null,
|
|
4450
|
-
"doc": "Aspect version\n Initial implementation will use the aspect version's number, however stored as\n a string in the case where a different aspect versioning scheme is later adopted."
|
|
4451
|
-
}
|
|
4452
|
-
],
|
|
4453
|
-
"doc": "Metadata associated with each metadata change that is processed by the system"
|
|
4454
|
-
}
|
|
4465
|
+
"com.linkedin.pegasus2avro.mxe.SystemMetadata"
|
|
4455
4466
|
],
|
|
4456
4467
|
"name": "systemMetadata",
|
|
4457
4468
|
"default": null,
|
|
@@ -10156,6 +10167,9 @@
|
|
|
10156
10167
|
"doc": "Version of the MLModelDeployment"
|
|
10157
10168
|
},
|
|
10158
10169
|
{
|
|
10170
|
+
"Searchable": {
|
|
10171
|
+
"fieldName": "deploymentStatus"
|
|
10172
|
+
},
|
|
10159
10173
|
"type": [
|
|
10160
10174
|
"null",
|
|
10161
10175
|
{
|
|
@@ -15705,6 +15719,28 @@
|
|
|
15705
15719
|
],
|
|
15706
15720
|
"doc": "Key for a External AccessManagement"
|
|
15707
15721
|
},
|
|
15722
|
+
{
|
|
15723
|
+
"type": "record",
|
|
15724
|
+
"Aspect": {
|
|
15725
|
+
"name": "dataHubOpenAPISchemaKey",
|
|
15726
|
+
"keyForEntity": "dataHubOpenAPISchema",
|
|
15727
|
+
"entityCategory": "internal",
|
|
15728
|
+
"entityAspects": [
|
|
15729
|
+
"systemMetadata"
|
|
15730
|
+
],
|
|
15731
|
+
"entityDoc": "Contains aspects which are used in OpenAPI requests/responses which are not otherwise present in the data model."
|
|
15732
|
+
},
|
|
15733
|
+
"name": "DataHubOpenAPISchemaKey",
|
|
15734
|
+
"namespace": "com.linkedin.pegasus2avro.metadata.key",
|
|
15735
|
+
"fields": [
|
|
15736
|
+
{
|
|
15737
|
+
"type": "string",
|
|
15738
|
+
"name": "id",
|
|
15739
|
+
"doc": "A unique id for the DataHub OpenAPI schema."
|
|
15740
|
+
}
|
|
15741
|
+
],
|
|
15742
|
+
"doc": "Key for a Query"
|
|
15743
|
+
},
|
|
15708
15744
|
{
|
|
15709
15745
|
"type": "record",
|
|
15710
15746
|
"Aspect": {
|