acryl-datahub 1.2.0.3rc2__py3-none-any.whl → 1.2.0.4rc1__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.

Files changed (32) hide show
  1. {acryl_datahub-1.2.0.3rc2.dist-info → acryl_datahub-1.2.0.4rc1.dist-info}/METADATA +2522 -2522
  2. {acryl_datahub-1.2.0.3rc2.dist-info → acryl_datahub-1.2.0.4rc1.dist-info}/RECORD +32 -32
  3. datahub/_version.py +1 -1
  4. datahub/api/entities/external/external_tag.py +6 -4
  5. datahub/api/entities/external/lake_formation_external_entites.py +50 -49
  6. datahub/api/entities/external/restricted_text.py +107 -182
  7. datahub/api/entities/external/unity_catalog_external_entites.py +51 -52
  8. datahub/ingestion/api/source.py +81 -7
  9. datahub/ingestion/autogenerated/capability_summary.json +47 -19
  10. datahub/ingestion/source/abs/source.py +9 -0
  11. datahub/ingestion/source/aws/glue.py +18 -2
  12. datahub/ingestion/source/aws/tag_entities.py +2 -2
  13. datahub/ingestion/source/datahub/datahub_source.py +8 -1
  14. datahub/ingestion/source/delta_lake/source.py +8 -1
  15. datahub/ingestion/source/dremio/dremio_source.py +19 -2
  16. datahub/ingestion/source/fivetran/fivetran.py +9 -3
  17. datahub/ingestion/source/ge_data_profiler.py +8 -0
  18. datahub/ingestion/source/looker/looker_liquid_tag.py +56 -5
  19. datahub/ingestion/source/mock_data/datahub_mock_data.py +26 -10
  20. datahub/ingestion/source/powerbi/powerbi.py +4 -1
  21. datahub/ingestion/source/redshift/redshift.py +1 -0
  22. datahub/ingestion/source/salesforce.py +8 -0
  23. datahub/ingestion/source/sql/hive_metastore.py +8 -0
  24. datahub/ingestion/source/sql/teradata.py +8 -1
  25. datahub/ingestion/source/sql/trino.py +9 -0
  26. datahub/ingestion/source/unity/tag_entities.py +3 -3
  27. datahub/sdk/entity_client.py +22 -7
  28. datahub/utilities/mapping.py +29 -2
  29. {acryl_datahub-1.2.0.3rc2.dist-info → acryl_datahub-1.2.0.4rc1.dist-info}/WHEEL +0 -0
  30. {acryl_datahub-1.2.0.3rc2.dist-info → acryl_datahub-1.2.0.4rc1.dist-info}/entry_points.txt +0 -0
  31. {acryl_datahub-1.2.0.3rc2.dist-info → acryl_datahub-1.2.0.4rc1.dist-info}/licenses/LICENSE +0 -0
  32. {acryl_datahub-1.2.0.3rc2.dist-info → acryl_datahub-1.2.0.4rc1.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
- acryl_datahub-1.2.0.3rc2.dist-info/licenses/LICENSE,sha256=9xNHpsD0uYF5ONzXsKDCuHHB-xbiCrSbueWXqrTNsxk,11365
1
+ acryl_datahub-1.2.0.4rc1.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=68k6koV9OpoFsqms-Y85vFl7s7-exthVNAueW6OVqNk,323
4
+ datahub/_version.py,sha256=78Li6Mh26aa0gDUQi6d6Xk7WjOV1TKcDS2-Mwtcespc,323
5
5
  datahub/entrypoints.py,sha256=9Qf-37rNnTzbGlx8S75OCDazIclFp6zWNcCEL1zCZto,9015
6
6
  datahub/errors.py,sha256=p5rFAdAGVCk4Lqolol1YvthceadUSwpaCxLXRcyCCFQ,676
7
7
  datahub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -51,10 +51,10 @@ datahub/api/entities/dataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
51
51
  datahub/api/entities/dataset/dataset.py,sha256=r2wHe6MdXKtmvjrpxVBesuurYfvMLCvZKUhlvBk9Zws,50038
52
52
  datahub/api/entities/external/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
53
  datahub/api/entities/external/external_entities.py,sha256=7HRt3Oz2sw_7BDxEVc6W7jK4UqHXLZuo_rGPJ5NdAoE,7727
54
- datahub/api/entities/external/external_tag.py,sha256=LKz4j2KnBvo8xhGLxA9g1DWtHfHUA7WqO2vOIsqwy44,4490
55
- datahub/api/entities/external/lake_formation_external_entites.py,sha256=7tX3oC5O7DoknMDY4TSzjEf6zfzErFWDYD-CrbmItpA,5703
56
- datahub/api/entities/external/restricted_text.py,sha256=IX_HtG0pnPB7mnSkd_9ptlNLJar2Bq2cfwq9CqQ3giE,8643
57
- datahub/api/entities/external/unity_catalog_external_entites.py,sha256=pzLifF6U8NzUz11z5Lhv8VJLHw5D_51wa5CRnYji4ZE,6072
54
+ datahub/api/entities/external/external_tag.py,sha256=Z-wSfu64GMBzDF0AGrkUvabDxU7Xf0NLOsGtAGorvUM,4540
55
+ datahub/api/entities/external/lake_formation_external_entites.py,sha256=QdB7IUQdHqKo9Bnvvobfl8OlXwp1qpWuT1AVJ-ydSWM,5808
56
+ datahub/api/entities/external/restricted_text.py,sha256=whTh0hab7ed_4bioif8K-3OZNl_09cW98jdz7wpDB6s,5536
57
+ datahub/api/entities/external/unity_catalog_external_entites.py,sha256=XiiI_D589OATxyn93ve2BtdFpEq83jMaCBTP3cLtMZI,6090
58
58
  datahub/api/entities/forms/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
59
  datahub/api/entities/forms/forms.py,sha256=B1KnoMmaXwznWdbjltoLq3sH9qj-BpzyC7z7FcwwOM4,15812
60
60
  datahub/api/entities/forms/forms_graphql_constants.py,sha256=DKpnKlMKTjmnyrCTvp63V4LX4THGTAMq3ep8THrSGP4,537
@@ -151,7 +151,7 @@ datahub/ingestion/api/registry.py,sha256=LbdZr89465Lj7ptQRVB4vI1JR1igWABvQFj9-WX
151
151
  datahub/ingestion/api/report.py,sha256=_bP7JPHZyftWnCJwFs6YId21mQ0-2rd406H91lLHW98,16942
152
152
  datahub/ingestion/api/report_helpers.py,sha256=WbUC1kQeaKqIagGV3XzfPmPs7slAT1mfNY4og2BH2A8,994
153
153
  datahub/ingestion/api/sink.py,sha256=GZt48PV56FAhNoma-V5EwwRZvezhb40YH_zprm8_Yo0,4961
154
- datahub/ingestion/api/source.py,sha256=1vZu4oWLS1D8XMV55UjxOkOnMSQjnx0NMwVFFDS065Y,19694
154
+ datahub/ingestion/api/source.py,sha256=uf0fNbiOy0bS_aKFOcNv6NvuZe0LSDIDdNza9hraP7s,21857
155
155
  datahub/ingestion/api/source_helpers.py,sha256=XT9y5HgfVeF52jrX39vlLn1SdXpLVyT2Su8oGNsddYo,21148
156
156
  datahub/ingestion/api/transform.py,sha256=X0GpjMJzYkLuZx8MTWxH50cWGm9rGsnn3k188mmC8J8,582
157
157
  datahub/ingestion/api/workunit.py,sha256=e8n8RfSjHZZm2R4ShNH0UuMtUkMjyqqM2j2t7oL74lo,6327
@@ -159,7 +159,7 @@ datahub/ingestion/api/auto_work_units/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCe
159
159
  datahub/ingestion/api/auto_work_units/auto_dataset_properties_aspect.py,sha256=ID_6N3nWl2qohsSGizUCqo3d2MNyDeVbyWroQpSOSsc,5059
160
160
  datahub/ingestion/api/auto_work_units/auto_ensure_aspect_size.py,sha256=fMjPnyWEofIZV52E2AFYU3IgBJwyZvbygXxCJyEtcWI,4442
161
161
  datahub/ingestion/autogenerated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
162
- datahub/ingestion/autogenerated/capability_summary.json,sha256=8FMQrYx-MP5cEWbEpK2EKRXvFwcINwJPM3VS3dKGR7Y,108569
162
+ datahub/ingestion/autogenerated/capability_summary.json,sha256=CfD0RKd0bOMmNiv8bIF0x78FXaSMVFIIit62T8TR4og,109072
163
163
  datahub/ingestion/autogenerated/lineage.json,sha256=wjaXxrzpo3M9ppc80TKIgCTuCg0jpb-D9MhBsHXaMOY,10004
164
164
  datahub/ingestion/autogenerated/lineage_helper.py,sha256=I_k1pZSCCCjDbUVifPTfy6fkmV8jqdVhbirE8EkpmxI,4748
165
165
  datahub/ingestion/extractor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -211,7 +211,7 @@ datahub/ingestion/source/demo_data.py,sha256=PbtCHlZx3wrKlOPPgkWhDQuPm7ZfIx2neXJ
211
211
  datahub/ingestion/source/elastic_search.py,sha256=2dwIcSbYMaq_RoSnxLGz4Q_20oJ8AGgMKunVIBIgYM8,23406
212
212
  datahub/ingestion/source/feast.py,sha256=rAqT7huVgi4c7iRU9qSbohPbNRrxZVw4PIvnfxNsiUk,18798
213
213
  datahub/ingestion/source/file.py,sha256=sHCWbtrQcXMMYPs_LUqofx0mk6IFN0G7Lyk9b0yRZMI,16082
214
- datahub/ingestion/source/ge_data_profiler.py,sha256=zPh8u-42KUVzCDGYONn7bGtIHMfa4S4gdg60ZsB3Vlc,68448
214
+ datahub/ingestion/source/ge_data_profiler.py,sha256=zG3LR_xjc4bz3WxtURWz-lE0rtHE8VjFmOOaPioGTnw,68755
215
215
  datahub/ingestion/source/ge_profiling_config.py,sha256=sG_0BwPDRG3I4PnhfWGHf9AbePLDWG0kKcKEtlXHTuk,11544
216
216
  datahub/ingestion/source/glue_profiling_config.py,sha256=vpMJH4Lf_qgR32BZy58suabri1yV5geaAPjzg2eORDc,2559
217
217
  datahub/ingestion/source/ldap.py,sha256=PKoA5pVjuIxFfW1TcbYNIWSm7-C7shK2FDn7Zo5mrVM,18705
@@ -225,7 +225,7 @@ datahub/ingestion/source/openapi_parser.py,sha256=T87e2r-oPGgQl_FDMHnSGFZzApvWDC
225
225
  datahub/ingestion/source/preset.py,sha256=fncn-fgYcITsYEHVsvV6cGTQ9_xc_R06ejrw6ZbY3QA,3966
226
226
  datahub/ingestion/source/pulsar.py,sha256=u5F8QnCLJsht5-7XCiUTsnfhCPIpKVB_l32CgMCU-As,20187
227
227
  datahub/ingestion/source/redash.py,sha256=YxjSad-X_wPmxYH8dJmFz_VCFhiLTCTSlK99WdvcYiA,30653
228
- datahub/ingestion/source/salesforce.py,sha256=Pa_w1XszxFd8fyhpSWOfc2nOnevHwwstIvnRrQT4R9M,40584
228
+ datahub/ingestion/source/salesforce.py,sha256=UttN3y4Ylbx_yCFCr-33wUEZFR48nTiYeUfOjGIFj2E,40872
229
229
  datahub/ingestion/source/source_registry.py,sha256=a2mLjJPLkSI-gYCTb_7U7Jo4D8jGknNQ_yScPIihXFk,1208
230
230
  datahub/ingestion/source/sql_queries.py,sha256=9ICUC6tpXpxvtwfK-9lytJzFcLe8MrNlciwy9DIFM-4,13764
231
231
  datahub/ingestion/source/superset.py,sha256=oi7F2jlvkVr9ItJ_r1Jm4bYfXHYu4vPAFPMPaGJKB84,50608
@@ -234,16 +234,16 @@ datahub/ingestion/source/abs/config.py,sha256=mBQe0JTaP-Rcv4HnMUUySoYbSr4r3jDEMi
234
234
  datahub/ingestion/source/abs/datalake_profiler_config.py,sha256=Rkf64evufyVGPiE4VK8QAjzBiJFu85tOGMmJ0lJZ2Og,3600
235
235
  datahub/ingestion/source/abs/profiling.py,sha256=yKNCKpr6w7qpCH-baeSkNE9VjkN6eBot_weD-2_Jxzk,17579
236
236
  datahub/ingestion/source/abs/report.py,sha256=CkRjsNn0Pab-ZPllxz3IUJI_r3x0T6urJePa_hJKi5U,586
237
- datahub/ingestion/source/abs/source.py,sha256=uqMpvHmje3VPJRujW7l3Zmb0t3yFl91remXvznLuMO0,23783
237
+ datahub/ingestion/source/abs/source.py,sha256=z86K5_P_gu8kTytLOAYyQqqD2g14JGSrv1B3g0dUDFs,24070
238
238
  datahub/ingestion/source/apply/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
239
239
  datahub/ingestion/source/apply/datahub_apply.py,sha256=xTD-Iq3UHhxcz61RwNuI2kJjRrnQEfZFSgvS1X6loV4,7703
240
240
  datahub/ingestion/source/aws/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
241
241
  datahub/ingestion/source/aws/aws_common.py,sha256=DN49pHY-AOVHqI3smF9cVPwvPmh5UqOF4ga-wga_gPc,17928
242
- datahub/ingestion/source/aws/glue.py,sha256=CdVqcBDn_YqY__AQaixI_79LllDFDor7RISNUEX0YZA,66710
242
+ datahub/ingestion/source/aws/glue.py,sha256=p5jRzGjzG5BgiZA1b6ayPxn7slpDbHG5iKiB1NVmk1U,67321
243
243
  datahub/ingestion/source/aws/s3_boto_utils.py,sha256=Y54jlLV5gLcuZ4Zs57kIW5dYHD89RSFfsVNlFbRnSkQ,3901
244
244
  datahub/ingestion/source/aws/s3_util.py,sha256=OFypcgmVC6jnZM90-gjcPpAMtTV1lbnreCaMhCzNlzs,2149
245
245
  datahub/ingestion/source/aws/sagemaker.py,sha256=Bl2tkBYnrindgx61VHYgNovUF_Kp_fXNcivQn28vC2w,5254
246
- datahub/ingestion/source/aws/tag_entities.py,sha256=mMA1u2rL4bdL3ZS7DAtkeeiTk1gVIk-Ct3klHE-ppVs,11273
246
+ datahub/ingestion/source/aws/tag_entities.py,sha256=1pCjc-3YC8kQJ5bf4x4iQaamz9jm5V83p2PjKtwi9lo,11283
247
247
  datahub/ingestion/source/aws/sagemaker_processors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
248
248
  datahub/ingestion/source/aws/sagemaker_processors/common.py,sha256=x4ijMxKjZ-oJdqGyTwBp2J50uxYT1ejlVlGs8-vDXMU,2234
249
249
  datahub/ingestion/source/aws/sagemaker_processors/feature_groups.py,sha256=IUwPTSITL-RaO3i3lX_KaDwOGPNMXHf66PPWAcMglWI,10383
@@ -296,7 +296,7 @@ datahub/ingestion/source/datahub/config.py,sha256=bjR1U3F85FbtgqmLDW-f_4dQvuw5As
296
296
  datahub/ingestion/source/datahub/datahub_api_reader.py,sha256=hlKADVEPoTFiRGKqRsMF5mL4fSu_IrIW8Nx7LpEzvkM,2134
297
297
  datahub/ingestion/source/datahub/datahub_database_reader.py,sha256=dCQvt4ogR_ZxuiTR0qsoJ1dvryGIIlTP-XB1hdekuu4,14687
298
298
  datahub/ingestion/source/datahub/datahub_kafka_reader.py,sha256=gnxhhlK-jrfnHqD_4eVmfcdtBNW6pi1N_qkDZ7uSb3o,4187
299
- datahub/ingestion/source/datahub/datahub_source.py,sha256=L0aUM9dyGmX-Qh7DnuC48z_AYhBQAwJJ_0_Dxg_Eccc,8831
299
+ datahub/ingestion/source/datahub/datahub_source.py,sha256=mpBrHxf3sitdPZni5B5atlEheQs8cMuN1i2q72eDelQ,8993
300
300
  datahub/ingestion/source/datahub/report.py,sha256=VHBfCbwFRzdLdB7hQG9ST4EiZxl_vBCU0XxGcZR6Xxs,940
301
301
  datahub/ingestion/source/datahub/state.py,sha256=PZoT7sSK1wadVf5vN6phrgr7I6LL7ePP-EJjP1OO0bQ,3507
302
302
  datahub/ingestion/source/dbt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -310,7 +310,7 @@ datahub/ingestion/source/delta_lake/__init__.py,sha256=u5oqUeus81ONAtdl6o9Puw33O
310
310
  datahub/ingestion/source/delta_lake/config.py,sha256=km8WCmjjyRrMy9kJ7JxZZIdS1pKIhKznWQGMYUsF_4s,3522
311
311
  datahub/ingestion/source/delta_lake/delta_lake_utils.py,sha256=VqIDPEXepOnlk4oWMeRaneSpQBlWmlCKAa1wGUl1sfk,1525
312
312
  datahub/ingestion/source/delta_lake/report.py,sha256=uR4e4QA_jv8lL3CV-wE5t43H8pUqrGmx_ItLqN9flPI,587
313
- datahub/ingestion/source/delta_lake/source.py,sha256=Ux66G4J8TWtmmUi_BCZqEM4YcTPqKOerHmhDe7rFefI,14031
313
+ datahub/ingestion/source/delta_lake/source.py,sha256=IeYW-BAGxDy8gZzBoaLT3C2i-qbhxEEsWLZeC6Tdsfs,14191
314
314
  datahub/ingestion/source/dremio/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
315
315
  datahub/ingestion/source/dremio/dremio_api.py,sha256=86_-89OFGsnDmU1lAfAYtCXTXZ-iLNRmRc2V4LCLv-4,35684
316
316
  datahub/ingestion/source/dremio/dremio_aspects.py,sha256=oWV2_mSpq3Bh42YJ1QVbAyp-Uihf2WIT6VsHGsGTgzk,18248
@@ -319,7 +319,7 @@ datahub/ingestion/source/dremio/dremio_datahub_source_mapping.py,sha256=MQk8BAHL
319
319
  datahub/ingestion/source/dremio/dremio_entities.py,sha256=1gZrNqTp3Pm6vqGDQaWt3HkxEuHKxpGYQ4geVoFvxWI,15147
320
320
  datahub/ingestion/source/dremio/dremio_profiling.py,sha256=TAcnpo8ZRKhLDHnQSJzJg3YdwTSyEa73LUAzENs7wG4,12287
321
321
  datahub/ingestion/source/dremio/dremio_reporting.py,sha256=YRKM6PvoJYHLBXmOGwkgou_8x8_oA2xaqTWWoVuwFMY,2247
322
- datahub/ingestion/source/dremio/dremio_source.py,sha256=fNEMehw-bAujrHUzOxH98SdLA5qNHdDqHcqVdi6yHgE,25091
322
+ datahub/ingestion/source/dremio/dremio_source.py,sha256=RKyux8JtQDYez8rnbqVTaLVUBJU_cExx-8nBf9pFFsM,25434
323
323
  datahub/ingestion/source/dremio/dremio_sql_queries.py,sha256=wA1hqKk9cKMJDyEdZRQcDDLZPGYwuNqrvleUHTkWgrQ,10508
324
324
  datahub/ingestion/source/dynamodb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
325
325
  datahub/ingestion/source/dynamodb/data_reader.py,sha256=vC77KpcP8LJN0g8wsPRDVw4sebv0ZWIP3tJkEIHaomA,3120
@@ -327,7 +327,7 @@ datahub/ingestion/source/dynamodb/dynamodb.py,sha256=vM3Ia5rZidqOcdPPigpuo6-7Ipo
327
327
  datahub/ingestion/source/fivetran/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
328
328
  datahub/ingestion/source/fivetran/config.py,sha256=00jc9srBZUQ18RSSCnHiOoJ4_F6I_rp--z-V7d9wXNY,9031
329
329
  datahub/ingestion/source/fivetran/data_classes.py,sha256=ecdUJH5BEze0yv-uFpKWPNaNmV1gORDA2XMFk0zhcBw,595
330
- datahub/ingestion/source/fivetran/fivetran.py,sha256=b6i-Gcd75EdEMa65z0PZqRKd4FVnKdwALb07kxkCUZA,14247
330
+ datahub/ingestion/source/fivetran/fivetran.py,sha256=s8wcECtmuugUoZ0Zdthq0SIPpTLvziZXuhhUX9bJ5N4,14492
331
331
  datahub/ingestion/source/fivetran/fivetran_log_api.py,sha256=5bmG705tCOaKAIjnomJfGCyCwKc7NahtW-rMP-4YifU,12902
332
332
  datahub/ingestion/source/fivetran/fivetran_query.py,sha256=c1begMnLtWoLBmaKBiarpMZ6HTVAI6hDPKn26DYuMYI,5343
333
333
  datahub/ingestion/source/gc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -382,7 +382,7 @@ datahub/ingestion/source/looker/looker_constant.py,sha256=GMKYtNXlpojPxa9azridKf
382
382
  datahub/ingestion/source/looker/looker_dataclasses.py,sha256=MrDeZ4Nd0wQnJbCoI1qePYlYeObnUw5dvpWcmhKuNgc,12346
383
383
  datahub/ingestion/source/looker/looker_file_loader.py,sha256=gb2Z97_w28MsybYe01JFMMqlvBbn2occyUEknf_mYMA,4882
384
384
  datahub/ingestion/source/looker/looker_lib_wrapper.py,sha256=6smUt_Ya7ZJMHWdGZl3TnhM7XHZVpYQ6gz2i5hHejZ4,11547
385
- datahub/ingestion/source/looker/looker_liquid_tag.py,sha256=mO4G4MNA4YZFvZaDBpdiJ2vP3irC82kY34RdaK4Pbfs,3100
385
+ datahub/ingestion/source/looker/looker_liquid_tag.py,sha256=27WnOuTghayaH-HL4lLoq0IcHvNm1UybMqMnoaxN8Cs,5383
386
386
  datahub/ingestion/source/looker/looker_query_model.py,sha256=N0jBbFruiCIIGT6sJn6tNeppeQ78KGTkOwTLirhxFNc,2144
387
387
  datahub/ingestion/source/looker/looker_source.py,sha256=1muVoXk7Jr73D0dlDFSdea8aK2wdyL6wa66qAjyv_OQ,68100
388
388
  datahub/ingestion/source/looker/looker_template_language.py,sha256=5fZFPKFP3IYbJg3jLifjaji4wWg8wRy-1XDvc8Qucus,17949
@@ -399,7 +399,7 @@ datahub/ingestion/source/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
399
399
  datahub/ingestion/source/metadata/business_glossary.py,sha256=T_RJHst6iQRghJNmLLPeSBMEDsbEKf3yBldOAgMcGuo,19666
400
400
  datahub/ingestion/source/metadata/lineage.py,sha256=PA4JwSeQ-30XFMN4O5tPwIu-hZF1e-xMZ_CnEUE2c-Q,9595
401
401
  datahub/ingestion/source/mock_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
402
- datahub/ingestion/source/mock_data/datahub_mock_data.py,sha256=JHR6NZnR15qoVZ9R4CZl61nmZXmpsX55PaoP0ykJ_Ns,18810
402
+ datahub/ingestion/source/mock_data/datahub_mock_data.py,sha256=jVJjqOzBN9JteLxcFRklg2eG9RmVdEozCxFYPArzjX8,19361
403
403
  datahub/ingestion/source/mock_data/datahub_mock_data_report.py,sha256=sV_H7JgcuVbrpIBqtGse_BBigMdqP32ZXuanpeXmwVI,331
404
404
  datahub/ingestion/source/mock_data/table_naming_helper.py,sha256=zJtEBSJGDvVr-kiKjK7LbHAifK3sfE786M3yO--Bn2o,3493
405
405
  datahub/ingestion/source/neo4j/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -408,7 +408,7 @@ datahub/ingestion/source/powerbi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
408
408
  datahub/ingestion/source/powerbi/config.py,sha256=QYD6ruIm2F29628kHCD1tWKsvhW5G9n9AdFncn7_vaI,24706
409
409
  datahub/ingestion/source/powerbi/dataplatform_instance_resolver.py,sha256=-njW1kJOy-LY5JFwJLhVQ0bMBj9NQz5TZhQqsSi_KsM,2285
410
410
  datahub/ingestion/source/powerbi/powerbi-lexical-grammar.rule,sha256=5df3qvalCS9hZ46DPXs6XDcw9-IofGf8Eol_rUC7LHI,20329
411
- datahub/ingestion/source/powerbi/powerbi.py,sha256=AY-6O4EukHz7-8kzU2NTWLIQXRL1QD4FBilElotT07Y,56300
411
+ datahub/ingestion/source/powerbi/powerbi.py,sha256=EL9Rha2FrYql_wGgznxor1ZJ-myox7dV2u1w99ABXsE,56311
412
412
  datahub/ingestion/source/powerbi/m_query/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
413
413
  datahub/ingestion/source/powerbi/m_query/data_classes.py,sha256=l_L6DzOWMShOWGtVclcf4JtNWzSINuwJka59LjwRLCk,2091
414
414
  datahub/ingestion/source/powerbi/m_query/native_sql_parser.py,sha256=zzKVDGeUM3Yv3-zNah4D6mSnr6jXsstNuLmzczcPQEE,3683
@@ -444,7 +444,7 @@ datahub/ingestion/source/redshift/lineage.py,sha256=IPF8vHy2MFyhK-hu2-lxV2-kcnNA
444
444
  datahub/ingestion/source/redshift/lineage_v2.py,sha256=dbTvuaJBV5yvCWM_oEAqZIA1JOlGxLJOexbEB47A_xE,17962
445
445
  datahub/ingestion/source/redshift/profile.py,sha256=H1Xtc2rXScUv4w0b2BbM7POjYEwqIql_rpWvlumY_EM,4309
446
446
  datahub/ingestion/source/redshift/query.py,sha256=vVIuNUaU4a7AfMFJZlgLuqi0cGVl0gVz8xZUSnPhWvs,47845
447
- datahub/ingestion/source/redshift/redshift.py,sha256=gCr-ELLFFepD_KPvV9vFYZd_mii46DoNUKdISZq3EUQ,44797
447
+ datahub/ingestion/source/redshift/redshift.py,sha256=_bIvL2ChKEcNsQ2gSc2gaZrv0WnvardsFcDszgdd-xw,44838
448
448
  datahub/ingestion/source/redshift/redshift_data_reader.py,sha256=zc69jwXHdF-w8J4Hq-ZQ6BjHQ75Ij2iNDMpoRJlcmlU,1724
449
449
  datahub/ingestion/source/redshift/redshift_schema.py,sha256=7F-l_omOuKMuGE_rBWXVPG_GWXFKnCMzC4frNxZB9cs,24800
450
450
  datahub/ingestion/source/redshift/report.py,sha256=O3QFozHlmMbH9b7KxbqhgTgr_0tCryj6FIzMiN6kRxw,3044
@@ -505,7 +505,7 @@ datahub/ingestion/source/sql/cockroachdb.py,sha256=WoOKCq7YjsuzSPm1SmKIYZ9CrvlSF
505
505
  datahub/ingestion/source/sql/druid.py,sha256=_tzgTa5jhPUXk6WCmS7p10feCwJm6yUFcOgMZA-OcE8,2922
506
506
  datahub/ingestion/source/sql/hana.py,sha256=V6bGVLVjI1VL0deebg8VxIL8Ls-oxUvpSvX9gb4PmT0,1359
507
507
  datahub/ingestion/source/sql/hive.py,sha256=Sh3Us1vjUcbgQ4NxLKcXEdGtck5fJHIwOdjbDhBGfCw,31575
508
- datahub/ingestion/source/sql/hive_metastore.py,sha256=jpAgND_n2W6VCF_KMElXV5Gnd4-dTBQuFyjsAQUM9WI,35889
508
+ datahub/ingestion/source/sql/hive_metastore.py,sha256=olhGp5ksc3cIrO025jVAhjPOqLFwCKB9nlv6uE-BtUE,36065
509
509
  datahub/ingestion/source/sql/mariadb.py,sha256=om6QoG5UtDldt1N6AfIWp3T-HXNaaqFmpz2i0JAemfM,654
510
510
  datahub/ingestion/source/sql/mysql.py,sha256=34Vu3otULxUY0-JUEYdZw2aoyuTlc9KLcoJdQxe2yJs,3267
511
511
  datahub/ingestion/source/sql/oracle.py,sha256=BGrHln5OQ6gq7LTqY8e4ySS5-uJaJEan0TU1778ZEYs,29963
@@ -521,8 +521,8 @@ datahub/ingestion/source/sql/sql_utils.py,sha256=q-Bsk6WxlsRtrw9RXBxvqI3zuaMTC_F
521
521
  datahub/ingestion/source/sql/sqlalchemy_data_reader.py,sha256=FvHZ4JEK3aR2DYOBZiT_ZsAy12RjTu4t_KIR_92B11k,2644
522
522
  datahub/ingestion/source/sql/sqlalchemy_uri.py,sha256=u0ZvgdJjXZdo_vl7YIQfYuuWbGwpnH6OSozI2e8ZV4I,858
523
523
  datahub/ingestion/source/sql/sqlalchemy_uri_mapper.py,sha256=KOpbmDIE2h1hyYEsbVHJi2B7FlsyUMTXZx4diyzltQg,1826
524
- datahub/ingestion/source/sql/teradata.py,sha256=xL_c_UEM_JT-xoMw5Nb5UvSNBUfTGol5CpOkgK5Bsjk,65412
525
- datahub/ingestion/source/sql/trino.py,sha256=zIfQ6GvW8Sbw4sxqsTcnibT51STka_nzNYvmld6HfHw,18947
524
+ datahub/ingestion/source/sql/teradata.py,sha256=z_I7tx42xPc3A4QQXWLS2O8YQNW_mxI1v2Qv_4nG_Oc,65574
525
+ datahub/ingestion/source/sql/trino.py,sha256=cQmvOMeY4vF4W4u9DH3c09I8Rkf0FoVhqReCXg5XEWk,19221
526
526
  datahub/ingestion/source/sql/two_tier_sql_source.py,sha256=AB3Gtx4omAy_08zadHQpmUGmIGufkZ6o_ihWNnfvzYc,5783
527
527
  datahub/ingestion/source/sql/vertica.py,sha256=blnu1-H7vnSQD3ZD5QTotoQ2DQJWJeR0uxz_clxiPGo,33518
528
528
  datahub/ingestion/source/sql/mssql/__init__.py,sha256=1agpl8S_uDW40olkhCX_W19dbr5GO9qgjS3R7pLRZSk,87
@@ -563,7 +563,7 @@ datahub/ingestion/source/unity/proxy_profiling.py,sha256=WLqvYP6MziaisA4LYL4T_GA
563
563
  datahub/ingestion/source/unity/proxy_types.py,sha256=qrvHiwPzl5cPX-KRvcIGGeJVdr0I8XUQmoAI6ErZ-v8,9371
564
564
  datahub/ingestion/source/unity/report.py,sha256=XFT9oQfvEB4RkTvWGgFOoQuLPUN_AIoPXZ79xeDhGHQ,2831
565
565
  datahub/ingestion/source/unity/source.py,sha256=udK1_WI7RO2Uzx9xis0mx264nHXDiMeP4Kah3-CFXis,49832
566
- datahub/ingestion/source/unity/tag_entities.py,sha256=iWl6nRAWSye1hoFDx_Xh4aT53PN0sGzlX7n1-oTVUv8,11568
566
+ datahub/ingestion/source/unity/tag_entities.py,sha256=QUYPso5WMF7oWTpvFqoA8cAbAnmHrkhKiGr2kDjf5zo,11568
567
567
  datahub/ingestion/source/unity/usage.py,sha256=0wETBAaZvHI_EGgBlxX3bKsVHEAdnUV8_bKI_lbyWjY,11500
568
568
  datahub/ingestion/source/usage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
569
569
  datahub/ingestion/source/usage/clickhouse_usage.py,sha256=M6YVQqwJoFqJPxlTr62lFwxfDeX2-_9Diw6qtcq2XWM,10244
@@ -955,7 +955,7 @@ datahub/sdk/dataflow.py,sha256=gdAPVVkyKvsKtsa1AwhN_LpzidG_XzV3nhtd1cjnzDA,11128
955
955
  datahub/sdk/datajob.py,sha256=5kU0txTDcn2ce3AhNry83TazPVhoYZ2rAPPNWM1_FP8,13677
956
956
  datahub/sdk/dataset.py,sha256=eABxeDJm1bxoi3kht-Ix8tbVaslFR1RInBG8AIUMk6k,31076
957
957
  datahub/sdk/entity.py,sha256=Q29AbpS58L4gD8ETwoNIwG-ouytz4c0MSSFi6-jLl_4,6742
958
- datahub/sdk/entity_client.py,sha256=xHLGLn6oJfxmHLXo5w4-isPFZGcf8yR5IwyC6pvl_I8,8903
958
+ datahub/sdk/entity_client.py,sha256=NGVA2CwLqK16EgOPrPiIFodjPD6sM7eQ5E3w5Yl89cM,9428
959
959
  datahub/sdk/lineage_client.py,sha256=iU2ppFBSlRlPO3HOwj8Oq-_uMKjo8fi9uKb_Ow4OEpM,33917
960
960
  datahub/sdk/main_client.py,sha256=jxe_59hu68F95aw4c9DsaAA108D5NuJtyu2CatAMAZU,5665
961
961
  datahub/sdk/mlmodel.py,sha256=cO5R8BYVljmQ0w33RIOuZmj4nq8OJCDVAZGTQI6YFS8,12628
@@ -1032,7 +1032,7 @@ datahub/utilities/ingest_utils.py,sha256=OgETzX_9g6DcYlxGH0_xgAmAlWLSROr25ydDL-m
1032
1032
  datahub/utilities/is_pytest.py,sha256=2m9T4S9IIKhI5RfTqrB2ZmumzHocdxBHpM1HroWj2XQ,138
1033
1033
  datahub/utilities/logging_manager.py,sha256=H7yYdijZzmwEANf1bdpecysAuUL8MIC_ujs9abS4r1A,10479
1034
1034
  datahub/utilities/lossy_collections.py,sha256=5rdtfK2pjwvOrrzLf_KGFOMiVvLLmoXj5EVQXTFSR3E,5704
1035
- datahub/utilities/mapping.py,sha256=ig7A8CRJPZc2RSEFQb5ByQkPOoE-ImEG8P3de9qg4Yo,17964
1035
+ datahub/utilities/mapping.py,sha256=dOWQD3zEB9BiDy-4onWh5s8tvpc-_m5_m7QEYNxnO2I,19118
1036
1036
  datahub/utilities/memory_footprint.py,sha256=ur0GgR1MzL9F9Fr4D8BaN-IFzbx5LN0B2t8yEcHkHDo,1621
1037
1037
  datahub/utilities/openapi_utils.py,sha256=VNiNo1Pjvtn2MLShQ1vCjc27id7LmI-pnLdjlUatNk4,2233
1038
1038
  datahub/utilities/ordered_set.py,sha256=p2DdvbD98ELTLCxgdZdOKQ50VnnMDKr3l9fmqCzu5g4,1135
@@ -1101,8 +1101,8 @@ datahub_provider/operators/datahub_assertion_operator.py,sha256=uvTQ-jk2F0sbqqxp
1101
1101
  datahub_provider/operators/datahub_assertion_sensor.py,sha256=lCBj_3x1cf5GMNpHdfkpHuyHfVxsm6ff5x2Z5iizcAo,140
1102
1102
  datahub_provider/operators/datahub_operation_operator.py,sha256=aevDp2FzX7FxGlXrR0khoHNbxbhKR2qPEX5e8O2Jyzw,174
1103
1103
  datahub_provider/operators/datahub_operation_sensor.py,sha256=8fcdVBCEPgqy1etTXgLoiHoJrRt_nzFZQMdSzHqSG7M,168
1104
- acryl_datahub-1.2.0.3rc2.dist-info/METADATA,sha256=sUemCtB9B2qW0ADg8AmidAEwuqUwCjVp-qYmFaX-dPc,182014
1105
- acryl_datahub-1.2.0.3rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1106
- acryl_datahub-1.2.0.3rc2.dist-info/entry_points.txt,sha256=bnGf6eX9UhiW8yVHtt6MJCVcmLErvrVQxTJAayA-PKc,9885
1107
- acryl_datahub-1.2.0.3rc2.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
1108
- acryl_datahub-1.2.0.3rc2.dist-info/RECORD,,
1104
+ acryl_datahub-1.2.0.4rc1.dist-info/METADATA,sha256=Q4nQsXgwdBhJYjZBIPHFvD-YgHeHgbm5IP2lLo_sNnM,182014
1105
+ acryl_datahub-1.2.0.4rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1106
+ acryl_datahub-1.2.0.4rc1.dist-info/entry_points.txt,sha256=bnGf6eX9UhiW8yVHtt6MJCVcmLErvrVQxTJAayA-PKc,9885
1107
+ acryl_datahub-1.2.0.4rc1.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
1108
+ acryl_datahub-1.2.0.4rc1.dist-info/RECORD,,
datahub/_version.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # Published at https://pypi.org/project/acryl-datahub/.
2
2
  __package_name__ = "acryl-datahub"
3
- __version__ = "1.2.0.3rc2"
3
+ __version__ = "1.2.0.4rc1"
4
4
 
5
5
 
6
6
  def is_dev_mode() -> bool:
@@ -47,12 +47,14 @@ class ExternalTag(BaseModel):
47
47
  if key is not None:
48
48
  # Direct initialization with key/value
49
49
  processed_key = (
50
- RestrictedText(key) if not isinstance(key, RestrictedText) else key
50
+ RestrictedText(raw_text=key)
51
+ if not isinstance(key, RestrictedText)
52
+ else key
51
53
  )
52
54
  processed_value = None
53
55
  if value is not None:
54
56
  processed_value = (
55
- RestrictedText(value)
57
+ RestrictedText(raw_text=value)
56
58
  if not isinstance(value, RestrictedText)
57
59
  else value
58
60
  )
@@ -95,9 +97,9 @@ class ExternalTag(BaseModel):
95
97
  'urn:li:tag:key:value' if value exists, otherwise 'urn:li:tag:key'
96
98
  """
97
99
  if self.value is not None:
98
- tag_name = f"{self.key.original}:{self.value.original}"
100
+ tag_name = f"{self.key.raw_text}:{self.value.raw_text}"
99
101
  else:
100
- tag_name = self.key.original
102
+ tag_name = self.key.raw_text
101
103
 
102
104
  return TagUrn(name=tag_name)
103
105
 
@@ -10,8 +10,9 @@
10
10
  # Tag search using the workspace search UI is supported only for tables, views, and table columns.
11
11
  # Tag search requires exact term matching.
12
12
  # https://learn.microsoft.com/en-us/azure/databricks/database-objects/tags#constraint
13
- from typing import Any, Dict, Optional, Union
13
+ from typing import Any, Dict, Optional
14
14
 
15
+ from pydantic import validator
15
16
  from typing_extensions import ClassVar
16
17
 
17
18
  from datahub.api.entities.external.external_tag import ExternalTag
@@ -19,21 +20,21 @@ from datahub.api.entities.external.restricted_text import RestrictedText
19
20
 
20
21
 
21
22
  class LakeFormationTagKeyText(RestrictedText):
22
- """RestrictedText configured for Unity Catalog tag keys."""
23
+ """RestrictedText configured for Lake Formation tag keys."""
23
24
 
24
- _default_max_length: ClassVar[int] = 50
25
- # Unity Catalog tag keys: alphanumeric, hyphens, underscores, periods only
26
- _default_replacement_char: ClassVar[str] = "_"
27
- _default_truncation_suffix: ClassVar[str] = "" # No suffix for clean identifiers
25
+ DEFAULT_MAX_LENGTH: ClassVar[int] = 50
26
+ # Lake Formation tag keys restrictions
27
+ DEFAULT_REPLACEMENT_CHAR: ClassVar[str] = "_"
28
+ DEFAULT_TRUNCATION_SUFFIX: ClassVar[str] = "" # No suffix for clean identifiers
28
29
 
29
30
 
30
31
  class LakeFormationTagValueText(RestrictedText):
31
- """RestrictedText configured for Unity Catalog tag values."""
32
+ """RestrictedText configured for Lake Formation tag values."""
32
33
 
33
- _default_max_length: ClassVar[int] = 50
34
- # Unity Catalog tag values are more permissive but still have some restrictions
35
- _default_replacement_char: ClassVar[str] = " "
36
- _default_truncation_suffix: ClassVar[str] = "..."
34
+ DEFAULT_MAX_LENGTH: ClassVar[int] = 50
35
+ # Lake Formation tag values restrictions
36
+ DEFAULT_REPLACEMENT_CHAR: ClassVar[str] = " "
37
+ DEFAULT_TRUNCATION_SUFFIX: ClassVar[str] = "..."
37
38
 
38
39
 
39
40
  class LakeFormationTag(ExternalTag):
@@ -49,43 +50,43 @@ class LakeFormationTag(ExternalTag):
49
50
  value: Optional[LakeFormationTagValueText] = None
50
51
  catalog: Optional[str] = None
51
52
 
52
- def __init__(
53
- self,
54
- key: Optional[Union[str, LakeFormationTagKeyText]] = None,
55
- value: Optional[Union[str, LakeFormationTagValueText]] = None,
56
- **data: Any,
57
- ) -> None:
58
- """
59
- Initialize LakeFormation Tag from either a DataHub Tag URN or explicit key/value.
53
+ # Pydantic v1 validators
54
+ @validator("key", pre=True)
55
+ @classmethod
56
+ def _validate_key(cls, v: Any) -> LakeFormationTagKeyText:
57
+ """Validate and convert key field for Pydantic v1."""
58
+ if isinstance(v, LakeFormationTagKeyText):
59
+ return v
60
60
 
61
- Args:
62
- key: Explicit key value (optional for Pydantic initialization)
63
- value: Explicit value (optional)
64
- **data: Additional Pydantic data
65
- """
66
- if key is not None:
67
- # Direct initialization with key/value
68
- processed_key = (
69
- LakeFormationTagKeyText(key)
70
- if not isinstance(key, LakeFormationTagKeyText)
71
- else key
72
- )
73
- processed_value = None
74
- if value is not None:
75
- processed_value = (
76
- LakeFormationTagValueText(value)
77
- if not isinstance(value, LakeFormationTagValueText)
78
- else value
79
- )
80
-
81
- super().__init__(
82
- key=processed_key,
83
- value=processed_value,
84
- **data,
85
- )
86
- else:
87
- # Standard pydantic initialization
88
- super().__init__(**data)
61
+ # If we get a RestrictedText object from parent class validation, use its raw_text value
62
+ if hasattr(v, "raw_text"):
63
+ return LakeFormationTagKeyText(raw_text=v.raw_text)
64
+
65
+ return LakeFormationTagKeyText(raw_text=v)
66
+
67
+ @validator("value", pre=True)
68
+ @classmethod
69
+ def _validate_value(cls, v: Any) -> Optional[LakeFormationTagValueText]:
70
+ """Validate and convert value field for Pydantic v1."""
71
+ if v is None:
72
+ return None
73
+
74
+ if isinstance(v, LakeFormationTagValueText):
75
+ return v
76
+
77
+ # If we get a RestrictedText object from parent class validation, use its raw_text value
78
+ if hasattr(v, "raw_text"):
79
+ text_value = v.raw_text
80
+ # If value is an empty string, set it to None to not generate empty value in DataHub tag
81
+ if not str(text_value):
82
+ return None
83
+ return LakeFormationTagValueText(raw_text=text_value)
84
+
85
+ # If value is an empty string, set it to None to not generate empty value in DataHub tag
86
+ if not str(v):
87
+ return None
88
+
89
+ return LakeFormationTagValueText(raw_text=v)
89
90
 
90
91
  def __eq__(self, other: object) -> bool:
91
92
  """Check equality based on key and value."""
@@ -137,9 +138,9 @@ class LakeFormationTag(ExternalTag):
137
138
  Returns:
138
139
  Dictionary with 'key' and optionally 'value'
139
140
  """
140
- result: Dict[str, str] = {"key": self.key.original}
141
+ result: Dict[str, str] = {"key": self.key.raw_text}
141
142
  if self.value is not None:
142
- result["value"] = self.value.original
143
+ result["value"] = self.value.raw_text
143
144
  return result
144
145
 
145
146
  def to_display_dict(self) -> Dict[str, str]: