acryl-datahub 1.0.0rc7__py3-none-any.whl → 1.0.0rc8__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 (52) hide show
  1. {acryl_datahub-1.0.0rc7.dist-info → acryl_datahub-1.0.0rc8.dist-info}/METADATA +2405 -2405
  2. {acryl_datahub-1.0.0rc7.dist-info → acryl_datahub-1.0.0rc8.dist-info}/RECORD +52 -52
  3. datahub/_version.py +1 -1
  4. datahub/configuration/git.py +1 -3
  5. datahub/ingestion/glossary/classification_mixin.py +1 -1
  6. datahub/ingestion/graph/client.py +1 -1
  7. datahub/ingestion/reporting/datahub_ingestion_run_summary_provider.py +1 -6
  8. datahub/ingestion/source/abs/config.py +2 -4
  9. datahub/ingestion/source/bigquery_v2/bigquery_audit.py +1 -1
  10. datahub/ingestion/source/bigquery_v2/bigquery_schema.py +1 -1
  11. datahub/ingestion/source/csv_enricher.py +1 -1
  12. datahub/ingestion/source/dbt/dbt_common.py +1 -1
  13. datahub/ingestion/source/file.py +5 -2
  14. datahub/ingestion/source/gc/dataprocess_cleanup.py +1 -1
  15. datahub/ingestion/source/ge_data_profiler.py +11 -14
  16. datahub/ingestion/source/iceberg/iceberg.py +46 -12
  17. datahub/ingestion/source/iceberg/iceberg_common.py +31 -20
  18. datahub/ingestion/source/identity/okta.py +1 -3
  19. datahub/ingestion/source/kafka_connect/source_connectors.py +4 -7
  20. datahub/ingestion/source/looker/looker_lib_wrapper.py +2 -1
  21. datahub/ingestion/source/looker/looker_template_language.py +4 -2
  22. datahub/ingestion/source/looker/lookml_source.py +2 -1
  23. datahub/ingestion/source/metadata/lineage.py +2 -2
  24. datahub/ingestion/source/neo4j/neo4j_source.py +1 -1
  25. datahub/ingestion/source/nifi.py +6 -3
  26. datahub/ingestion/source/openapi_parser.py +2 -2
  27. datahub/ingestion/source/powerbi/m_query/parser.py +3 -2
  28. datahub/ingestion/source/powerbi/m_query/tree_function.py +2 -1
  29. datahub/ingestion/source/powerbi/powerbi.py +1 -3
  30. datahub/ingestion/source/powerbi/rest_api_wrapper/data_resolver.py +2 -1
  31. datahub/ingestion/source/powerbi_report_server/report_server.py +1 -1
  32. datahub/ingestion/source/qlik_sense/websocket_connection.py +4 -2
  33. datahub/ingestion/source/redash.py +2 -1
  34. datahub/ingestion/source/s3/config.py +2 -4
  35. datahub/ingestion/source/s3/source.py +20 -41
  36. datahub/ingestion/source/salesforce.py +1 -1
  37. datahub/ingestion/source/schema_inference/object.py +1 -1
  38. datahub/ingestion/source/snowflake/snowflake_connection.py +1 -1
  39. datahub/ingestion/source/snowflake/snowflake_v2.py +1 -1
  40. datahub/ingestion/source/sql/athena.py +2 -2
  41. datahub/ingestion/source/sql/sql_common.py +2 -2
  42. datahub/ingestion/source/sql/sql_types.py +2 -2
  43. datahub/ingestion/source/sql/teradata.py +4 -2
  44. datahub/ingestion/source/sql/trino.py +2 -2
  45. datahub/ingestion/source/superset.py +65 -37
  46. datahub/ingestion/source/tableau/tableau.py +1 -5
  47. datahub/lite/duckdb_lite.py +3 -9
  48. datahub/sdk/dataset.py +3 -3
  49. {acryl_datahub-1.0.0rc7.dist-info → acryl_datahub-1.0.0rc8.dist-info}/LICENSE +0 -0
  50. {acryl_datahub-1.0.0rc7.dist-info → acryl_datahub-1.0.0rc8.dist-info}/WHEEL +0 -0
  51. {acryl_datahub-1.0.0rc7.dist-info → acryl_datahub-1.0.0rc8.dist-info}/entry_points.txt +0 -0
  52. {acryl_datahub-1.0.0rc7.dist-info → acryl_datahub-1.0.0rc8.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  datahub/__init__.py,sha256=aq_i5lVREmoLfYIqcx_pEQicO855YlhD19tWc1eZZNI,59
2
2
  datahub/__main__.py,sha256=pegIvQ9hzK7IhqVeUi1MeADSZ2QlP-D3K0OQdEg55RU,106
3
- datahub/_version.py,sha256=OTydFg1QdVGldxog8bn4reUvv6ZhtBU8WrnxX_61wxk,321
3
+ datahub/_version.py,sha256=6JuUC1U81RYMHYDqSsR11hPAKCYeY5MbBD-fcPlKgPw,321
4
4
  datahub/entrypoints.py,sha256=2TYgHhs3sCxJlojIHjqfxzt3_ImPwPzq4vBtsUuMqu4,8885
5
5
  datahub/errors.py,sha256=w6h8b27j9XlmPbTwqpu7-wgiTrXlHzcnUOnJ_iOrwzo,520
6
6
  datahub/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -97,7 +97,7 @@ datahub/configuration/common.py,sha256=PAcEm2aBZ-GS7SAmPR_o8XGtTGnKZk-d-tb4_Y9A4
97
97
  datahub/configuration/config_loader.py,sha256=hRzPFxkz-w9IqkpSa5vwCzSra1p49DyfeJNeyqGa8-4,6827
98
98
  datahub/configuration/connection_resolver.py,sha256=n4-6MwMiOEDgTouxO0SMjTILKVhJPo6-naE6FuR5qMs,1516
99
99
  datahub/configuration/datetimes.py,sha256=nayNc0mmlVKH6oVv9ud6C1dDUiZPGabW-YZxvrkosPg,2870
100
- datahub/configuration/git.py,sha256=o782U10OdbC-sqTUXfd_v3EL3ttLO2tTR7gTk5O7lxk,6463
100
+ datahub/configuration/git.py,sha256=OiqF2w6d9YWqrlHv_2jZ-cRiL-g0SeS4ecVtQwXWpnc,6415
101
101
  datahub/configuration/import_resolver.py,sha256=b4Ie9L7knN1LALEVMxTcNFSklDD6CVE-4Ipy4ZYhNYA,369
102
102
  datahub/configuration/json_loader.py,sha256=vIDnjwXWi9yHDO8KW64EupOzOb_sspehGCD7xGHzg84,302
103
103
  datahub/configuration/kafka.py,sha256=qj4qNBzeXeS-mUtf441B1jj_22wPO6Eho_stErMD-GY,2586
@@ -164,18 +164,18 @@ datahub/ingestion/fs/http_fs.py,sha256=NBIKp4vl7mW0YfVfkfpO3R6DBGqSC7f6EE_da0yz2
164
164
  datahub/ingestion/fs/local_fs.py,sha256=oWf-PZsl5sI-9eHWGeKlfKYagbQaSZ9fGfNbxcFji14,885
165
165
  datahub/ingestion/fs/s3_fs.py,sha256=B113EdaCelb80uF0n2rsLFettWB41RqFxa9X_XKRzZg,3190
166
166
  datahub/ingestion/glossary/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
167
- datahub/ingestion/glossary/classification_mixin.py,sha256=3vMyHmo-nL1G8OijDQk1XSBxkmXv2ziyUSPeUIUSLSI,13789
167
+ datahub/ingestion/glossary/classification_mixin.py,sha256=Noy-9nGYPigEWZK9XKbXWDEDeVxAYYzdCFFqFPHjM2E,13782
168
168
  datahub/ingestion/glossary/classifier.py,sha256=daLxnVv_JlfB_jBOxH5LrU_xQRndrsGot6z9Cir5Vuc,2981
169
169
  datahub/ingestion/glossary/classifier_registry.py,sha256=yFOYLQhDgCLqXYMG3L1BquXafeLcZDcmp8meyw6k9ts,307
170
170
  datahub/ingestion/glossary/datahub_classifier.py,sha256=O7wm6gQT1Jf2QSKdWjJQbS5oSzJwplXzfza26Gdq5Mg,7555
171
171
  datahub/ingestion/graph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
172
- datahub/ingestion/graph/client.py,sha256=su2-adIbH_gqR9uCFclUEXQR0kg1hKOs7I2vwgsoK0M,65378
172
+ datahub/ingestion/graph/client.py,sha256=KAHQ64dQ6t1pAROEuF0kK59NjrOdrNhACSYc5TuxcMM,65378
173
173
  datahub/ingestion/graph/config.py,sha256=_oha8Je7P80ZmrkZUAaRHyYbdMmTkMI5JkYjEP2Ri1Q,751
174
174
  datahub/ingestion/graph/connections.py,sha256=9462L0ZWGKURyypAln25eMPhK3pcufBar9tNDoqspXs,741
175
175
  datahub/ingestion/graph/entity_versioning.py,sha256=nrcNz0Qm6kpE6oTu_mrYUQDx14KPspBTc6R9SyFUY6c,6901
176
176
  datahub/ingestion/graph/filters.py,sha256=UeUZQHoimavIYx-jXLA0WGkOUe10TaO8uEZkfa-QgNE,6188
177
177
  datahub/ingestion/reporting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
178
- datahub/ingestion/reporting/datahub_ingestion_run_summary_provider.py,sha256=697UOvhZb5gneESRXtIIYOSU74gE2P_BTw0TBhQ9I7w,9917
178
+ datahub/ingestion/reporting/datahub_ingestion_run_summary_provider.py,sha256=nPNA1ClFpJKcHZjramkOrTsa7A5OMVRSxBzq6Xgmlew,9753
179
179
  datahub/ingestion/reporting/file_reporter.py,sha256=tiWukmMxHrTQI3rOAumsq6lRlw8T6spqpS6XBDYnrZU,1640
180
180
  datahub/ingestion/reporting/reporting_provider_registry.py,sha256=jTYSh3T4sensjnHQfPLiIcbA2dG8w0px9ghChAJjGdU,310
181
181
  datahub/ingestion/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -193,12 +193,12 @@ datahub/ingestion/sink/file.py,sha256=SxXJPJpkIGoaqRjCcSmj2ZE3xE4rLlBABBGwpTj5LW
193
193
  datahub/ingestion/sink/sink_registry.py,sha256=JRBWx8qEYg0ubSTyhqwgSWctgxwyp6fva9GoN2LwBao,490
194
194
  datahub/ingestion/source/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
195
195
  datahub/ingestion/source/confluent_schema_registry.py,sha256=WednrFENtANY7bWvrmMKoxEfFK9lnrMDLB0C-hXdJDQ,18808
196
- datahub/ingestion/source/csv_enricher.py,sha256=D0t3sGIgE5spAZaysNDPBhxibk1k9ZhZhyw05k8G2eg,29554
196
+ datahub/ingestion/source/csv_enricher.py,sha256=u8_6wqMG-af0VlMwt-OVxi0WpHQjNom9t5FgC5k_hwE,29548
197
197
  datahub/ingestion/source/demo_data.py,sha256=PbtCHlZx3wrKlOPPgkWhDQuPm7ZfIx2neXJUzbUi9YY,1305
198
198
  datahub/ingestion/source/elastic_search.py,sha256=2dwIcSbYMaq_RoSnxLGz4Q_20oJ8AGgMKunVIBIgYM8,23406
199
199
  datahub/ingestion/source/feast.py,sha256=lsk0jc_0gKiiBNgmrmT8o8bvBOSLFPQMNrvWEcOye2w,18802
200
- datahub/ingestion/source/file.py,sha256=Qtdb1MBSd26HR4v33ISTy-dvrZpWp8pKmkBRAyJFrUQ,15893
201
- datahub/ingestion/source/ge_data_profiler.py,sha256=l8ow9mnUUpvH4p8-ZJaKc6OdMHbb-45MOmehKuwWaSo,64932
200
+ datahub/ingestion/source/file.py,sha256=h6CRH7hrKcFxu1SmZDjqJcJUSrc031u5oJUl2clnPO4,15976
201
+ datahub/ingestion/source/ge_data_profiler.py,sha256=C93ZZrtIRVL6pDpQ3fn7ZbbJiZmHTml7AlAPdMxwXIM,64628
202
202
  datahub/ingestion/source/ge_profiling_config.py,sha256=FlWfXoVoayabVXNMB9qETEU0GX0az6HYqNUZRnIu_fQ,10866
203
203
  datahub/ingestion/source/glue_profiling_config.py,sha256=vpMJH4Lf_qgR32BZy58suabri1yV5geaAPjzg2eORDc,2559
204
204
  datahub/ingestion/source/ldap.py,sha256=CNr3foofIpoCXu_GGqfcajlQE2qkHr5isYwVcDutdkk,18695
@@ -206,18 +206,18 @@ datahub/ingestion/source/metabase.py,sha256=6mUPZrgv0Yrdu_crYWjbd1B6dRKx1YCRAz9u
206
206
  datahub/ingestion/source/mlflow.py,sha256=cqQivSyrptm15vn--xbT7eTRHJJVKMmQpoVqfzuDIDU,12858
207
207
  datahub/ingestion/source/mode.py,sha256=26gB13L6Eflm8fle_e31x-FnLn41WdRsBmelsiFavu4,63627
208
208
  datahub/ingestion/source/mongodb.py,sha256=2C2Cxn8DXL53IbNiywIuKt8UT_EMcPg9f8su-OPSNGU,21237
209
- datahub/ingestion/source/nifi.py,sha256=1LtxNCOsiKq60TrJG3pem2-W6quo1ix7nOxDZcRFIQA,56769
209
+ datahub/ingestion/source/nifi.py,sha256=w5TPnqPmpotvzSsJROi6nUiHWPUVC6u1g0CzXIE6FNs,56903
210
210
  datahub/ingestion/source/openapi.py,sha256=39ep3etbWh8NBPjTXXwH3mieC5P6bMVAjhvK7UvcTis,17372
211
- datahub/ingestion/source/openapi_parser.py,sha256=YoVVATtuisvFo9qAVXq4ggNbaESHD01N5Ajp_OE-RD8,14882
211
+ datahub/ingestion/source/openapi_parser.py,sha256=K3Z4aLXBQX8eR7tvk9iZakOjghjezxIeHCCBhrXfyro,14868
212
212
  datahub/ingestion/source/preset.py,sha256=fByqamRLnXxsfCGdLPzWN_5LJR_s2_G2f_zwSKUc8EA,3981
213
213
  datahub/ingestion/source/pulsar.py,sha256=u5F8QnCLJsht5-7XCiUTsnfhCPIpKVB_l32CgMCU-As,20187
214
- datahub/ingestion/source/redash.py,sha256=uh1iUcwZor_ddrqab-9g_jpkHtjrJtC8zaiG-BE3uzE,30595
215
- datahub/ingestion/source/salesforce.py,sha256=ku9YWl9fnJq_KlJzR1N6zodXmVp0y6QyMacQQlAiAbs,32685
214
+ datahub/ingestion/source/redash.py,sha256=YxjSad-X_wPmxYH8dJmFz_VCFhiLTCTSlK99WdvcYiA,30653
215
+ datahub/ingestion/source/salesforce.py,sha256=d56tfYqg1rGDvMkLznmBJII55B1Zs8XTaQrrW-wHdLo,32679
216
216
  datahub/ingestion/source/source_registry.py,sha256=a2mLjJPLkSI-gYCTb_7U7Jo4D8jGknNQ_yScPIihXFk,1208
217
217
  datahub/ingestion/source/sql_queries.py,sha256=Ip7UZub7fgMh7P5jL_zJPY7lSkc9GGTy8GJ8lqZrcsE,9502
218
- datahub/ingestion/source/superset.py,sha256=-_90rfZtKG5vf5OSFS8lhqI-nGGtKPRwYYNAS_m1xmY,24592
218
+ datahub/ingestion/source/superset.py,sha256=zKqNWbxPpdzio3AehyKfq0Cb7xK7CTK5xYNiI5UwsRU,25688
219
219
  datahub/ingestion/source/abs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
220
- datahub/ingestion/source/abs/config.py,sha256=Doecl1mA6JshJTNar7oTVR7wnWl4gMu64MBHp3hIVJc,6737
220
+ datahub/ingestion/source/abs/config.py,sha256=mBQe0JTaP-Rcv4HnMUUySoYbSr4r3jDEMioxaXHnxXU,6709
221
221
  datahub/ingestion/source/abs/datalake_profiler_config.py,sha256=Rkf64evufyVGPiE4VK8QAjzBiJFu85tOGMmJ0lJZ2Og,3600
222
222
  datahub/ingestion/source/abs/profiling.py,sha256=yKNCKpr6w7qpCH-baeSkNE9VjkN6eBot_weD-2_Jxzk,17579
223
223
  datahub/ingestion/source/abs/report.py,sha256=CkRjsNn0Pab-ZPllxz3IUJI_r3x0T6urJePa_hJKi5U,586
@@ -243,7 +243,7 @@ datahub/ingestion/source/azure/abs_utils.py,sha256=KdAlCK-PMrn35kFHxz5vrsjajyx2P
243
243
  datahub/ingestion/source/azure/azure_common.py,sha256=Zl0pPuE6L3QcM5B1P0LsPthZmD0h7fUUS0kg2okl6IY,4053
244
244
  datahub/ingestion/source/bigquery_v2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
245
245
  datahub/ingestion/source/bigquery_v2/bigquery.py,sha256=fADrYPiQaiJYvLOrltgv8RJIV9VV2y7vjh3s0zHW6Cw,13950
246
- datahub/ingestion/source/bigquery_v2/bigquery_audit.py,sha256=HQv5qdnrAsj4E96slgYXRQzwfKbke3sAoevnvQVRq_Y,25110
246
+ datahub/ingestion/source/bigquery_v2/bigquery_audit.py,sha256=kEwWhq3ch6WT4q4hcX8-fvQh28KgrNfspFwIytO3vQA,25103
247
247
  datahub/ingestion/source/bigquery_v2/bigquery_audit_log_api.py,sha256=LuGJ6LgPViLIfDQfylxlQ3CA7fZYM5MDt8M-7sfzm84,5096
248
248
  datahub/ingestion/source/bigquery_v2/bigquery_config.py,sha256=UwGCngVm6GEUYvXvdquK-inNIruUoTB_pN6qsrjW5c4,26291
249
249
  datahub/ingestion/source/bigquery_v2/bigquery_data_reader.py,sha256=DeT3v_Z82__8En0FcZ0kavBAWQoRvSZ5Rppm9eeDAb8,2393
@@ -251,7 +251,7 @@ datahub/ingestion/source/bigquery_v2/bigquery_helper.py,sha256=QER3gY8e_k1_eNVj7
251
251
  datahub/ingestion/source/bigquery_v2/bigquery_platform_resource_helper.py,sha256=9_sfX8BE2vt9RjBMyq27UxCxBaSlD5o3L4gQxrwlPvA,4961
252
252
  datahub/ingestion/source/bigquery_v2/bigquery_queries.py,sha256=EoHo9twb0_QdX7Nvd1HJC1Yn0rqtrfR52EVk7Hu3XOQ,3296
253
253
  datahub/ingestion/source/bigquery_v2/bigquery_report.py,sha256=v7_zkZzymKPmZKWAxnxmvmHC-8TQVGHUT-pBQFNehqc,7962
254
- datahub/ingestion/source/bigquery_v2/bigquery_schema.py,sha256=gxu-AvNRpGdTjGeY3L-_92DS1FvoDBb5eqWwDEOj4qk,32532
254
+ datahub/ingestion/source/bigquery_v2/bigquery_schema.py,sha256=DHw5Z_rxj_fR09p7SO0UmDdvYEa_ViIRnLE9CFxPAAk,32525
255
255
  datahub/ingestion/source/bigquery_v2/bigquery_schema_gen.py,sha256=Fq9tAVSvYepwweiZuJB5mbT0Y6EzFOEZWtdL4Zafd4E,50999
256
256
  datahub/ingestion/source/bigquery_v2/bigquery_test_connection.py,sha256=cATxwi5IPzj3BldRRAVcLqzSFmmYEPvqa7U0RFJbaAc,7645
257
257
  datahub/ingestion/source/bigquery_v2/common.py,sha256=Cxjf1a8ibkL_YRQeS0BqsjlyMgFJpaZ3iq_d7e8T8MQ,4030
@@ -283,7 +283,7 @@ datahub/ingestion/source/datahub/report.py,sha256=VHBfCbwFRzdLdB7hQG9ST4EiZxl_vB
283
283
  datahub/ingestion/source/datahub/state.py,sha256=PZoT7sSK1wadVf5vN6phrgr7I6LL7ePP-EJjP1OO0bQ,3507
284
284
  datahub/ingestion/source/dbt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
285
285
  datahub/ingestion/source/dbt/dbt_cloud.py,sha256=tNpSHbPlLq-oFGbJsdkWY9kIaWmpjcZLWhj1CSewGGY,17981
286
- datahub/ingestion/source/dbt/dbt_common.py,sha256=bZN3J0FhqpKw-DXwE1SPYbsuOx-IaF57VoR4XUhP118,80763
286
+ datahub/ingestion/source/dbt/dbt_common.py,sha256=HoV2nERnHbCCLPe5oNKoTCgHnnMJW0jW5tOaU9M1TYU,80756
287
287
  datahub/ingestion/source/dbt/dbt_core.py,sha256=izfsJhPyv5e14H-5BXWhEeN1P6hdZvcjmutEptVxY4U,22987
288
288
  datahub/ingestion/source/dbt/dbt_tests.py,sha256=Q5KISW_AOOWqyxmyOgJQquyX7xlfOqKu9WhrHoLKC0M,9881
289
289
  datahub/ingestion/source/delta_lake/__init__.py,sha256=u5oqUeus81ONAtdl6o9Puw33ODSMun-0wLIamrZ4BUM,71
@@ -312,7 +312,7 @@ datahub/ingestion/source/fivetran/fivetran_log_api.py,sha256=EAak3hJpe75WZSgz6wP
312
312
  datahub/ingestion/source/fivetran/fivetran_query.py,sha256=vLrTj7e-0NxZ2U4bWTB57pih42WirqPlUvwtIRfStlQ,5275
313
313
  datahub/ingestion/source/gc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
314
314
  datahub/ingestion/source/gc/datahub_gc.py,sha256=EXO-Stj6gGMLTSTbSBC-C3_zpjpQtFN9pAMWR95ma0I,12830
315
- datahub/ingestion/source/gc/dataprocess_cleanup.py,sha256=86Tm3NNWMf0xM4TklNIEeNOjEingKpYy-XvCPeaAb4k,17125
315
+ datahub/ingestion/source/gc/dataprocess_cleanup.py,sha256=mUWcMt-_FL1SYGIgI4lGZDZGXspUUTv__5GN1W2oJ3s,17118
316
316
  datahub/ingestion/source/gc/execution_request_cleanup.py,sha256=y-9ZIs_DZPUzYH1CI6HmaAZg3olNNA7MjT8HrCqAI0k,11159
317
317
  datahub/ingestion/source/gc/soft_deleted_entity_cleanup.py,sha256=_oTXN0fzB4kYyFclah9X_1ds32bLayQyyWgoPeHQMw4,12923
318
318
  datahub/ingestion/source/gcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -323,12 +323,12 @@ datahub/ingestion/source/git/git_import.py,sha256=5CT6vMDb0MDctCtShnxb3JVihULtvk
323
323
  datahub/ingestion/source/grafana/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
324
324
  datahub/ingestion/source/grafana/grafana_source.py,sha256=3pU3xodPgS5lmnjuQ_u7F0XPzD_Y8MnPlMxRJ86qz4g,4960
325
325
  datahub/ingestion/source/iceberg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
326
- datahub/ingestion/source/iceberg/iceberg.py,sha256=2j-MKCa0o6m1btlgYssYTEAjcD6ZpOZJc14IYnY6TCA,27487
327
- datahub/ingestion/source/iceberg/iceberg_common.py,sha256=2zBuhUKyZ9jNHcPI4KsupHO77pv0sY1tqfLt7NP2dIo,10280
326
+ datahub/ingestion/source/iceberg/iceberg.py,sha256=pMWQtn88XAYwZsRNkICX1GlQOqOnyuWdLpkcjVQEon0,29039
327
+ datahub/ingestion/source/iceberg/iceberg_common.py,sha256=krt-41r90t0CkNeJXsiwO-p5zJIulI-tyq3xaU2yw_c,10645
328
328
  datahub/ingestion/source/iceberg/iceberg_profiler.py,sha256=CkBB5fryMVoqqCM6eLSIeb4yP85ABHONNRm0QqZKrnw,9977
329
329
  datahub/ingestion/source/identity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
330
330
  datahub/ingestion/source/identity/azure_ad.py,sha256=9Hrvm4CSfc02yjnPUsCYSY4Qw9fXPnDFWLexab0mcpc,28559
331
- datahub/ingestion/source/identity/okta.py,sha256=yjpSG2ljyEyLYsQnR5apF8D3fZPtUyuKHppcfFXcyCo,31267
331
+ datahub/ingestion/source/identity/okta.py,sha256=ZVvRgFUyJ2jUSq0RS_0Cx-2J4oxMbruKhk7blts_HaU,31231
332
332
  datahub/ingestion/source/kafka/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
333
333
  datahub/ingestion/source/kafka/kafka.py,sha256=mboUWQmlumEwcXwY2POeK1L8tdk5-CABakZ-MWbvdNQ,26579
334
334
  datahub/ingestion/source/kafka/kafka_schema_registry_base.py,sha256=13XjSwqyVhH1CJUFHAbWdmmv_Rw0Ju_9HQdBmIzPNNA,566
@@ -336,7 +336,7 @@ datahub/ingestion/source/kafka_connect/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JC
336
336
  datahub/ingestion/source/kafka_connect/common.py,sha256=6F9pPD_9uX6RcVLNy2Xpv_ipiqIZaLvsgdrj5o22pfA,7127
337
337
  datahub/ingestion/source/kafka_connect/kafka_connect.py,sha256=AVAgBvgH7kM9I2ke3mwr8CfIL1J2SdVHH_86rnCFwrM,17727
338
338
  datahub/ingestion/source/kafka_connect/sink_connectors.py,sha256=rNxolagqwQWQmVp4mDr1C-1TB6Drxc2b1dM9JSjNnuA,12905
339
- datahub/ingestion/source/kafka_connect/source_connectors.py,sha256=viCqy7fmQl_qyrIkEamRVuUb8_EtfvQjE00CHPi-980,21265
339
+ datahub/ingestion/source/kafka_connect/source_connectors.py,sha256=UKcKGEtQGtVcaAuGQiNXQ0REtlBYMpZpMr1juJ-N1QM,21087
340
340
  datahub/ingestion/source/looker/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
341
  datahub/ingestion/source/looker/lkml_patched.py,sha256=XShEU7Wbz0DubDhYMjKf9wjKZrBJa2XPg9MIjp8rPhk,733
342
342
  datahub/ingestion/source/looker/looker_common.py,sha256=hR4iufcjwh_iBzIJs9tYR4lwSn6vXk2WF5VFAYepKGM,62094
@@ -345,47 +345,47 @@ datahub/ingestion/source/looker/looker_connection.py,sha256=yDmC6lDsHmL2e_Pw8ULy
345
345
  datahub/ingestion/source/looker/looker_constant.py,sha256=GMKYtNXlpojPxa9azridKfcGLSJwKdUCTesp7U8dIrQ,402
346
346
  datahub/ingestion/source/looker/looker_dataclasses.py,sha256=MrDeZ4Nd0wQnJbCoI1qePYlYeObnUw5dvpWcmhKuNgc,12346
347
347
  datahub/ingestion/source/looker/looker_file_loader.py,sha256=gb2Z97_w28MsybYe01JFMMqlvBbn2occyUEknf_mYMA,4882
348
- datahub/ingestion/source/looker/looker_lib_wrapper.py,sha256=0gaYjBv4wkbbLWVgvaAV6JyWAFb0utTG6TCve2d9xss,11511
348
+ datahub/ingestion/source/looker/looker_lib_wrapper.py,sha256=2aEorQ3WjBzYVQIm-5QR2qDGAhpKflstwO5X9oboXS8,11553
349
349
  datahub/ingestion/source/looker/looker_liquid_tag.py,sha256=mO4G4MNA4YZFvZaDBpdiJ2vP3irC82kY34RdaK4Pbfs,3100
350
350
  datahub/ingestion/source/looker/looker_query_model.py,sha256=N0jBbFruiCIIGT6sJn6tNeppeQ78KGTkOwTLirhxFNc,2144
351
351
  datahub/ingestion/source/looker/looker_source.py,sha256=25Ha1lUdmGbLZl4vuARyEi5i7MedHaKu4HEwBQgbvAU,66413
352
- datahub/ingestion/source/looker/looker_template_language.py,sha256=W-SMICKBfIuivrHywHRYchz9SJiXhoU8VOEKGQW_1v8,17825
352
+ datahub/ingestion/source/looker/looker_template_language.py,sha256=5fZFPKFP3IYbJg3jLifjaji4wWg8wRy-1XDvc8Qucus,17949
353
353
  datahub/ingestion/source/looker/looker_usage.py,sha256=qFBX7OHtIcarYIqFe0jQMrDV8MMPV_nN4PZrZRUznTw,23029
354
354
  datahub/ingestion/source/looker/looker_view_id_cache.py,sha256=92gDy6NONhJYBp92z_IBzDVZvezmUIkaBCZY1bdk6mE,4392
355
355
  datahub/ingestion/source/looker/lookml_concept_context.py,sha256=eDaze9S7cgO5eFP7-0azUMEJyR3EfMjmfj5pMPjpm8c,18066
356
356
  datahub/ingestion/source/looker/lookml_config.py,sha256=lulLcjAS1d8ihQseBe4HYn6ALKmJX1vl0H5mxiBzZ74,11395
357
357
  datahub/ingestion/source/looker/lookml_refinement.py,sha256=MkVreI0BylaCFyDHihDHaCcXyDSP84eF9p1h5d-ZHnM,9504
358
- datahub/ingestion/source/looker/lookml_source.py,sha256=IAyMeXetSuoywCHWkyy6cDGnSLTsdjvJSp865qawE7s,43899
358
+ datahub/ingestion/source/looker/lookml_source.py,sha256=I4Wuhxx0T4jrWHTztBPbs0dAvcOy5Gwd8MCb5xxJpKk,43965
359
359
  datahub/ingestion/source/looker/str_functions.py,sha256=zceEX2ka_4WaWwWgEdyknUSz7X3GrO951BkwSbF2afo,766
360
360
  datahub/ingestion/source/looker/urn_functions.py,sha256=4VvqEfGvIMq3rNHHps0-HlPurMPnpqdxNtDAOOHIZww,528
361
361
  datahub/ingestion/source/looker/view_upstream.py,sha256=4FCjZaU6p2G7npB2RJpP4Gv2yLjbvbsYWEbAg55IvjY,26110
362
362
  datahub/ingestion/source/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
363
363
  datahub/ingestion/source/metadata/business_glossary.py,sha256=yySwJp2SCUQp8hRwN2lQuSqvOQowIhCKDKj9syhlTZA,18210
364
- datahub/ingestion/source/metadata/lineage.py,sha256=XiZGuY6k3O9qBmgo7AzosIndJHwrvEhapVLdRlDxCuc,9507
364
+ datahub/ingestion/source/metadata/lineage.py,sha256=2iK-hsORWm7NSvMZcG4D5hb8_PH57g-u6LWbu_f7HM4,9521
365
365
  datahub/ingestion/source/neo4j/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
366
- datahub/ingestion/source/neo4j/neo4j_source.py,sha256=TDFSL4JFVi2HWKGHv2hDuVOaujAaUe1k9sP2mjKGH7c,13065
366
+ datahub/ingestion/source/neo4j/neo4j_source.py,sha256=O3jjdnsx7IyYPBLbxowL85Qo4zs4H-maMOH4-6ZNCk4,13063
367
367
  datahub/ingestion/source/powerbi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
368
368
  datahub/ingestion/source/powerbi/config.py,sha256=1WFK-JxcgBEIZ2XTwuH1PvNXYcwqEJR-IYTUTv3Z4o8,22820
369
369
  datahub/ingestion/source/powerbi/dataplatform_instance_resolver.py,sha256=-njW1kJOy-LY5JFwJLhVQ0bMBj9NQz5TZhQqsSi_KsM,2285
370
370
  datahub/ingestion/source/powerbi/powerbi-lexical-grammar.rule,sha256=5df3qvalCS9hZ46DPXs6XDcw9-IofGf8Eol_rUC7LHI,20329
371
- datahub/ingestion/source/powerbi/powerbi.py,sha256=a4LG4pxrZ6N5I6HmKFCfv9HMyvl4ZChy2XbVY17E-To,55570
371
+ datahub/ingestion/source/powerbi/powerbi.py,sha256=3qo52-Lh8tE06lO3x1Gp35Q4EnMz4s7Zh0TKQcwhoh4,55486
372
372
  datahub/ingestion/source/powerbi/m_query/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
373
373
  datahub/ingestion/source/powerbi/m_query/data_classes.py,sha256=EbaEasEOGZ73jz0cQofH9ez65wSvRBof0R6GQaIVLnM,2009
374
374
  datahub/ingestion/source/powerbi/m_query/native_sql_parser.py,sha256=zzKVDGeUM3Yv3-zNah4D6mSnr6jXsstNuLmzczcPQEE,3683
375
- datahub/ingestion/source/powerbi/m_query/parser.py,sha256=PAZI4BR5U9y7ZQ32H2leZRjO69a9qa9k3Pr7abbTtTE,5820
375
+ datahub/ingestion/source/powerbi/m_query/parser.py,sha256=5KqhUwj9H9yL9ZMPP9oSeVGiZjvXjw6Iu_HrGr95E5M,5876
376
376
  datahub/ingestion/source/powerbi/m_query/pattern_handler.py,sha256=CHGlpZ4ahNksZ6bUk3rrTF4__rLGhUgWZTa_Ivt_zaI,32565
377
377
  datahub/ingestion/source/powerbi/m_query/resolver.py,sha256=t0n1dDYjlzElSJo5zteabdSHQuHlMug23f4RodUgmIk,16959
378
- datahub/ingestion/source/powerbi/m_query/tree_function.py,sha256=h77DunhlgOP0fAg8UXDXxxInOi7Pay85_d1Ca4YqyKs,6134
378
+ datahub/ingestion/source/powerbi/m_query/tree_function.py,sha256=NIKNNHAE4kTJefTM1WR-StJi9NuingaRYn_mS_kV6A8,6180
379
379
  datahub/ingestion/source/powerbi/m_query/validator.py,sha256=crG-VZy2XPieiDliP9yVMgiFcc8b2xbZyDFEATXqEAQ,1155
380
380
  datahub/ingestion/source/powerbi/rest_api_wrapper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
381
381
  datahub/ingestion/source/powerbi/rest_api_wrapper/data_classes.py,sha256=4Kr7cLXpsWGtg-M18aXyhij9k9Ll5dGv3EaCS3d2DRk,8590
382
- datahub/ingestion/source/powerbi/rest_api_wrapper/data_resolver.py,sha256=-EHDvVmr69bP11bFm0bW0Lf1I95lPHU7sdMX1Q70roI,38503
382
+ datahub/ingestion/source/powerbi/rest_api_wrapper/data_resolver.py,sha256=FHBFSkf5tf8_o5Sjfuvo1pLVTlkSyxI5HpI8ZthPuhE,38569
383
383
  datahub/ingestion/source/powerbi/rest_api_wrapper/powerbi_api.py,sha256=NrhgwREmkWTvlhpEs7dAEEJfOxQRalA02ArKr2LLjeY,27666
384
384
  datahub/ingestion/source/powerbi/rest_api_wrapper/profiling_utils.py,sha256=bgcPheyqOj6KdRjDyANDK5yggItglcBIjbGFIwAxSds,1392
385
385
  datahub/ingestion/source/powerbi/rest_api_wrapper/query.py,sha256=VNw1Uvli6g0pnu9FpigYmnCdEPbVEipz7vdZU_WmHf4,616
386
386
  datahub/ingestion/source/powerbi_report_server/__init__.py,sha256=N9fGcrHXBbuPmx9rpGjd_jkMC3smXmfiwISDP1QZapk,324
387
387
  datahub/ingestion/source/powerbi_report_server/constants.py,sha256=i_hXcvPHjwk3VpTT5ef7s8dN9F6pJzPyRUiG5UzCCYI,3544
388
- datahub/ingestion/source/powerbi_report_server/report_server.py,sha256=GXDwuohbfywvMjWuVnQ_itaFOARstdoAhra63SMkej4,20942
388
+ datahub/ingestion/source/powerbi_report_server/report_server.py,sha256=JXp6boD28EtHSDtz49Ea6iyu4jiSq_J2PES5jmaZN1o,20935
389
389
  datahub/ingestion/source/powerbi_report_server/report_server_domain.py,sha256=J43_u4O_HjomB_cKvqOpR1gNPeRYp-WkWBRuOf9sTxI,11769
390
390
  datahub/ingestion/source/profiling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
391
391
  datahub/ingestion/source/profiling/common.py,sha256=4sZ58AeBV64KRfKAgjkg-UyNjAc3YERahQMmW4algAw,1426
@@ -394,7 +394,7 @@ datahub/ingestion/source/qlik_sense/config.py,sha256=oyCqkGrY9tmFJY9cPD9B7DdkmR7
394
394
  datahub/ingestion/source/qlik_sense/data_classes.py,sha256=3JBELAeadKTjDyfrhx6qhHwPChXRGOL95gRAUyPhKQU,6555
395
395
  datahub/ingestion/source/qlik_sense/qlik_api.py,sha256=KoBaD1VowYrbaRg1rjDP1_mmPk9j-3u1r9JNm15rK_w,13187
396
396
  datahub/ingestion/source/qlik_sense/qlik_sense.py,sha256=bmhmOgSXzC6g-uqO1ljFLRNz2oo6Xjn400UQnWdMA1Y,22530
397
- datahub/ingestion/source/qlik_sense/websocket_connection.py,sha256=CsWRFAOaRKJ7SDJKh6qT3sd5EaIFA_4JsEWSGG-6tHc,1856
397
+ datahub/ingestion/source/qlik_sense/websocket_connection.py,sha256=jp39OInvjCN9BtnKsHU_aa1B3X9hVHqSmD25stXuqHk,1940
398
398
  datahub/ingestion/source/redshift/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
399
399
  datahub/ingestion/source/redshift/config.py,sha256=S0yQ9wZKdGjWeeziWHpPECJ3wGYWBIsdhS3YJ5oAX_Y,8853
400
400
  datahub/ingestion/source/redshift/exception.py,sha256=dxzYUIv5B_FAWhOuzG2u5We7FX-ar4jhOXPXAlEIvgM,2055
@@ -408,11 +408,11 @@ datahub/ingestion/source/redshift/redshift_schema.py,sha256=9IYeUsnISenq3eVB3k-s
408
408
  datahub/ingestion/source/redshift/report.py,sha256=M19aUHBkd9n-BVBX4fRhyRNdVkN2b9Es6ZqInRx5ZGI,2958
409
409
  datahub/ingestion/source/redshift/usage.py,sha256=eSdB1MYZeQokkQOwl9LPdpo-oCBJSwxJBotSpJ9XjBc,17473
410
410
  datahub/ingestion/source/s3/__init__.py,sha256=HjqFPj11WtNFZM3kcVshlDb7kOsc19-l_3LM8PBjlJM,56
411
- datahub/ingestion/source/s3/config.py,sha256=gHDHOwctkvvbO-1VKn1i0wJ9xu1E0_2vG7wNzUL1P-w,7856
411
+ datahub/ingestion/source/s3/config.py,sha256=lElFXgEpKDT9SVoiXvtx98wV6Gp880qP4pLQaOGJGOo,7828
412
412
  datahub/ingestion/source/s3/datalake_profiler_config.py,sha256=FfrcgK-JEF94vw-l3q6pN6FENXb-wZzW2w1VUZVkwW8,3620
413
413
  datahub/ingestion/source/s3/profiling.py,sha256=yKNCKpr6w7qpCH-baeSkNE9VjkN6eBot_weD-2_Jxzk,17579
414
414
  datahub/ingestion/source/s3/report.py,sha256=fzkTdTewYlWrTk4f2Cyl-e8RV4qw9wEVtm0cdKD-Xgw,542
415
- datahub/ingestion/source/s3/source.py,sha256=JwEmVWDEFtPt6iMo82n5DQava8QAKXk_xYl01KAfdHk,47614
415
+ datahub/ingestion/source/s3/source.py,sha256=Cn-uzWj6lGEqf8515b7YxPLypvR2zxMFKBKq1xEaGIg,46928
416
416
  datahub/ingestion/source/sac/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
417
417
  datahub/ingestion/source/sac/sac.py,sha256=zPSO9ukuyhvNaaVzeAYpA-_sFma_XMcCQMPaGvDWuTk,30226
418
418
  datahub/ingestion/source/sac/sac_common.py,sha256=-xQTDBtgH56AnpRXWGDnlmQqUuLRx-7wF1U1kQFWtX8,998
@@ -424,7 +424,7 @@ datahub/ingestion/source/schema_inference/avro.py,sha256=aaqCMhLU2nxMJYPSNZv0o0A
424
424
  datahub/ingestion/source/schema_inference/base.py,sha256=dI98TOieCqqA1SdB6729EAReanGX2AC7UgSDkPls8Sg,379
425
425
  datahub/ingestion/source/schema_inference/csv_tsv.py,sha256=ypuBZEAf8Hx2Efrvu1nMWDdqVH_lg4i7N68YCwi8NiU,2259
426
426
  datahub/ingestion/source/schema_inference/json.py,sha256=p5S-3idn65V2uad5T8txs1UakA4cfllcrxfN-6qltss,2577
427
- datahub/ingestion/source/schema_inference/object.py,sha256=Aibf4dY4dXb4P9zfcNGnI2HYonBF3I9MOBTI7QTLdYk,5854
427
+ datahub/ingestion/source/schema_inference/object.py,sha256=dhSOtxVJHbTDY0hWeHwdLYHnOsW07Omk7Y4DPeztie0,5847
428
428
  datahub/ingestion/source/schema_inference/parquet.py,sha256=CdqsNuiabLLCulWbuPMssijeFmKLv3M5MKFIhlatpWA,3456
429
429
  datahub/ingestion/source/sigma/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
430
430
  datahub/ingestion/source/sigma/config.py,sha256=zGh0ZU2Ty5NHfNXAVwFxVkK4NlsNSxtAyfCgMJJvzdc,3795
@@ -439,7 +439,7 @@ datahub/ingestion/source/snowflake/oauth_config.py,sha256=ol9D3RmruGStJAeL8PYSQg
439
439
  datahub/ingestion/source/snowflake/oauth_generator.py,sha256=fu2VnREGuJXeTqIV2jx4TwieVnznf83HQkrE0h2DGGM,3423
440
440
  datahub/ingestion/source/snowflake/snowflake_assertion.py,sha256=_l3k4aI9wvioE81xxdeizJn9nJCZ_nMIXgk9N6pEk5o,4803
441
441
  datahub/ingestion/source/snowflake/snowflake_config.py,sha256=c9LE7nl6tkz7P9tc4EkSKphextW5pejLzdP3qS_iL1s,20196
442
- datahub/ingestion/source/snowflake/snowflake_connection.py,sha256=2lYTaFxUftr0RZb8LOdjc7bNQai4wplS1jTG_wl4aY0,17803
442
+ datahub/ingestion/source/snowflake/snowflake_connection.py,sha256=pEw2O9xoTSIWDiROlkF8k4oj5zBjkqTnynLvut08yhc,17796
443
443
  datahub/ingestion/source/snowflake/snowflake_data_reader.py,sha256=ffR5E2uhD71FUMXd3XOg2rHwrp1rbbGEFTAbqKcmI2s,2195
444
444
  datahub/ingestion/source/snowflake/snowflake_lineage_v2.py,sha256=FBmiONx4EGHWV8RNJT6zHZyntKinPFFyd2oKbTUIbhE,21319
445
445
  datahub/ingestion/source/snowflake/snowflake_profiler.py,sha256=0DJiSwII6FY34urlBja2FW66NaVvhbBWmG0p7u8Xyrc,7548
@@ -453,9 +453,9 @@ datahub/ingestion/source/snowflake/snowflake_summary.py,sha256=kTmuCtRnvHqM8WBYh
453
453
  datahub/ingestion/source/snowflake/snowflake_tag.py,sha256=1eLYTcgmfzDs9xktMTTE74L5SeNP48Qg3uLr9y-Ez3Y,8733
454
454
  datahub/ingestion/source/snowflake/snowflake_usage_v2.py,sha256=ySFm7WDk8FW9KjCnX4HQfTqObIrlUS-V8WIHl3j0CTI,24848
455
455
  datahub/ingestion/source/snowflake/snowflake_utils.py,sha256=EmYb2FEcdLwei92atRBQ3iKH7av4YBZCIFTgPmLo0Ng,13092
456
- datahub/ingestion/source/snowflake/snowflake_v2.py,sha256=kx8aFalByIAfrp0a_kq5iyojzh9vI4od5eVGthAR5RY,33912
456
+ datahub/ingestion/source/snowflake/snowflake_v2.py,sha256=nAbudDVh9A0kqao3jnIdgBlFNhNk1WIxoU1cofeXkFQ,33905
457
457
  datahub/ingestion/source/sql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
458
- datahub/ingestion/source/sql/athena.py,sha256=H-i13vF3QdkuiXtR5WIo4eQh9qcxGtdgQQEpM09uTzg,24017
458
+ datahub/ingestion/source/sql/athena.py,sha256=5hcx_cEVoRvA5IPLFCdIZxKeHwm6wryPU1urlFhW5NQ,24005
459
459
  datahub/ingestion/source/sql/clickhouse.py,sha256=uSRy-HKAiGFTHVLoVtGoh23X0O1lwyYUaK8BaWkYhps,25555
460
460
  datahub/ingestion/source/sql/cockroachdb.py,sha256=XaD7eae34plU9ISRC6PzYX9q6RdT2qkzjH6CpTOgkx4,1443
461
461
  datahub/ingestion/source/sql/druid.py,sha256=IjGZdntb5hubkIzzT9qDRDpyfbckEg2GwRncvC5mDSs,2722
@@ -467,17 +467,17 @@ datahub/ingestion/source/sql/mysql.py,sha256=nDWK4YbqomcJgnit9b8geUGrp_3eix4bt0_
467
467
  datahub/ingestion/source/sql/oracle.py,sha256=pQeeQarUZpC7q09zL0LlPZB0aCwHU3QBRSzxyLHGIKY,26222
468
468
  datahub/ingestion/source/sql/postgres.py,sha256=uC1kYEI8VdxiZ1Y9IxMWzwmg11wtMqYN0e2fkok1rxo,11972
469
469
  datahub/ingestion/source/sql/presto.py,sha256=PB-CS5MX2dSRFRHjlxfkLHGXLZXFNCsVAAyRBtY6HMg,3611
470
- datahub/ingestion/source/sql/sql_common.py,sha256=RuujiKCvNsAnakRGzdo80wTRdZRwXpmUDxdWu3LFYeg,48798
470
+ datahub/ingestion/source/sql/sql_common.py,sha256=r75Cd06Qwe2fqTDRZKWnIf7kpnR0BSxZ9PYBOgY0I6k,48785
471
471
  datahub/ingestion/source/sql/sql_config.py,sha256=CBXkCpzBAGrWAXJFte_i5TmpzcsMJwEjGHpfzd6vAow,8964
472
472
  datahub/ingestion/source/sql/sql_generic.py,sha256=9AERvkK8kdJUeDOzCYJDb93xdv6Z4DGho0NfeHj5Uyg,2740
473
473
  datahub/ingestion/source/sql/sql_generic_profiler.py,sha256=8cDmNpT_UXzYmP8-RWoDCnewmVGCj2cYCzH9_gSsF3o,11590
474
474
  datahub/ingestion/source/sql/sql_report.py,sha256=gw-OPHSExp_b6DRjvwqE1U6BpkwekxGrsvNMGYSGDio,2671
475
- datahub/ingestion/source/sql/sql_types.py,sha256=uuU3taVe4oCTXkqg1wSMGzTwVleRyUR87LGNQXj6eas,15021
475
+ datahub/ingestion/source/sql/sql_types.py,sha256=TYz6N2-3j3Rj8gBVZxNuQAGbDBb0hdNfhhIj0q5UIQs,15009
476
476
  datahub/ingestion/source/sql/sql_utils.py,sha256=q-Bsk6WxlsRtrw9RXBxvqI3zuaMTC_F25T2VrCziR9I,8418
477
477
  datahub/ingestion/source/sql/sqlalchemy_data_reader.py,sha256=FvHZ4JEK3aR2DYOBZiT_ZsAy12RjTu4t_KIR_92B11k,2644
478
478
  datahub/ingestion/source/sql/sqlalchemy_uri_mapper.py,sha256=KOpbmDIE2h1hyYEsbVHJi2B7FlsyUMTXZx4diyzltQg,1826
479
- datahub/ingestion/source/sql/teradata.py,sha256=TLmlwDc4rESrylEHaj2S98e0cPs3xjptTl8vNPG5Sl8,33407
480
- datahub/ingestion/source/sql/trino.py,sha256=FEn_BQ3pm23hKx94ek5kk5IXGNYcBqZEhllRJFUzfU8,17895
479
+ datahub/ingestion/source/sql/teradata.py,sha256=9WdrxDy02lRJi9IZgsAATFsmxcQnIw5Gr6yCqHJQy5k,33507
480
+ datahub/ingestion/source/sql/trino.py,sha256=8viVOu67mhDnsO3LuPSRi1WDR5MLdOXu7HOo1vtHVmo,17882
481
481
  datahub/ingestion/source/sql/two_tier_sql_source.py,sha256=YDrGBb5WKVls6qv17QU5foKrf71SydzEltc3WsVAhQc,5732
482
482
  datahub/ingestion/source/sql/vertica.py,sha256=_9OgSgIgqBml0av063rb8nACiT3SAmzpw0ouyF91wv8,33382
483
483
  datahub/ingestion/source/sql/mssql/__init__.py,sha256=1agpl8S_uDW40olkhCX_W19dbr5GO9qgjS3R7pLRZSk,87
@@ -500,7 +500,7 @@ datahub/ingestion/source/state_provider/datahub_ingestion_checkpointing_provider
500
500
  datahub/ingestion/source/state_provider/file_ingestion_checkpointing_provider.py,sha256=DziD57PbHn2Tcy51tYXCG-GQgyTGMUxnkuzVS_xihFY,4079
501
501
  datahub/ingestion/source/state_provider/state_provider_registry.py,sha256=SVq4mIyGNmLXE9OZx1taOiNPqDoQp03-Ot9rYnB5F3k,401
502
502
  datahub/ingestion/source/tableau/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
503
- datahub/ingestion/source/tableau/tableau.py,sha256=Nfs2oCxKqF0afseg5-TsrHIet3X-quI-JD_14T3bjg0,154224
503
+ datahub/ingestion/source/tableau/tableau.py,sha256=AtQYzVWBLwrEjwgfBlBIv7aJJwZVloQSgJqt9ML6IrU,154137
504
504
  datahub/ingestion/source/tableau/tableau_common.py,sha256=fGuctx_y6WrDUZDWCOSaav3VhxY1DzTUt-zk3hgu-_c,26964
505
505
  datahub/ingestion/source/tableau/tableau_constant.py,sha256=ZcAeHsQUXVVL26ORly0ByZk_GJAFbxaKuJAlX_sYMac,2686
506
506
  datahub/ingestion/source/tableau/tableau_server_wrapper.py,sha256=nSyx9RzC6TCQDm-cTVJ657qT8iDwzk_8JMKpohhmOc4,1046
@@ -568,7 +568,7 @@ datahub/integrations/assertion/snowflake/metric_sql_generator.py,sha256=7lCSZJ9P
568
568
  datahub/integrations/great_expectations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
569
569
  datahub/integrations/great_expectations/action.py,sha256=78ywIwsfmxXbQQ0emou15ziasdr852dDk9qqSolaHac,100
570
570
  datahub/lite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
571
- datahub/lite/duckdb_lite.py,sha256=NbH2L03KpFqZJAAtpGH_CYihPAuG6krPMTDKmbdR0Fo,32790
571
+ datahub/lite/duckdb_lite.py,sha256=lPjFUNvEAJzfQaELR9mhED1zB0kM4yQQfDwFhWRIlHE,32560
572
572
  datahub/lite/duckdb_lite_config.py,sha256=PGY5Hab_xbbqoA1hf7OKySBJ2JQJaLNKl-4CO39ad3g,157
573
573
  datahub/lite/lite_local.py,sha256=jsAwvnMJz_aR_a7y1ju2_ER3J3PS8wtEhutA9GmSihA,2858
574
574
  datahub/lite/lite_registry.py,sha256=bpH0kasP-LtwwUFNA2QsOIehfekAYfJtN-AkQLmSWnw,286
@@ -878,7 +878,7 @@ datahub/sdk/_entity.py,sha256=EDLX9833IiLw40r7xk_u1-TR8gn8u5m6biBGScFBjnw,3850
878
878
  datahub/sdk/_shared.py,sha256=tvXMH-3Q-QHIEyaWUyBPzyCXz6ZQdKo89h0LanPAKNI,16826
879
879
  datahub/sdk/_utils.py,sha256=aGE665Su8SGtj2CRDiTaXNYrJ8ADBsS0m4DmaXw79b8,1027
880
880
  datahub/sdk/container.py,sha256=8VdBqhsIrt1VZwfRNnTmIvzccPegqyqxKkUTljG5sw0,7360
881
- datahub/sdk/dataset.py,sha256=DW-Ey3K8XPncIXZ8bKOvdcevs73_Uikd4nQ6TDtzrr4,24971
881
+ datahub/sdk/dataset.py,sha256=GRkDQhg3q-Xv4Ma5UpZY-0Ob6RaKqK2xKjeOFVeT4rY,24948
882
882
  datahub/sdk/entity_client.py,sha256=DcHytfCM8X9J6mm_QXzFR-2vDQa88I9Q2ktSNC2oSUI,4277
883
883
  datahub/sdk/main_client.py,sha256=CDkwbnjVuLRq6XXoP2og6ZpP26sSU-dPICrtLRt16LU,2628
884
884
  datahub/sdk/resolver_client.py,sha256=UxI0bwg0ITm9dWPmAAKxkTvpLiGACtSCuEDNxLJipjs,3395
@@ -1017,9 +1017,9 @@ datahub_provider/operators/datahub_assertion_operator.py,sha256=uvTQ-jk2F0sbqqxp
1017
1017
  datahub_provider/operators/datahub_assertion_sensor.py,sha256=lCBj_3x1cf5GMNpHdfkpHuyHfVxsm6ff5x2Z5iizcAo,140
1018
1018
  datahub_provider/operators/datahub_operation_operator.py,sha256=aevDp2FzX7FxGlXrR0khoHNbxbhKR2qPEX5e8O2Jyzw,174
1019
1019
  datahub_provider/operators/datahub_operation_sensor.py,sha256=8fcdVBCEPgqy1etTXgLoiHoJrRt_nzFZQMdSzHqSG7M,168
1020
- acryl_datahub-1.0.0rc7.dist-info/LICENSE,sha256=9xNHpsD0uYF5ONzXsKDCuHHB-xbiCrSbueWXqrTNsxk,11365
1021
- acryl_datahub-1.0.0rc7.dist-info/METADATA,sha256=eoiWtUrm9gF9WNDd_5LX52HR9WhlNa7nYA6YIPbCPEU,175342
1022
- acryl_datahub-1.0.0rc7.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
1023
- acryl_datahub-1.0.0rc7.dist-info/entry_points.txt,sha256=U1e5ZwqPX1OaIbvGrwvozcdB8SbzFYXQM7plpdLKKeo,9592
1024
- acryl_datahub-1.0.0rc7.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
1025
- acryl_datahub-1.0.0rc7.dist-info/RECORD,,
1020
+ acryl_datahub-1.0.0rc8.dist-info/LICENSE,sha256=9xNHpsD0uYF5ONzXsKDCuHHB-xbiCrSbueWXqrTNsxk,11365
1021
+ acryl_datahub-1.0.0rc8.dist-info/METADATA,sha256=QYJLvM59qHKCU77QdX7UMuCcqIT5s8hGMdCIJClS_e8,175382
1022
+ acryl_datahub-1.0.0rc8.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
1023
+ acryl_datahub-1.0.0rc8.dist-info/entry_points.txt,sha256=U1e5ZwqPX1OaIbvGrwvozcdB8SbzFYXQM7plpdLKKeo,9592
1024
+ acryl_datahub-1.0.0rc8.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
1025
+ acryl_datahub-1.0.0rc8.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.0.0rc7"
3
+ __version__ = "1.0.0rc8"
4
4
 
5
5
 
6
6
  def is_dev_mode() -> bool:
@@ -43,9 +43,7 @@ class GitReference(ConfigModel):
43
43
 
44
44
  @validator("repo", pre=True)
45
45
  def simplify_repo_url(cls, repo: str) -> str:
46
- if repo.startswith("github.com/"):
47
- repo = f"https://{repo}"
48
- elif repo.startswith("gitlab.com"):
46
+ if repo.startswith("github.com/") or repo.startswith("gitlab.com"):
49
47
  repo = f"https://{repo}"
50
48
  elif repo.count("/") == 1:
51
49
  repo = f"https://github.com/{repo}"
@@ -281,7 +281,7 @@ class ClassificationHandler:
281
281
  ),
