acryl-datahub 1.1.0.5rc7__py3-none-any.whl → 1.1.0.5rc9__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.1.0.5rc7.dist-info → acryl_datahub-1.1.0.5rc9.dist-info}/METADATA +2620 -2622
- {acryl_datahub-1.1.0.5rc7.dist-info → acryl_datahub-1.1.0.5rc9.dist-info}/RECORD +59 -59
- datahub/_version.py +1 -1
- datahub/cli/check_cli.py +0 -7
- datahub/cli/cli_utils.py +73 -0
- datahub/cli/delete_cli.py +0 -6
- datahub/cli/docker_check.py +107 -12
- datahub/cli/docker_cli.py +148 -228
- datahub/cli/exists_cli.py +0 -4
- datahub/cli/get_cli.py +0 -4
- datahub/cli/ingest_cli.py +1 -20
- datahub/cli/put_cli.py +0 -6
- datahub/cli/quickstart_versioning.py +50 -5
- datahub/cli/specific/assertions_cli.py +0 -6
- datahub/cli/specific/datacontract_cli.py +0 -6
- datahub/cli/specific/dataproduct_cli.py +0 -22
- datahub/cli/specific/dataset_cli.py +0 -11
- datahub/cli/specific/forms_cli.py +0 -6
- datahub/cli/specific/group_cli.py +0 -4
- datahub/cli/specific/structuredproperties_cli.py +0 -7
- datahub/cli/specific/user_cli.py +0 -4
- datahub/cli/state_cli.py +0 -4
- datahub/cli/timeline_cli.py +0 -4
- datahub/entrypoints.py +4 -3
- datahub/ingestion/autogenerated/capability_summary.json +88 -23
- datahub/ingestion/extractor/schema_util.py +13 -4
- datahub/ingestion/graph/client.py +2 -2
- datahub/ingestion/run/pipeline.py +43 -0
- datahub/ingestion/source/bigquery_v2/bigquery.py +9 -1
- datahub/ingestion/source/datahub/datahub_database_reader.py +1 -2
- datahub/ingestion/source/dremio/dremio_source.py +1 -4
- datahub/ingestion/source/gcs/gcs_source.py +9 -1
- datahub/ingestion/source/identity/okta.py +0 -13
- datahub/ingestion/source/powerbi/powerbi.py +0 -5
- datahub/ingestion/source/powerbi/rest_api_wrapper/powerbi_api.py +0 -1
- datahub/ingestion/source/powerbi_report_server/report_server.py +0 -23
- datahub/ingestion/source/sigma/sigma.py +6 -1
- datahub/ingestion/source/snowflake/snowflake_config.py +11 -0
- datahub/ingestion/source/snowflake/snowflake_queries.py +100 -58
- datahub/ingestion/source/snowflake/snowflake_v2.py +11 -1
- datahub/ingestion/source/snowflake/stored_proc_lineage.py +1 -1
- datahub/ingestion/source/sql/hive_metastore.py +0 -10
- datahub/ingestion/source/sql/sql_common.py +8 -0
- datahub/ingestion/source/sql/teradata.py +993 -234
- datahub/ingestion/source/sql/vertica.py +0 -4
- datahub/ingestion/source/sql_queries.py +2 -2
- datahub/ingestion/source/superset.py +56 -1
- datahub/ingestion/source/tableau/tableau.py +40 -34
- datahub/ingestion/source/tableau/tableau_constant.py +0 -2
- datahub/ingestion/source/unity/source.py +9 -1
- datahub/sdk/lineage_client.py +2 -2
- datahub/sql_parsing/sql_parsing_aggregator.py +21 -12
- datahub/sql_parsing/sqlglot_lineage.py +40 -15
- datahub/upgrade/upgrade.py +46 -13
- datahub/utilities/server_config_util.py +8 -0
- {acryl_datahub-1.1.0.5rc7.dist-info → acryl_datahub-1.1.0.5rc9.dist-info}/WHEEL +0 -0
- {acryl_datahub-1.1.0.5rc7.dist-info → acryl_datahub-1.1.0.5rc9.dist-info}/entry_points.txt +0 -0
- {acryl_datahub-1.1.0.5rc7.dist-info → acryl_datahub-1.1.0.5rc9.dist-info}/licenses/LICENSE +0 -0
- {acryl_datahub-1.1.0.5rc7.dist-info → acryl_datahub-1.1.0.5rc9.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
acryl_datahub-1.1.0.
|
|
1
|
+
acryl_datahub-1.1.0.5rc9.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=
|
|
5
|
-
datahub/entrypoints.py,sha256=
|
|
4
|
+
datahub/_version.py,sha256=HrnZ-4RMPl13ySZH6W3oPlFpZWlcY3_Awisgp8TPG0c,323
|
|
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
|
|
8
8
|
datahub/_codegen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -67,37 +67,37 @@ datahub/api/graphql/assertion.py,sha256=o_q6SV7N1rJTVMNKSUBGJnZPk6TcVYoVShgDmPw6
|
|
|
67
67
|
datahub/api/graphql/base.py,sha256=zk724_oYSJ0nK7X7Z80MijnA6ry9JqpxnBsJeYuONKA,1737
|
|
68
68
|
datahub/api/graphql/operation.py,sha256=7E80HyE-5JLfLbFkQbgJeNwIaKngjBCrWES8eJO4OYc,5112
|
|
69
69
|
datahub/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
70
|
-
datahub/cli/check_cli.py,sha256=
|
|
71
|
-
datahub/cli/cli_utils.py,sha256=
|
|
70
|
+
datahub/cli/check_cli.py,sha256=quFSmXrTyre_OIyF9XCxfQDgB90qaRPQjh6kQ1V0L5M,15559
|
|
71
|
+
datahub/cli/cli_utils.py,sha256=24BujQ4jx7uZBVFZQec4jXVa8nUnOBm7RONdcmHJerE,16619
|
|
72
72
|
datahub/cli/config_utils.py,sha256=EeBGfhmf4AxYoTfnZ4GSiGIgpzJFkduNjN_FwmxZGhA,4889
|
|
73
73
|
datahub/cli/container_cli.py,sha256=uDOwewGEPYHQt-ppYEb8ESXhZjPNIZG0Rt3cm2FzPqc,1569
|
|
74
|
-
datahub/cli/delete_cli.py,sha256=
|
|
75
|
-
datahub/cli/docker_check.py,sha256=
|
|
76
|
-
datahub/cli/docker_cli.py,sha256=
|
|
74
|
+
datahub/cli/delete_cli.py,sha256=aj9KxlRe2oXvdlMdLGJvQolY4mk8OBSskxDGS4jaJ1Q,26354
|
|
75
|
+
datahub/cli/docker_check.py,sha256=NdMmIG8H15QbJqzuHchrs99Mva7kVE-t7FTd6t3qT_c,12978
|
|
76
|
+
datahub/cli/docker_cli.py,sha256=ViB33UGUSWSR3LeSk-ZSEvCVIgVbtPdSSN7bpoOfPMI,33008
|
|
77
77
|
datahub/cli/env_utils.py,sha256=RQzjg4JE29hjPt4v7p-RuqoOr99w8E3DBHWiN2Sm7T4,252
|
|
78
|
-
datahub/cli/exists_cli.py,sha256=
|
|
79
|
-
datahub/cli/get_cli.py,sha256=
|
|
78
|
+
datahub/cli/exists_cli.py,sha256=DHVSmq571X982DK-Z7pYAkdsFpP3raQkpqhDFeHZ_So,1174
|
|
79
|
+
datahub/cli/get_cli.py,sha256=znkj0cIVU1mwL-bbzAXz2bW5zFs3PeI9He6MtiwCnd0,2268
|
|
80
80
|
datahub/cli/iceberg_cli.py,sha256=L4QIBc7SiKMJF02S94mFpdOI0P1zIZESeW-o7waJSf4,23127
|
|
81
|
-
datahub/cli/ingest_cli.py,sha256=
|
|
81
|
+
datahub/cli/ingest_cli.py,sha256=j2AOkDHmLdt4Pm0Wj1yyVQvbdfXRzLXHy2H5A3zKFhA,20390
|
|
82
82
|
datahub/cli/json_file.py,sha256=nWo-VVthaaW4Do1eUqgrzk0fShb29MjiKXvZVOTq76c,943
|
|
83
83
|
datahub/cli/lite_cli.py,sha256=XKMejSuYUToKBvgN3YmmnxjRcaG5WPw23gJuQK8pgRc,13099
|
|
84
84
|
datahub/cli/migrate.py,sha256=QZKshJX7nDKPDM0UGt8bLDchQQ7Z_3oassf8-jLL5yA,17953
|
|
85
85
|
datahub/cli/migration_utils.py,sha256=snkkT8ixo3Il4bvc7qN_QBOP1fz5UsO0usrUl2zJ68w,9478
|
|
86
|
-
datahub/cli/put_cli.py,sha256=
|
|
87
|
-
datahub/cli/quickstart_versioning.py,sha256=
|
|
88
|
-
datahub/cli/state_cli.py,sha256=
|
|
86
|
+
datahub/cli/put_cli.py,sha256=FhOiVGz614U5v11KtkaWErQYc6TRstqoI-HMTNw8QQY,3745
|
|
87
|
+
datahub/cli/quickstart_versioning.py,sha256=quLCjWBORu7LCkJ3_cquiSOguu0SRxl3R9hLqOekzYo,7433
|
|
88
|
+
datahub/cli/state_cli.py,sha256=MTnKs_nXWpXPmpn9gbWWrsaFzLrnscTkLC9hl-wF7UY,1083
|
|
89
89
|
datahub/cli/telemetry.py,sha256=xw3SiAn2je48Qv4kXPYN5EPVKHWEWZc2LGoF7UzGs8U,489
|
|
90
|
-
datahub/cli/timeline_cli.py,sha256=
|
|
90
|
+
datahub/cli/timeline_cli.py,sha256=V6J-YTRXyL8DxcB8kxmN-ckXTH21m3w6grPC98fm9hQ,7525
|
|
91
91
|
datahub/cli/specific/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
|
-
datahub/cli/specific/assertions_cli.py,sha256=
|
|
93
|
-
datahub/cli/specific/datacontract_cli.py,sha256=
|
|
94
|
-
datahub/cli/specific/dataproduct_cli.py,sha256=
|
|
95
|
-
datahub/cli/specific/dataset_cli.py,sha256=
|
|
92
|
+
datahub/cli/specific/assertions_cli.py,sha256=rb8WTSrqp2MutPgmEnl8DowvGIhZKl-LDOPUGt1WfOE,5265
|
|
93
|
+
datahub/cli/specific/datacontract_cli.py,sha256=ZMMVoKD3Ankt3HMnokrnser5MHQFFz9nqov359oHnLc,2435
|
|
94
|
+
datahub/cli/specific/dataproduct_cli.py,sha256=jBODAA4raTna3fD6eh-N1USmfzhOLqQ-r_hCYmdGVnI,14685
|
|
95
|
+
datahub/cli/specific/dataset_cli.py,sha256=QeYhHreUsw9hAp7oPZ_3UiV8_6mt8P9sw7vf8r6W4lE,8358
|
|
96
96
|
datahub/cli/specific/file_loader.py,sha256=YMyv_evdKyHSft5Tm_kOcqJ4ALpRmMm54ZJAyl7Nxqs,773
|
|
97
|
-
datahub/cli/specific/forms_cli.py,sha256=
|
|
98
|
-
datahub/cli/specific/group_cli.py,sha256=
|
|
99
|
-
datahub/cli/specific/structuredproperties_cli.py,sha256=
|
|
100
|
-
datahub/cli/specific/user_cli.py,sha256=
|
|
97
|
+
datahub/cli/specific/forms_cli.py,sha256=Ae3vVYt3IfpAkcHXIdu9y6ckcw0EM8i3ZkZEiiLiqY0,1374
|
|
98
|
+
datahub/cli/specific/group_cli.py,sha256=NgsPs6ua7zaLiN6pqWvZnyqZ0mJozfTzLHTmkAHwAl0,1908
|
|
99
|
+
datahub/cli/specific/structuredproperties_cli.py,sha256=w9OkJ1uujZHN8PfYydzVMBVJp7lENLMKFJmvQLVDSMg,5473
|
|
100
|
+
datahub/cli/specific/user_cli.py,sha256=_peLYSzV3GjfyyaIaC8kb3QejpTUe3mS80TOdArO46g,1838
|
|
101
101
|
datahub/configuration/__init__.py,sha256=5TN3a7CWNsLRHpdj-sv2bxKWF2IslvJwE6EpNMFrIS4,123
|
|
102
102
|
datahub/configuration/_config_enum.py,sha256=ul2hr5gMmdLvBINicFkMNMi1ApmnmZSwNdUYYted5nk,1447
|
|
103
103
|
datahub/configuration/common.py,sha256=0OXk_yhyVJroP47Nant5-5fRWOahkVB8YU4G70TR9BI,10692
|
|
@@ -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=
|
|
162
|
+
datahub/ingestion/autogenerated/capability_summary.json,sha256=ipM9Wy9UrPzyjouD3Cc7F7w1dNnZgqxqxY-P0oH3K28,105746
|
|
163
163
|
datahub/ingestion/autogenerated/lineage.json,sha256=wjaXxrzpo3M9ppc80TKIgCTuCg0jpb-D9MhBsHXaMOY,10004
|
|
164
164
|
datahub/ingestion/autogenerated/lineage_helper.py,sha256=MJrHGuDvM_9hrFfRt0dkzE58j1xIsvgW6UIQBEKqdYE,2701
|
|
165
165
|
datahub/ingestion/extractor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -168,7 +168,7 @@ datahub/ingestion/extractor/json_ref_patch.py,sha256=4g3ZWHn7rwS74jUvSXJiGpi-UKH
|
|
|
168
168
|
datahub/ingestion/extractor/json_schema_util.py,sha256=a2L4dbYr6CI3JkLgK-5aheyQIF6GU4chfAgr2kT5tts,27379
|
|
169
169
|
datahub/ingestion/extractor/mce_extractor.py,sha256=aTJWdj2fuIi4_I06Ocurre2pf-QJBSX7LQvWGelz-OM,2699
|
|
170
170
|
datahub/ingestion/extractor/protobuf_util.py,sha256=QmlRgnyVhoNXyKpohArEpdWyl7T_Uu94MyVHflqLi7k,13177
|
|
171
|
-
datahub/ingestion/extractor/schema_util.py,sha256=
|
|
171
|
+
datahub/ingestion/extractor/schema_util.py,sha256=_SKeTMMx-Y-C3H_O7Q27ptGZAIHQtWZSWNp5s1Dsudw,25745
|
|
172
172
|
datahub/ingestion/fs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
173
|
datahub/ingestion/fs/fs_base.py,sha256=Y1n9DAtqx0qA6zqZXlYKurvUhDK3hH7cnsYl2bKXwKY,964
|
|
174
174
|
datahub/ingestion/fs/fs_registry.py,sha256=3fpdA1dGInQ0evK9fHPskONE0lDNt6dqFg9pV_QAFD4,213
|
|
@@ -181,7 +181,7 @@ datahub/ingestion/glossary/classifier.py,sha256=daLxnVv_JlfB_jBOxH5LrU_xQRndrsGo
|
|
|
181
181
|
datahub/ingestion/glossary/classifier_registry.py,sha256=yFOYLQhDgCLqXYMG3L1BquXafeLcZDcmp8meyw6k9ts,307
|
|
182
182
|
datahub/ingestion/glossary/datahub_classifier.py,sha256=O7wm6gQT1Jf2QSKdWjJQbS5oSzJwplXzfza26Gdq5Mg,7555
|
|
183
183
|
datahub/ingestion/graph/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
184
|
-
datahub/ingestion/graph/client.py,sha256=
|
|
184
|
+
datahub/ingestion/graph/client.py,sha256=b23UCgszAFcW_UjNBEvY5c3oqMNGifz2445vl2IkKyo,74224
|
|
185
185
|
datahub/ingestion/graph/config.py,sha256=rmkcqAL8fJoY9QyAeS0Xm8HvwHzV3pCjY-Om-50JJTI,1015
|
|
186
186
|
datahub/ingestion/graph/connections.py,sha256=9462L0ZWGKURyypAln25eMPhK3pcufBar9tNDoqspXs,741
|
|
187
187
|
datahub/ingestion/graph/entity_versioning.py,sha256=nrcNz0Qm6kpE6oTu_mrYUQDx14KPspBTc6R9SyFUY6c,6901
|
|
@@ -193,7 +193,7 @@ datahub/ingestion/reporting/file_reporter.py,sha256=tiWukmMxHrTQI3rOAumsq6lRlw8T
|
|
|
193
193
|
datahub/ingestion/reporting/reporting_provider_registry.py,sha256=jTYSh3T4sensjnHQfPLiIcbA2dG8w0px9ghChAJjGdU,310
|
|
194
194
|
datahub/ingestion/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
195
195
|
datahub/ingestion/run/connection.py,sha256=mngNzr5aRLUDa5Izqxa0xkdDEqEqcDuacWSKIlkdvPc,1483
|
|
196
|
-
datahub/ingestion/run/pipeline.py,sha256=
|
|
196
|
+
datahub/ingestion/run/pipeline.py,sha256=zTczv-deF-q3rwnR9GI9cCYiFRNc_5KkoEAylCCxaMw,31982
|
|
197
197
|
datahub/ingestion/run/pipeline_config.py,sha256=joG1j9OlwJhb8zqv4TY6_FSzOaKOx6xsBu255A5lP8g,4101
|
|
198
198
|
datahub/ingestion/run/sink_callback.py,sha256=xZAzaKkR0dcQP838pMJWsA52oaQXV5BiqXkpxEpJ_9U,2856
|
|
199
199
|
datahub/ingestion/sink/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -227,8 +227,8 @@ datahub/ingestion/source/pulsar.py,sha256=u5F8QnCLJsht5-7XCiUTsnfhCPIpKVB_l32CgM
|
|
|
227
227
|
datahub/ingestion/source/redash.py,sha256=YxjSad-X_wPmxYH8dJmFz_VCFhiLTCTSlK99WdvcYiA,30653
|
|
228
228
|
datahub/ingestion/source/salesforce.py,sha256=Pa_w1XszxFd8fyhpSWOfc2nOnevHwwstIvnRrQT4R9M,40584
|
|
229
229
|
datahub/ingestion/source/source_registry.py,sha256=a2mLjJPLkSI-gYCTb_7U7Jo4D8jGknNQ_yScPIihXFk,1208
|
|
230
|
-
datahub/ingestion/source/sql_queries.py,sha256=
|
|
231
|
-
datahub/ingestion/source/superset.py,sha256=
|
|
230
|
+
datahub/ingestion/source/sql_queries.py,sha256=iQxiRpqbseR7pQ9rswqVjdYusCNAtkU5WAMUWPJrQsI,9505
|
|
231
|
+
datahub/ingestion/source/superset.py,sha256=oi7F2jlvkVr9ItJ_r1Jm4bYfXHYu4vPAFPMPaGJKB84,50608
|
|
232
232
|
datahub/ingestion/source/abs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
233
233
|
datahub/ingestion/source/abs/config.py,sha256=mBQe0JTaP-Rcv4HnMUUySoYbSr4r3jDEMioxaXHnxXU,6709
|
|
234
234
|
datahub/ingestion/source/abs/datalake_profiler_config.py,sha256=Rkf64evufyVGPiE4VK8QAjzBiJFu85tOGMmJ0lJZ2Og,3600
|
|
@@ -256,7 +256,7 @@ datahub/ingestion/source/azure/abs_folder_utils.py,sha256=7skXus-4fSIoKpqCeU-GG0
|
|
|
256
256
|
datahub/ingestion/source/azure/abs_utils.py,sha256=KdAlCK-PMrn35kFHxz5vrsjajyx2PD5GRgoBKdoRvcg,2075
|
|
257
257
|
datahub/ingestion/source/azure/azure_common.py,sha256=Zl0pPuE6L3QcM5B1P0LsPthZmD0h7fUUS0kg2okl6IY,4053
|
|
258
258
|
datahub/ingestion/source/bigquery_v2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
259
|
-
datahub/ingestion/source/bigquery_v2/bigquery.py,sha256=
|
|
259
|
+
datahub/ingestion/source/bigquery_v2/bigquery.py,sha256=u4-LLt6ZDe3hKqLWqEByYpc0z-UcEZf85uok9qNEFko,15321
|
|
260
260
|
datahub/ingestion/source/bigquery_v2/bigquery_audit.py,sha256=kEwWhq3ch6WT4q4hcX8-fvQh28KgrNfspFwIytO3vQA,25103
|
|
261
261
|
datahub/ingestion/source/bigquery_v2/bigquery_audit_log_api.py,sha256=LuGJ6LgPViLIfDQfylxlQ3CA7fZYM5MDt8M-7sfzm84,5096
|
|
262
262
|
datahub/ingestion/source/bigquery_v2/bigquery_config.py,sha256=bG1soRawCLhJw_15L2fJmFfj1kntTthV6ng4LZOnwko,21916
|
|
@@ -294,7 +294,7 @@ datahub/ingestion/source/data_lake_common/path_spec.py,sha256=ekJAr4-PE2RhzQnmKb
|
|
|
294
294
|
datahub/ingestion/source/datahub/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
295
295
|
datahub/ingestion/source/datahub/config.py,sha256=bjR1U3F85FbtgqmLDW-f_4dQvuw5AsJQxdQlOUeHDUk,5126
|
|
296
296
|
datahub/ingestion/source/datahub/datahub_api_reader.py,sha256=hlKADVEPoTFiRGKqRsMF5mL4fSu_IrIW8Nx7LpEzvkM,2134
|
|
297
|
-
datahub/ingestion/source/datahub/datahub_database_reader.py,sha256=
|
|
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
299
|
datahub/ingestion/source/datahub/datahub_source.py,sha256=LsfDntDtqt_HMYCWwYctFK3Utyo_VO2x26rDsf6FO0I,8730
|
|
300
300
|
datahub/ingestion/source/datahub/report.py,sha256=VHBfCbwFRzdLdB7hQG9ST4EiZxl_vBCU0XxGcZR6Xxs,940
|
|
@@ -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=
|
|
322
|
+
datahub/ingestion/source/dremio/dremio_source.py,sha256=fNEMehw-bAujrHUzOxH98SdLA5qNHdDqHcqVdi6yHgE,25091
|
|
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
|
|
@@ -336,7 +336,7 @@ datahub/ingestion/source/gc/dataprocess_cleanup.py,sha256=mUWcMt-_FL1SYGIgI4lGZD
|
|
|
336
336
|
datahub/ingestion/source/gc/execution_request_cleanup.py,sha256=y-9ZIs_DZPUzYH1CI6HmaAZg3olNNA7MjT8HrCqAI0k,11159
|
|
337
337
|
datahub/ingestion/source/gc/soft_deleted_entity_cleanup.py,sha256=4-qQR_2HGIYU8kC2hRIsJyKKMb9lKq4B6paJm_abUk4,12628
|
|
338
338
|
datahub/ingestion/source/gcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
339
|
-
datahub/ingestion/source/gcs/gcs_source.py,sha256=
|
|
339
|
+
datahub/ingestion/source/gcs/gcs_source.py,sha256=akpLTTOH4FPUn91klyvwY7ARr3x1NYBEdQLy7NqdPFw,7268
|
|
340
340
|
datahub/ingestion/source/gcs/gcs_utils.py,sha256=Kd2usZYIMFeSuE6_tJ4OoHGOdvG8mWaScFuAcIkC6P0,1789
|
|
341
341
|
datahub/ingestion/source/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
342
342
|
datahub/ingestion/source/git/git_import.py,sha256=5CT6vMDb0MDctCtShnxb3JVihULtvkYGr9judHJFsOk,4143
|
|
@@ -355,7 +355,7 @@ datahub/ingestion/source/iceberg/iceberg_common.py,sha256=CD_yHQ_wEgivyLQUTRO9BZ
|
|
|
355
355
|
datahub/ingestion/source/iceberg/iceberg_profiler.py,sha256=9iwp2vpQTi4OMbIKoDZV5lAdvjMR0ls6Llpck9grJIE,9875
|
|
356
356
|
datahub/ingestion/source/identity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
357
357
|
datahub/ingestion/source/identity/azure_ad.py,sha256=V3z8PWvNHdb5rv_HTyx-mezX0pRUw3O3Z27MwvIhTpU,28559
|
|
358
|
-
datahub/ingestion/source/identity/okta.py,sha256=
|
|
358
|
+
datahub/ingestion/source/identity/okta.py,sha256=ShZtFQ_GW8Smmq4dvjdZrdA64v4Vvpk_dVEYZc9Hrr8,31364
|
|
359
359
|
datahub/ingestion/source/kafka/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
360
360
|
datahub/ingestion/source/kafka/kafka.py,sha256=CzuW6CNbBMlB9ILD2GvsNIbm8MbHd0_bRI-J3_CFyRs,23322
|
|
361
361
|
datahub/ingestion/source/kafka/kafka_config.py,sha256=ijUB8PS5p-o3uLCHkAxAJAIM88s47rVaAUYXmi_lR4M,4406
|
|
@@ -400,7 +400,7 @@ datahub/ingestion/source/powerbi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRk
|
|
|
400
400
|
datahub/ingestion/source/powerbi/config.py,sha256=QYD6ruIm2F29628kHCD1tWKsvhW5G9n9AdFncn7_vaI,24706
|
|
401
401
|
datahub/ingestion/source/powerbi/dataplatform_instance_resolver.py,sha256=-njW1kJOy-LY5JFwJLhVQ0bMBj9NQz5TZhQqsSi_KsM,2285
|
|
402
402
|
datahub/ingestion/source/powerbi/powerbi-lexical-grammar.rule,sha256=5df3qvalCS9hZ46DPXs6XDcw9-IofGf8Eol_rUC7LHI,20329
|
|
403
|
-
datahub/ingestion/source/powerbi/powerbi.py,sha256=
|
|
403
|
+
datahub/ingestion/source/powerbi/powerbi.py,sha256=AY-6O4EukHz7-8kzU2NTWLIQXRL1QD4FBilElotT07Y,56300
|
|
404
404
|
datahub/ingestion/source/powerbi/m_query/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
405
|
datahub/ingestion/source/powerbi/m_query/data_classes.py,sha256=l_L6DzOWMShOWGtVclcf4JtNWzSINuwJka59LjwRLCk,2091
|
|
406
406
|
datahub/ingestion/source/powerbi/m_query/native_sql_parser.py,sha256=zzKVDGeUM3Yv3-zNah4D6mSnr6jXsstNuLmzczcPQEE,3683
|
|
@@ -413,12 +413,12 @@ datahub/ingestion/source/powerbi/m_query/validator.py,sha256=crG-VZy2XPieiDliP9y
|
|
|
413
413
|
datahub/ingestion/source/powerbi/rest_api_wrapper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
414
414
|
datahub/ingestion/source/powerbi/rest_api_wrapper/data_classes.py,sha256=4Kr7cLXpsWGtg-M18aXyhij9k9Ll5dGv3EaCS3d2DRk,8590
|
|
415
415
|
datahub/ingestion/source/powerbi/rest_api_wrapper/data_resolver.py,sha256=S2nCmrPclc87rmwhsBfukOugiDaMSmhQIii8yTYSa9g,38583
|
|
416
|
-
datahub/ingestion/source/powerbi/rest_api_wrapper/powerbi_api.py,sha256=
|
|
416
|
+
datahub/ingestion/source/powerbi/rest_api_wrapper/powerbi_api.py,sha256=tVhqVpDjx-VQ7E4iaiYr6x0nTizjLO6b-dXwhJJphDg,27626
|
|
417
417
|
datahub/ingestion/source/powerbi/rest_api_wrapper/profiling_utils.py,sha256=bgcPheyqOj6KdRjDyANDK5yggItglcBIjbGFIwAxSds,1392
|
|
418
418
|
datahub/ingestion/source/powerbi/rest_api_wrapper/query.py,sha256=VNw1Uvli6g0pnu9FpigYmnCdEPbVEipz7vdZU_WmHf4,616
|
|
419
419
|
datahub/ingestion/source/powerbi_report_server/__init__.py,sha256=N9fGcrHXBbuPmx9rpGjd_jkMC3smXmfiwISDP1QZapk,324
|
|
420
420
|
datahub/ingestion/source/powerbi_report_server/constants.py,sha256=i_hXcvPHjwk3VpTT5ef7s8dN9F6pJzPyRUiG5UzCCYI,3544
|
|
421
|
-
datahub/ingestion/source/powerbi_report_server/report_server.py,sha256=
|
|
421
|
+
datahub/ingestion/source/powerbi_report_server/report_server.py,sha256=4WYIJj7CHjPO68118KldscoqvuhI7YuFMXyqica93xw,19978
|
|
422
422
|
datahub/ingestion/source/powerbi_report_server/report_server_domain.py,sha256=J43_u4O_HjomB_cKvqOpR1gNPeRYp-WkWBRuOf9sTxI,11769
|
|
423
423
|
datahub/ingestion/source/profiling/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
424
424
|
datahub/ingestion/source/profiling/common.py,sha256=4sZ58AeBV64KRfKAgjkg-UyNjAc3YERahQMmW4algAw,1426
|
|
@@ -463,7 +463,7 @@ datahub/ingestion/source/schema_inference/parquet.py,sha256=CdqsNuiabLLCulWbuPMs
|
|
|
463
463
|
datahub/ingestion/source/sigma/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
464
464
|
datahub/ingestion/source/sigma/config.py,sha256=ztZf0YisGSXKgKeqP9ipDlRKLXU-Y-XABqm7HCJ8pvA,6265
|
|
465
465
|
datahub/ingestion/source/sigma/data_classes.py,sha256=YZkkzwftV34mq5c_4jlC2PCSiRKt4hvHjmqikLQhl1I,2012
|
|
466
|
-
datahub/ingestion/source/sigma/sigma.py,sha256=
|
|
466
|
+
datahub/ingestion/source/sigma/sigma.py,sha256=7dbkwk8_wp94XH9mhmtI_8ihR35cqYywtU-dc_oK4Cc,25386
|
|
467
467
|
datahub/ingestion/source/sigma/sigma_api.py,sha256=7PK5AQa838hYeaQ5L0dioi4n4bLrpN-r7COKTTNUYw8,19837
|
|
468
468
|
datahub/ingestion/source/slack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
469
469
|
datahub/ingestion/source/slack/slack.py,sha256=pc-5zmXXwyxx0Q8hfyKbXPW2ZYieaM-NwbH8Fk_E9ng,25986
|
|
@@ -472,12 +472,12 @@ datahub/ingestion/source/snowflake/constants.py,sha256=XCW3vw4JfLn_s8-oXBX6WFNMP
|
|
|
472
472
|
datahub/ingestion/source/snowflake/oauth_config.py,sha256=ol9D3RmruGStJAeL8PYSQguSqcD2HfkjPkMF2AB_eZs,1277
|
|
473
473
|
datahub/ingestion/source/snowflake/oauth_generator.py,sha256=fu2VnREGuJXeTqIV2jx4TwieVnznf83HQkrE0h2DGGM,3423
|
|
474
474
|
datahub/ingestion/source/snowflake/snowflake_assertion.py,sha256=_l3k4aI9wvioE81xxdeizJn9nJCZ_nMIXgk9N6pEk5o,4803
|
|
475
|
-
datahub/ingestion/source/snowflake/snowflake_config.py,sha256=
|
|
475
|
+
datahub/ingestion/source/snowflake/snowflake_config.py,sha256=z8HLbYY9U0eEMvMbEv249-aVfsTpfli72XVbErW39Eo,21460
|
|
476
476
|
datahub/ingestion/source/snowflake/snowflake_connection.py,sha256=3-nP3HHCblUnUHYo_fvFp5VOAteCtR4GNjaUEvyNTNQ,18175
|
|
477
477
|
datahub/ingestion/source/snowflake/snowflake_data_reader.py,sha256=ffR5E2uhD71FUMXd3XOg2rHwrp1rbbGEFTAbqKcmI2s,2195
|
|
478
478
|
datahub/ingestion/source/snowflake/snowflake_lineage_v2.py,sha256=eWUlWMc5X2X_Y1I2peworFWLLsXQjryEHxPDuSqrowg,21683
|
|
479
479
|
datahub/ingestion/source/snowflake/snowflake_profiler.py,sha256=PmQi-qDlRhdJ-PsJ7x-EScIiswWRAxDDOKHydvN3mTY,7404
|
|
480
|
-
datahub/ingestion/source/snowflake/snowflake_queries.py,sha256=
|
|
480
|
+
datahub/ingestion/source/snowflake/snowflake_queries.py,sha256=ssQhbSFk-xLbwEFJhPVrw9UJfCU9snU5jwrhawVjA6c,34651
|
|
481
481
|
datahub/ingestion/source/snowflake/snowflake_query.py,sha256=kqOxibplHyDhdioue8MeXBzeDS9d274-dspb-wyWMMI,38165
|
|
482
482
|
datahub/ingestion/source/snowflake/snowflake_report.py,sha256=O-465aBA8uaYZ6WepP7i6cgK6Q1jXJPjDA1j9C8klus,6762
|
|
483
483
|
datahub/ingestion/source/snowflake/snowflake_schema.py,sha256=1yGBbs2aWIdHnrwgeTR7J2lqxbbBsIt8ejCLumIpLEA,27274
|
|
@@ -487,8 +487,8 @@ datahub/ingestion/source/snowflake/snowflake_summary.py,sha256=WJfsP8w3HceUkM6GK
|
|
|
487
487
|
datahub/ingestion/source/snowflake/snowflake_tag.py,sha256=eA9xh-G1Ydr1OwUUtrbXUWp26hE1jF0zvyKNky_i_nQ,8887
|
|
488
488
|
datahub/ingestion/source/snowflake/snowflake_usage_v2.py,sha256=mM0v9b4PHRJAT-SdRids3wdzc5O96gWCCww3e42itV8,24982
|
|
489
489
|
datahub/ingestion/source/snowflake/snowflake_utils.py,sha256=w-SftpjHSOf_6S2T2srHJyJta3MHS0usmn4Z9jgx4QE,13858
|
|
490
|
-
datahub/ingestion/source/snowflake/snowflake_v2.py,sha256=
|
|
491
|
-
datahub/ingestion/source/snowflake/stored_proc_lineage.py,sha256=
|
|
490
|
+
datahub/ingestion/source/snowflake/snowflake_v2.py,sha256=gaHFtgdJYqAyQzVSOJ7I7CaZ3xMqRnWLH2YaDxISrgw,35062
|
|
491
|
+
datahub/ingestion/source/snowflake/stored_proc_lineage.py,sha256=rOb78iHiWiK8v8WdVs1xDwVut4Y0OHmszej6IopQfCo,5341
|
|
492
492
|
datahub/ingestion/source/sql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
493
493
|
datahub/ingestion/source/sql/athena.py,sha256=lQ_zniHtmtSFCnSmzM2dG7ND6zOZmhu6t-I4ZOeQKho,27652
|
|
494
494
|
datahub/ingestion/source/sql/athena_properties_extractor.py,sha256=n2SvqeUbNWxiWWdkDs8VYlUPlLwfZzZy9AIa-V4D7AY,28531
|
|
@@ -497,13 +497,13 @@ datahub/ingestion/source/sql/cockroachdb.py,sha256=WoOKCq7YjsuzSPm1SmKIYZ9CrvlSF
|
|
|
497
497
|
datahub/ingestion/source/sql/druid.py,sha256=_tzgTa5jhPUXk6WCmS7p10feCwJm6yUFcOgMZA-OcE8,2922
|
|
498
498
|
datahub/ingestion/source/sql/hana.py,sha256=V6bGVLVjI1VL0deebg8VxIL8Ls-oxUvpSvX9gb4PmT0,1359
|
|
499
499
|
datahub/ingestion/source/sql/hive.py,sha256=Sh3Us1vjUcbgQ4NxLKcXEdGtck5fJHIwOdjbDhBGfCw,31575
|
|
500
|
-
datahub/ingestion/source/sql/hive_metastore.py,sha256=
|
|
500
|
+
datahub/ingestion/source/sql/hive_metastore.py,sha256=jpAgND_n2W6VCF_KMElXV5Gnd4-dTBQuFyjsAQUM9WI,35889
|
|
501
501
|
datahub/ingestion/source/sql/mariadb.py,sha256=om6QoG5UtDldt1N6AfIWp3T-HXNaaqFmpz2i0JAemfM,654
|
|
502
502
|
datahub/ingestion/source/sql/mysql.py,sha256=34Vu3otULxUY0-JUEYdZw2aoyuTlc9KLcoJdQxe2yJs,3267
|
|
503
503
|
datahub/ingestion/source/sql/oracle.py,sha256=ftnrk3iiEelyv9PBHPYbairuP1WgxZbi1gu6YdqY69E,29965
|
|
504
504
|
datahub/ingestion/source/sql/postgres.py,sha256=t-28dTWLa3c_NgWlGS9ZVNFlZLxd6xTSguIKP4S4NHs,11887
|
|
505
505
|
datahub/ingestion/source/sql/presto.py,sha256=tATa0M2q0PjUC_E9W_jSUsmKTP7cVJayLgrFMzG_eao,4223
|
|
506
|
-
datahub/ingestion/source/sql/sql_common.py,sha256=
|
|
506
|
+
datahub/ingestion/source/sql/sql_common.py,sha256=qIH0Wnz8XvJDlYuS71X3XC5BfpeHkSGzpwn1aqPVY0o,52130
|
|
507
507
|
datahub/ingestion/source/sql/sql_config.py,sha256=u3nGZYYl1WtaxfNsDU5bglgZ5Jq3Fxk9xei_CUIAXB0,8222
|
|
508
508
|
datahub/ingestion/source/sql/sql_generic.py,sha256=9AERvkK8kdJUeDOzCYJDb93xdv6Z4DGho0NfeHj5Uyg,2740
|
|
509
509
|
datahub/ingestion/source/sql/sql_generic_profiler.py,sha256=Zr39j4SI1fPTx1JdopVJyBslFnyp3lZCeb1th9eEB5c,11723
|
|
@@ -513,10 +513,10 @@ datahub/ingestion/source/sql/sql_utils.py,sha256=q-Bsk6WxlsRtrw9RXBxvqI3zuaMTC_F
|
|
|
513
513
|
datahub/ingestion/source/sql/sqlalchemy_data_reader.py,sha256=FvHZ4JEK3aR2DYOBZiT_ZsAy12RjTu4t_KIR_92B11k,2644
|
|
514
514
|
datahub/ingestion/source/sql/sqlalchemy_uri.py,sha256=u0ZvgdJjXZdo_vl7YIQfYuuWbGwpnH6OSozI2e8ZV4I,858
|
|
515
515
|
datahub/ingestion/source/sql/sqlalchemy_uri_mapper.py,sha256=KOpbmDIE2h1hyYEsbVHJi2B7FlsyUMTXZx4diyzltQg,1826
|
|
516
|
-
datahub/ingestion/source/sql/teradata.py,sha256=
|
|
516
|
+
datahub/ingestion/source/sql/teradata.py,sha256=xL_c_UEM_JT-xoMw5Nb5UvSNBUfTGol5CpOkgK5Bsjk,65412
|
|
517
517
|
datahub/ingestion/source/sql/trino.py,sha256=zIfQ6GvW8Sbw4sxqsTcnibT51STka_nzNYvmld6HfHw,18947
|
|
518
518
|
datahub/ingestion/source/sql/two_tier_sql_source.py,sha256=AB3Gtx4omAy_08zadHQpmUGmIGufkZ6o_ihWNnfvzYc,5783
|
|
519
|
-
datahub/ingestion/source/sql/vertica.py,sha256=
|
|
519
|
+
datahub/ingestion/source/sql/vertica.py,sha256=MeohL8j68ISES1RhrBXLQlkT_YqgT-AvHRxuVCJSMbE,33458
|
|
520
520
|
datahub/ingestion/source/sql/mssql/__init__.py,sha256=1agpl8S_uDW40olkhCX_W19dbr5GO9qgjS3R7pLRZSk,87
|
|
521
521
|
datahub/ingestion/source/sql/mssql/job_models.py,sha256=nAo3rciu-w2-dXCz6_ekDEbGMEjCMEfh8WvSfXoF2l0,9359
|
|
522
522
|
datahub/ingestion/source/sql/mssql/source.py,sha256=Uise_u6yXKU__9B_U3D3yObWNIVDzrz2AgEDZOlk6bQ,43101
|
|
@@ -539,9 +539,9 @@ datahub/ingestion/source/state_provider/datahub_ingestion_checkpointing_provider
|
|
|
539
539
|
datahub/ingestion/source/state_provider/file_ingestion_checkpointing_provider.py,sha256=DziD57PbHn2Tcy51tYXCG-GQgyTGMUxnkuzVS_xihFY,4079
|
|
540
540
|
datahub/ingestion/source/state_provider/state_provider_registry.py,sha256=SVq4mIyGNmLXE9OZx1taOiNPqDoQp03-Ot9rYnB5F3k,401
|
|
541
541
|
datahub/ingestion/source/tableau/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
542
|
-
datahub/ingestion/source/tableau/tableau.py,sha256=
|
|
542
|
+
datahub/ingestion/source/tableau/tableau.py,sha256=9KpMNxTAIw-ANwTrQZm8lFeaCCHGtN-alNCfgOjO2pQ,155589
|
|
543
543
|
datahub/ingestion/source/tableau/tableau_common.py,sha256=MIkHKZg_v2IVCRk-YdPlLZl3m0LcWZm5Indwb3IV2ZQ,26931
|
|
544
|
-
datahub/ingestion/source/tableau/tableau_constant.py,sha256=
|
|
544
|
+
datahub/ingestion/source/tableau/tableau_constant.py,sha256=ZHJC5DX2DI1kCHq5Saa2lbaerJJVgepk9l5CoUapJ-k,2626
|
|
545
545
|
datahub/ingestion/source/tableau/tableau_server_wrapper.py,sha256=nSyx9RzC6TCQDm-cTVJ657qT8iDwzk_8JMKpohhmOc4,1046
|
|
546
546
|
datahub/ingestion/source/tableau/tableau_validation.py,sha256=Hjbfc1AMIkGgzo5ffWXtNRjrxSxzHvw7-dYZDt4d3WE,1819
|
|
547
547
|
datahub/ingestion/source/unity/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -554,7 +554,7 @@ datahub/ingestion/source/unity/proxy.py,sha256=i15xEfjt7sbajbDIA9cbrxKWLByoL2drI
|
|
|
554
554
|
datahub/ingestion/source/unity/proxy_profiling.py,sha256=WLqvYP6MziaisA4LYL4T_GA-kPt6Xdde7bfaYsjYw40,9663
|
|
555
555
|
datahub/ingestion/source/unity/proxy_types.py,sha256=qrvHiwPzl5cPX-KRvcIGGeJVdr0I8XUQmoAI6ErZ-v8,9371
|
|
556
556
|
datahub/ingestion/source/unity/report.py,sha256=XFT9oQfvEB4RkTvWGgFOoQuLPUN_AIoPXZ79xeDhGHQ,2831
|
|
557
|
-
datahub/ingestion/source/unity/source.py,sha256=
|
|
557
|
+
datahub/ingestion/source/unity/source.py,sha256=47sWCYb3pd21RjIqs9NH4h6VMtF_YMvqS9-6cegGi1w,49980
|
|
558
558
|
datahub/ingestion/source/unity/tag_entities.py,sha256=iWl6nRAWSye1hoFDx_Xh4aT53PN0sGzlX7n1-oTVUv8,11568
|
|
559
559
|
datahub/ingestion/source/unity/usage.py,sha256=0wETBAaZvHI_EGgBlxX3bKsVHEAdnUV8_bKI_lbyWjY,11500
|
|
560
560
|
datahub/ingestion/source/usage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -946,7 +946,7 @@ datahub/sdk/datajob.py,sha256=5kU0txTDcn2ce3AhNry83TazPVhoYZ2rAPPNWM1_FP8,13677
|
|
|
946
946
|
datahub/sdk/dataset.py,sha256=2-iD-HqjgFpCBmU3k8O5tkltmwFj4jaumADiX8sexJU,29465
|
|
947
947
|
datahub/sdk/entity.py,sha256=Q29AbpS58L4gD8ETwoNIwG-ouytz4c0MSSFi6-jLl_4,6742
|
|
948
948
|
datahub/sdk/entity_client.py,sha256=xHLGLn6oJfxmHLXo5w4-isPFZGcf8yR5IwyC6pvl_I8,8903
|
|
949
|
-
datahub/sdk/lineage_client.py,sha256=
|
|
949
|
+
datahub/sdk/lineage_client.py,sha256=iU2ppFBSlRlPO3HOwj8Oq-_uMKjo8fi9uKb_Ow4OEpM,33917
|
|
950
950
|
datahub/sdk/main_client.py,sha256=kJRmydyyaOjUdqOljl0w_Cx7BKkViZmnX-1vZBHY4nw,5266
|
|
951
951
|
datahub/sdk/mlmodel.py,sha256=cO5R8BYVljmQ0w33RIOuZmj4nq8OJCDVAZGTQI6YFS8,12628
|
|
952
952
|
datahub/sdk/mlmodelgroup.py,sha256=wlZZHny0UORpF0fRYuVkWLSQwIHX_fWl5lPb1NKR6dM,8194
|
|
@@ -980,10 +980,10 @@ datahub/sql_parsing/fingerprint_utils.py,sha256=3hGiexaQXnE7eZLxo-t7hlTyVQz7womb
|
|
|
980
980
|
datahub/sql_parsing/query_types.py,sha256=FKjDzszZzsrCfYfm7dgD6T_8865qxWl767fdGyHWBh4,2720
|
|
981
981
|
datahub/sql_parsing/schema_resolver.py,sha256=ISuingLcQnOJZkNXBkc73uPwYUbbOtERAjgGhJajDiQ,10782
|
|
982
982
|
datahub/sql_parsing/split_statements.py,sha256=OIQXA9e4k3G9Z1y7rbgdtZhMWt4FPnq41cE8Jkm9cBY,9542
|
|
983
|
-
datahub/sql_parsing/sql_parsing_aggregator.py,sha256=
|
|
983
|
+
datahub/sql_parsing/sql_parsing_aggregator.py,sha256=ewRHmRT8a9e0D0c-6JioNNjrgeOwfa-8eQFTMmQTl1s,71928
|
|
984
984
|
datahub/sql_parsing/sql_parsing_common.py,sha256=cZ4WvVyHZuXDGjnBvKMX2_fz2EMextB5WQWcK0_saBo,3155
|
|
985
985
|
datahub/sql_parsing/sql_parsing_result_utils.py,sha256=prwWTj1EB2fRPv1eMB4EkpFNafIYAt-X8TIK0NWqank,796
|
|
986
|
-
datahub/sql_parsing/sqlglot_lineage.py,sha256=
|
|
986
|
+
datahub/sql_parsing/sqlglot_lineage.py,sha256=oG7Zx2aOpm1tBQQowPgSufGlMpm5DaMGKTwk7gIkhX0,61450
|
|
987
987
|
datahub/sql_parsing/sqlglot_utils.py,sha256=TI11oBu1wrGeUuUGBg7hGTr6lTvztahdqiqXNJYRfbQ,14823
|
|
988
988
|
datahub/sql_parsing/tool_meta_extractor.py,sha256=EV_g7sOchTSUm2p6wluNJqND7-rDYokVTqqFCM7hQ6c,7599
|
|
989
989
|
datahub/telemetry/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1001,7 +1001,7 @@ datahub/testing/mcp_diff.py,sha256=1BpQ3hST46cOQi1SmKdsto3j6x6Sk6yHm0vG1w9IDL0,1
|
|
|
1001
1001
|
datahub/testing/pytest_hooks.py,sha256=eifmj0M68AIfjTn_-0vtaBkKl75vNKMjsbYX-pJqmGY,1417
|
|
1002
1002
|
datahub/testing/sdk_v2_helpers.py,sha256=FooqGn5PfdJJrCFm3x_uh02IMhDdLjqEf64W16WdvE0,424
|
|
1003
1003
|
datahub/upgrade/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1004
|
-
datahub/upgrade/upgrade.py,sha256
|
|
1004
|
+
datahub/upgrade/upgrade.py,sha256=-4_kDLk0buuCkqftlE1entT1duqIiyZUVsyncstiibA,18130
|
|
1005
1005
|
datahub/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1006
1006
|
datahub/utilities/_custom_package_loader.py,sha256=9kgPE7Y77E-hNee8l4sKtVby-btUNum3dBfDixMzcVA,2059
|
|
1007
1007
|
datahub/utilities/_markupsafe_compat.py,sha256=QX7c9KiHs56ASl7bJlgR4FAf3CGiY94zIr0h6Ak15To,444
|
|
@@ -1036,7 +1036,7 @@ datahub/utilities/sample_data.py,sha256=DMwN3yAqJPrF_rZF6CU0_iLSNBFfsAQ-no0KQhgw
|
|
|
1036
1036
|
datahub/utilities/search_utils.py,sha256=BdZfixXrB6lcD_ec6pCotGtVKQ4ekTtmaZDFGyeZfBg,9683
|
|
1037
1037
|
datahub/utilities/sentinels.py,sha256=p299J2YR62K2Mbuy-2lrGH4BnF9dkRqGo59Wub0hYV4,417
|
|
1038
1038
|
datahub/utilities/serialized_lru_cache.py,sha256=R9enyN5BlatknX4KFq9euYc2yiE1rRMucPbAHg09Goc,3247
|
|
1039
|
-
datahub/utilities/server_config_util.py,sha256=
|
|
1039
|
+
datahub/utilities/server_config_util.py,sha256=2xQzSwMSqEV7tL2c6T41cMmMfBYFFVJswTrBO9xa6UY,9878
|
|
1040
1040
|
datahub/utilities/sql_formatter.py,sha256=tYXIsKjKmpKh0JXGxeAPrHkUWYd1SwJNLjUZsfQP2h0,1016
|
|
1041
1041
|
datahub/utilities/sqlalchemy_query_combiner.py,sha256=ZWGPG5mrKuumSSEQMrUSjUjSKTaDXw71KWI7Ytnv2xE,15027
|
|
1042
1042
|
datahub/utilities/sqlalchemy_type_converter.py,sha256=H4S4xnnyPozDBHFhBh4rjjoXa5novFzYIUBJy2KSrVc,9805
|
|
@@ -1091,8 +1091,8 @@ datahub_provider/operators/datahub_assertion_operator.py,sha256=uvTQ-jk2F0sbqqxp
|
|
|
1091
1091
|
datahub_provider/operators/datahub_assertion_sensor.py,sha256=lCBj_3x1cf5GMNpHdfkpHuyHfVxsm6ff5x2Z5iizcAo,140
|
|
1092
1092
|
datahub_provider/operators/datahub_operation_operator.py,sha256=aevDp2FzX7FxGlXrR0khoHNbxbhKR2qPEX5e8O2Jyzw,174
|
|
1093
1093
|
datahub_provider/operators/datahub_operation_sensor.py,sha256=8fcdVBCEPgqy1etTXgLoiHoJrRt_nzFZQMdSzHqSG7M,168
|
|
1094
|
-
acryl_datahub-1.1.0.
|
|
1095
|
-
acryl_datahub-1.1.0.
|
|
1096
|
-
acryl_datahub-1.1.0.
|
|
1097
|
-
acryl_datahub-1.1.0.
|
|
1098
|
-
acryl_datahub-1.1.0.
|
|
1094
|
+
acryl_datahub-1.1.0.5rc9.dist-info/METADATA,sha256=FCGloxRIaRtex7SULKpczP7yHBu5d3STmSLn1J-4eHU,181837
|
|
1095
|
+
acryl_datahub-1.1.0.5rc9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1096
|
+
acryl_datahub-1.1.0.5rc9.dist-info/entry_points.txt,sha256=bnGf6eX9UhiW8yVHtt6MJCVcmLErvrVQxTJAayA-PKc,9885
|
|
1097
|
+
acryl_datahub-1.1.0.5rc9.dist-info/top_level.txt,sha256=iLjSrLK5ox1YVYcglRUkcvfZPvKlobBWx7CTUXx8_GI,25
|
|
1098
|
+
acryl_datahub-1.1.0.5rc9.dist-info/RECORD,,
|
datahub/_version.py
CHANGED
datahub/cli/check_cli.py
CHANGED
|
@@ -21,7 +21,6 @@ from datahub.ingestion.run.pipeline import Pipeline
|
|
|
21
21
|
from datahub.ingestion.sink.sink_registry import sink_registry
|
|
22
22
|
from datahub.ingestion.source.source_registry import source_registry
|
|
23
23
|
from datahub.ingestion.transformer.transform_registry import transform_registry
|
|
24
|
-
from datahub.telemetry import telemetry
|
|
25
24
|
from datahub.utilities.file_backed_collections import (
|
|
26
25
|
ConnectionWrapper,
|
|
27
26
|
FileBackedDict,
|
|
@@ -47,7 +46,6 @@ def check() -> None:
|
|
|
47
46
|
@click.option(
|
|
48
47
|
"--unpack-mces", default=False, is_flag=True, help="Converts MCEs into MCPs"
|
|
49
48
|
)
|
|
50
|
-
@telemetry.with_telemetry()
|
|
51
49
|
def metadata_file(json_file: str, rewrite: bool, unpack_mces: bool) -> None:
|
|
52
50
|
"""Check the schema of a metadata (MCE or MCP) JSON file."""
|
|
53
51
|
|
|
@@ -105,7 +103,6 @@ def metadata_file(json_file: str, rewrite: bool, unpack_mces: bool) -> None:
|
|
|
105
103
|
default=(),
|
|
106
104
|
help="[Advanced] Paths in the deepdiff object to ignore",
|
|
107
105
|
)
|
|
108
|
-
@telemetry.with_telemetry()
|
|
109
106
|
def metadata_diff(
|
|
110
107
|
actual_file: str, expected_file: str, verbose: bool, ignore_path: List[str]
|
|
111
108
|
) -> None:
|
|
@@ -142,7 +139,6 @@ def metadata_diff(
|
|
|
142
139
|
type=str,
|
|
143
140
|
default=None,
|
|
144
141
|
)
|
|
145
|
-
@telemetry.with_telemetry()
|
|
146
142
|
def plugins(source: Optional[str], verbose: bool) -> None:
|
|
147
143
|
"""List the enabled ingestion plugins."""
|
|
148
144
|
|
|
@@ -234,7 +230,6 @@ def sql_format(sql: str, platform: str) -> None:
|
|
|
234
230
|
default=True,
|
|
235
231
|
help="Run in offline mode and disable schema-aware parsing.",
|
|
236
232
|
)
|
|
237
|
-
@telemetry.with_telemetry()
|
|
238
233
|
def sql_lineage(
|
|
239
234
|
sql: Optional[str],
|
|
240
235
|
sql_file: Optional[str],
|
|
@@ -297,7 +292,6 @@ def sql_lineage(
|
|
|
297
292
|
type=str,
|
|
298
293
|
help="the input to validate",
|
|
299
294
|
)
|
|
300
|
-
@telemetry.with_telemetry()
|
|
301
295
|
def test_allow_deny(config: str, input: str, pattern_key: str) -> None:
|
|
302
296
|
"""Test input string against AllowDeny pattern in a DataHub recipe.
|
|
303
297
|
|
|
@@ -346,7 +340,6 @@ def test_allow_deny(config: str, input: str, pattern_key: str) -> None:
|
|
|
346
340
|
type=str,
|
|
347
341
|
help="The input to validate",
|
|
348
342
|
)
|
|
349
|
-
@telemetry.with_telemetry()
|
|
350
343
|
def test_path_spec(config: str, input: str, path_spec_key: str) -> None:
|
|
351
344
|
"""Test input path string against PathSpec patterns in a DataHub recipe.
|
|
352
345
|
|
datahub/cli/cli_utils.py
CHANGED
|
@@ -3,6 +3,7 @@ import logging
|
|
|
3
3
|
import time
|
|
4
4
|
import typing
|
|
5
5
|
from datetime import datetime
|
|
6
|
+
from functools import wraps
|
|
6
7
|
from typing import Any, Dict, List, Optional, Tuple, Type, TypeVar, Union
|
|
7
8
|
|
|
8
9
|
import click
|
|
@@ -424,3 +425,75 @@ def ensure_has_system_metadata(
|
|
|
424
425
|
props = metadata.properties
|
|
425
426
|
props["clientId"] = datahub_version.__package_name__
|
|
426
427
|
props["clientVersion"] = datahub_version.__version__
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
def enable_auto_decorators(main_group: click.Group) -> None:
|
|
431
|
+
"""
|
|
432
|
+
Enable automatic decorators for all click commands.
|
|
433
|
+
This wraps existing command callback functions to add upgrade and telemetry decorators.
|
|
434
|
+
"""
|
|
435
|
+
|
|
436
|
+
def has_decorator(func: Any, module_pattern: str, function_pattern: str) -> bool:
|
|
437
|
+
"""Check if function already has a specific decorator"""
|
|
438
|
+
if hasattr(func, "__wrapped__"):
|
|
439
|
+
current_func = func
|
|
440
|
+
while hasattr(current_func, "__wrapped__"):
|
|
441
|
+
# Check if this wrapper matches the module and function patterns
|
|
442
|
+
if (
|
|
443
|
+
hasattr(current_func, "__module__")
|
|
444
|
+
and module_pattern in current_func.__module__
|
|
445
|
+
and hasattr(current_func, "__name__")
|
|
446
|
+
and function_pattern in current_func.__name__
|
|
447
|
+
):
|
|
448
|
+
return True
|
|
449
|
+
current_func = current_func.__wrapped__
|
|
450
|
+
return False
|
|
451
|
+
|
|
452
|
+
def has_telemetry_decorator(func):
|
|
453
|
+
return has_decorator(func, "telemetry", "with_telemetry")
|
|
454
|
+
|
|
455
|
+
def has_upgrade_decorator(func):
|
|
456
|
+
return has_decorator(func, "upgrade", "check_upgrade")
|
|
457
|
+
|
|
458
|
+
def wrap_command_callback(command_obj):
|
|
459
|
+
"""Wrap a command's callback function to add decorators"""
|
|
460
|
+
if hasattr(command_obj, "callback") and command_obj.callback:
|
|
461
|
+
original_callback = command_obj.callback
|
|
462
|
+
|
|
463
|
+
# Import here to avoid circular imports
|
|
464
|
+
from datahub.telemetry import telemetry
|
|
465
|
+
from datahub.upgrade import upgrade
|
|
466
|
+
|
|
467
|
+
decorated_callback = original_callback
|
|
468
|
+
|
|
469
|
+
if not has_telemetry_decorator(decorated_callback):
|
|
470
|
+
log.debug(
|
|
471
|
+
f"Applying telemetry decorator to {original_callback.__module__}.{original_callback.__name__}"
|
|
472
|
+
)
|
|
473
|
+
decorated_callback = telemetry.with_telemetry()(decorated_callback)
|
|
474
|
+
|
|
475
|
+
if not has_upgrade_decorator(decorated_callback):
|
|
476
|
+
log.debug(
|
|
477
|
+
f"Applying upgrade decorator to {original_callback.__module__}.{original_callback.__name__}"
|
|
478
|
+
)
|
|
479
|
+
decorated_callback = upgrade.check_upgrade(decorated_callback)
|
|
480
|
+
|
|
481
|
+
# Preserve the original function's metadata
|
|
482
|
+
decorated_callback = wraps(original_callback)(decorated_callback)
|
|
483
|
+
|
|
484
|
+
command_obj.callback = decorated_callback
|
|
485
|
+
|
|
486
|
+
def wrap_group_commands(group_obj):
|
|
487
|
+
"""Recursively wrap all commands in a group"""
|
|
488
|
+
if hasattr(group_obj, "commands"):
|
|
489
|
+
for _, command_obj in group_obj.commands.items():
|
|
490
|
+
if isinstance(command_obj, click.Group):
|
|
491
|
+
# Recursively wrap sub-groups
|
|
492
|
+
wrap_group_commands(command_obj)
|
|
493
|
+
else:
|
|
494
|
+
# Wrap individual commands
|
|
495
|
+
wrap_command_callback(command_obj)
|
|
496
|
+
|
|
497
|
+
wrap_group_commands(main_group)
|
|
498
|
+
|
|
499
|
+
log.debug("Auto-decorators enabled successfully")
|
datahub/cli/delete_cli.py
CHANGED
|
@@ -18,8 +18,6 @@ from datahub.emitter.aspect import ASPECT_MAP, TIMESERIES_ASPECT_MAP
|
|
|
18
18
|
from datahub.ingestion.graph.client import DataHubGraph, get_default_graph
|
|
19
19
|
from datahub.ingestion.graph.config import ClientMode
|
|
20
20
|
from datahub.ingestion.graph.filters import RemovedStatusFilter
|
|
21
|
-
from datahub.telemetry import telemetry
|
|
22
|
-
from datahub.upgrade import upgrade
|
|
23
21
|
from datahub.utilities.perf_timer import PerfTimer
|
|
24
22
|
from datahub.utilities.urns.urn import guess_entity_type
|
|
25
23
|
|
|
@@ -116,7 +114,6 @@ class DeletionResult:
|
|
|
116
114
|
help="specifies soft/hard deletion",
|
|
117
115
|
)
|
|
118
116
|
@click.option("-n", "--dry-run", required=False, is_flag=True)
|
|
119
|
-
@telemetry.with_telemetry()
|
|
120
117
|
def by_registry(
|
|
121
118
|
registry_id: str,
|
|
122
119
|
soft: bool,
|
|
@@ -171,7 +168,6 @@ def by_registry(
|
|
|
171
168
|
@click.option(
|
|
172
169
|
"-f", "--force", required=False, is_flag=True, help="force the delete if set"
|
|
173
170
|
)
|
|
174
|
-
@telemetry.with_telemetry()
|
|
175
171
|
def references(urn: str, dry_run: bool, force: bool) -> None:
|
|
176
172
|
"""
|
|
177
173
|
Delete all references to an entity (but not the entity itself).
|
|
@@ -369,8 +365,6 @@ def undo_by_filter(
|
|
|
369
365
|
@click.option(
|
|
370
366
|
"--workers", type=int, default=1, help="Num of workers to use for deletion."
|
|
371
367
|
)
|
|
372
|
-
@upgrade.check_upgrade
|
|
373
|
-
@telemetry.with_telemetry()
|
|
374
368
|
def by_filter(
|
|
375
369
|
urn: Optional[str],
|
|
376
370
|
urn_file: Optional[str],
|