282
282
  values=(
283
283
  sample_data[schema_field.fieldPath]
284
- if schema_field.fieldPath in sample_data.keys()
284
+ if schema_field.fieldPath in sample_data
285
285
  else []
286
286
  ),
287
287
  )
@@ -330,7 +330,7 @@ class DataHubGraph(DatahubRestEmitter, EntityVersioningAPI):
330
330
  aspect_type_name: Optional[str] = None,
331
331
  version: int = 0,
332
332
  ) -> Optional[Aspect]:
333
- assert aspect_type.ASPECT_NAME == aspect
333
+ assert aspect == aspect_type.ASPECT_NAME
334
334
  return self.get_aspect(
335
335
  entity_urn=entity_urn,
336
336
  aspect_type=aspect_type,
@@ -163,12 +163,7 @@ class DatahubIngestionRunSummaryProvider(PipelineRunListener):
163
163
  key: DatahubIngestionRunSummaryProvider._convert_sets_to_lists(value)
164
164
  for key, value in obj.items()
165
165
  }
166
- elif isinstance(obj, list):
167
- return [
168
- DatahubIngestionRunSummaryProvider._convert_sets_to_lists(element)
169
- for element in obj
170
- ]
171
- elif isinstance(obj, set):
166
+ elif isinstance(obj, list) or isinstance(obj, set):
172
167
  return [
173
168
  DatahubIngestionRunSummaryProvider._convert_sets_to_lists(element)
174
169
  for element in obj
@@ -144,10 +144,8 @@ class DataLakeSourceConfig(
144
144
  return path_specs
145
145
 
146
146
  @pydantic.validator("platform", always=True)
147
- def platform_not_empty(cls, platform: str, values: dict) -> str:
148
- inferred_platform = values.get(
149
- "platform", None
150
- ) # we may have inferred it above
147
+ def platform_not_empty(cls, platform: Any, values: dict) -> str:
148
+ inferred_platform = values.get("platform") # we may have inferred it above
151
149
  platform = platform or inferred_platform
152
150
  if not platform:
153
151
  raise ValueError("platform must not be empty")
@@ -165,7 +165,7 @@ class BigQueryTableRef:
165
165
  @classmethod
166
166
  def from_spec_obj(cls, spec: dict) -> "BigQueryTableRef":
167
167
  for key in ["projectId", "datasetId", "tableId"]:
168
- if key not in spec.keys():
168
+ if key not in spec:
169
169
  raise ValueError(f"invalid BigQuery table reference dict: {spec}")
170
170
 
171
171
  return cls(
@@ -344,7 +344,7 @@ class BigQuerySchemaApi:
344
344
  with_partitions: bool = False,
345
345
  ) -> Iterator[BigqueryTable]:
346
346
  with PerfTimer() as current_timer:
347
- filter_clause: str = ", ".join(f"'{table}'" for table in tables.keys())
347
+ filter_clause: str = ", ".join(f"'{table}'" for table in tables)
348
348
 
349
349
  if with_partitions:
350
350
  query_template = BigqueryQuery.tables_for_dataset
@@ -314,7 +314,7 @@ class CSVEnricherSource(Source):
314
314
  "datajob": EditableDataJobPropertiesClass,
315
315
  "dataflow": EditableDataFlowPropertiesClass,
316
316
  "notebook": EditableNotebookPropertiesClass,
317
- }.get(entityType, None)
317
+ }.get(entityType)
318
318
 
319
319
  if not entityClass:
320
320
  raise ValueError(
@@ -1033,7 +1033,7 @@ class DBTSourceBase(StatefulIngestionSourceBase):
1033
1033
  cll_nodes.add(dbt_name)
1034
1034
  schema_nodes.add(dbt_name)
1035
1035
 
1036
- for dbt_name in all_nodes_map.keys():
1036
+ for dbt_name in all_nodes_map:
1037
1037
  if self._is_allowed_node(dbt_name):
1038
1038
  add_node_to_cll_list(dbt_name)
1039
1039
 
@@ -410,10 +410,13 @@ def _from_obj_for_file(
410
410
  item = MetadataChangeEvent.from_obj(obj)
411
411
  elif "aspect" in obj:
412
412
  item = MetadataChangeProposalWrapper.from_obj(obj)
413
- else:
413
+ elif "bucket" in obj:
414
414
  item = UsageAggregationClass.from_obj(obj)
415
+ else:
416
+ raise ValueError(f"Unknown object type: {obj}")
417
+
415
418
  if not item.validate():
416
- raise ValueError(f"failed to parse: {obj}")
419
+ raise ValueError(f"Failed to parse: {obj}")
417
420
 
418
421
  if isinstance(item, UsageAggregationClass):
419
422
  logger.warning(f"Dropping deprecated UsageAggregationClass: {item}")
@@ -498,7 +498,7 @@ class DataProcessCleanup:
498
498
  # Delete empty dataflows if needed
499
499
  if self.config.delete_empty_data_flows:
500
500
  deleted_data_flows: int = 0
501
- for key in dataFlows.keys():
501
+ for key in dataFlows:
502
502
  if not dataJobs.get(key) or len(dataJobs[key]) == 0:
503
503
  logger.info(
504
504
  f"Deleting dataflow {key} because there are not datajobs"
@@ -170,14 +170,10 @@ def get_column_unique_count_dh_patch(self: SqlAlchemyDataset, column: str) -> in
170
170
  ).select_from(self._table)
171
171
  )
172
172
  return convert_to_json_serializable(element_values.fetchone()[0])
173
- elif self.engine.dialect.name.lower() == BIGQUERY:
174
- element_values = self.engine.execute(
175
- sa.select(sa.func.APPROX_COUNT_DISTINCT(sa.column(column))).select_from(
176
- self._table
177
- )
178
- )
179
- return convert_to_json_serializable(element_values.fetchone()[0])
180
- elif self.engine.dialect.name.lower() == SNOWFLAKE:
173
+ elif (
174
+ self.engine.dialect.name.lower() == BIGQUERY
175
+ or self.engine.dialect.name.lower() == SNOWFLAKE
176
+ ):
181
177
  element_values = self.engine.execute(
182
178
  sa.select(sa.func.APPROX_COUNT_DISTINCT(sa.column(column))).select_from(
183
179
  self._table
@@ -381,13 +377,14 @@ class _SingleDatasetProfiler(BasicDatasetProfilerBase):
381
377
  col = col_dict["name"]
382
378
  self.column_types[col] = str(col_dict["type"])
383
379
  # We expect the allow/deny patterns to specify '<table_pattern>.<column_pattern>'
384
- if not self.config._allow_deny_patterns.allowed(
385
- f"{self.dataset_name}.{col}"
380
+ if (
381
+ not self.config._allow_deny_patterns.allowed(
382
+ f"{self.dataset_name}.{col}"
383
+ )
384
+ or not self.config.profile_nested_fields
385
+ and "." in col
386
386
  ):
387
387
  ignored_columns_by_pattern.append(col)
388
- # We try to ignore nested columns as well
389
- elif not self.config.profile_nested_fields and "." in col:
390
- ignored_columns_by_pattern.append(col)
391
388
  elif col_dict.get("type") and self._should_ignore_column(col_dict["type"]):
392
389
  ignored_columns_by_type.append(col)
393
390
  else:
@@ -1408,7 +1405,7 @@ class DatahubGEProfiler:
1408
1405
  },
1409
1406
  )
1410
1407
 
1411
- if platform == BIGQUERY or platform == DATABRICKS:
1408
+ if platform in (BIGQUERY, DATABRICKS):
1412
1409
  # This is done as GE makes the name as DATASET.TABLE
1413
1410
  # but we want it to be PROJECT.DATASET.TABLE instead for multi-project setups
1414
1411
  name_parts = pretty_name.split(".")