acryl-datahub 1.3.0.1rc9__py3-none-any.whl → 1.3.1__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.3.0.1rc9.dist-info → acryl_datahub-1.3.1.dist-info}/METADATA +2468 -2461
- {acryl_datahub-1.3.0.1rc9.dist-info → acryl_datahub-1.3.1.dist-info}/RECORD +74 -74
- datahub/_version.py +1 -1
- datahub/ingestion/graph/client.py +5 -1
- datahub/ingestion/run/pipeline.py +1 -0
- datahub/ingestion/source/dremio/dremio_api.py +212 -78
- datahub/ingestion/source/dremio/dremio_entities.py +55 -39
- datahub/ingestion/source/dremio/dremio_profiling.py +14 -3
- datahub/ingestion/source/dremio/dremio_source.py +9 -11
- datahub/ingestion/source/elastic_search.py +106 -29
- datahub/ingestion/source/snowflake/snowflake_queries.py +27 -3
- datahub/ingestion/source/sql_queries.py +164 -15
- datahub/metadata/_internal_schema_classes.py +62 -2
- datahub/metadata/com/linkedin/pegasus2avro/assertion/__init__.py +2 -0
- datahub/metadata/schema.avsc +264 -89
- datahub/metadata/schemas/ApplicationProperties.avsc +5 -2
- datahub/metadata/schemas/AssertionInfo.avsc +48 -5
- datahub/metadata/schemas/BusinessAttributeInfo.avsc +8 -4
- datahub/metadata/schemas/ChartInfo.avsc +12 -5
- datahub/metadata/schemas/ContainerProperties.avsc +12 -5
- datahub/metadata/schemas/CorpGroupEditableInfo.avsc +2 -1
- datahub/metadata/schemas/CorpGroupInfo.avsc +7 -3
- datahub/metadata/schemas/CorpUserInfo.avsc +5 -2
- datahub/metadata/schemas/CorpUserSettings.avsc +4 -2
- datahub/metadata/schemas/DashboardInfo.avsc +16 -4
- datahub/metadata/schemas/DataFlowInfo.avsc +11 -5
- datahub/metadata/schemas/DataHubPageModuleProperties.avsc +4 -2
- datahub/metadata/schemas/DataJobInfo.avsc +9 -4
- datahub/metadata/schemas/DataPlatformInfo.avsc +3 -1
- datahub/metadata/schemas/DataPlatformInstanceProperties.avsc +5 -2
- datahub/metadata/schemas/DataProductProperties.avsc +5 -2
- datahub/metadata/schemas/DataTypeInfo.avsc +5 -0
- datahub/metadata/schemas/DatasetKey.avsc +2 -1
- datahub/metadata/schemas/DatasetProperties.avsc +12 -5
- datahub/metadata/schemas/DomainProperties.avsc +7 -3
- datahub/metadata/schemas/EditableContainerProperties.avsc +2 -1
- datahub/metadata/schemas/EditableDashboardProperties.avsc +2 -1
- datahub/metadata/schemas/EditableDataFlowProperties.avsc +2 -1
- datahub/metadata/schemas/EditableDataJobProperties.avsc +2 -1
- datahub/metadata/schemas/EditableDatasetProperties.avsc +2 -1
- datahub/metadata/schemas/EditableERModelRelationshipProperties.avsc +2 -1
- datahub/metadata/schemas/EditableMLFeatureProperties.avsc +2 -1
- datahub/metadata/schemas/EditableMLFeatureTableProperties.avsc +2 -1
- datahub/metadata/schemas/EditableMLModelGroupProperties.avsc +2 -1
- datahub/metadata/schemas/EditableMLModelProperties.avsc +2 -1
- datahub/metadata/schemas/EditableNotebookProperties.avsc +2 -1
- datahub/metadata/schemas/EditableSchemaMetadata.avsc +5 -3
- datahub/metadata/schemas/EntityTypeInfo.avsc +5 -0
- datahub/metadata/schemas/GlobalTags.avsc +3 -2
- datahub/metadata/schemas/GlossaryNodeInfo.avsc +3 -1
- datahub/metadata/schemas/GlossaryTermInfo.avsc +3 -1
- datahub/metadata/schemas/InputFields.avsc +3 -2
- datahub/metadata/schemas/MLFeatureKey.avsc +3 -1
- datahub/metadata/schemas/MLFeatureTableKey.avsc +3 -1
- datahub/metadata/schemas/MLModelDeploymentKey.avsc +3 -1
- datahub/metadata/schemas/MLModelGroupKey.avsc +3 -1
- datahub/metadata/schemas/MLModelKey.avsc +3 -1
- datahub/metadata/schemas/MLModelProperties.avsc +4 -2
- datahub/metadata/schemas/MLPrimaryKeyKey.avsc +3 -1
- datahub/metadata/schemas/MetadataChangeEvent.avsc +124 -50
- datahub/metadata/schemas/NotebookInfo.avsc +5 -2
- datahub/metadata/schemas/Ownership.avsc +3 -2
- datahub/metadata/schemas/RoleProperties.avsc +3 -1
- datahub/metadata/schemas/SchemaFieldInfo.avsc +3 -1
- datahub/metadata/schemas/SchemaMetadata.avsc +3 -2
- datahub/metadata/schemas/StructuredPropertyDefinition.avsc +9 -3
- datahub/metadata/schemas/TagProperties.avsc +3 -1
- datahub/metadata/schemas/TestInfo.avsc +2 -1
- datahub/sql_parsing/schema_resolver.py +29 -0
- datahub/sql_parsing/sql_parsing_aggregator.py +15 -0
- {acryl_datahub-1.3.0.1rc9.dist-info → acryl_datahub-1.3.1.dist-info}/WHEEL +0 -0
- {acryl_datahub-1.3.0.1rc9.dist-info → acryl_datahub-1.3.1.dist-info}/entry_points.txt +0 -0
- {acryl_datahub-1.3.0.1rc9.dist-info → acryl_datahub-1.3.1.dist-info}/licenses/LICENSE +0 -0
- {acryl_datahub-1.3.0.1rc9.dist-info → acryl_datahub-1.3.1.dist-info}/top_level.txt +0 -0
|
@@ -97,7 +97,8 @@
|
|
|
97
97
|
"Searchable": {
|
|
98
98
|
"boostScore": 0.1,
|
|
99
99
|
"fieldName": "editedFieldDescriptions",
|
|
100
|
-
"fieldType": "TEXT"
|
|
100
|
+
"fieldType": "TEXT",
|
|
101
|
+
"searchTier": 2
|
|
101
102
|
},
|
|
102
103
|
"type": [
|
|
103
104
|
"null",
|
|
@@ -162,9 +163,10 @@
|
|
|
162
163
|
"boostScore": 0.5,
|
|
163
164
|
"fieldName": "tags",
|
|
164
165
|
"fieldType": "URN",
|
|
165
|
-
"filterNameOverride": "
|
|
166
|
+
"filterNameOverride": "Tagged With",
|
|
166
167
|
"hasValuesFieldName": "hasTags",
|
|
167
|
-
"queryByDefault": true
|
|
168
|
+
"queryByDefault": true,
|
|
169
|
+
"searchTier": 2
|
|
168
170
|
}
|
|
169
171
|
},
|
|
170
172
|
"type": {
|
|
@@ -7,6 +7,11 @@
|
|
|
7
7
|
"namespace": "com.linkedin.pegasus2avro.entitytype",
|
|
8
8
|
"fields": [
|
|
9
9
|
{
|
|
10
|
+
"Searchable": {
|
|
11
|
+
"fieldType": "KEYWORD",
|
|
12
|
+
"searchLabel": "qualifiedName",
|
|
13
|
+
"searchTier": 1
|
|
14
|
+
},
|
|
10
15
|
"type": "string",
|
|
11
16
|
"name": "qualifiedName",
|
|
12
17
|
"doc": "The fully qualified name for the entity type, which usually consists of a namespace\nplus an identifier or name, e.g. datahub.dataset"
|
|
@@ -21,9 +21,10 @@
|
|
|
21
21
|
"boostScore": 0.5,
|
|
22
22
|
"fieldName": "tags",
|
|
23
23
|
"fieldType": "URN",
|
|
24
|
-
"filterNameOverride": "
|
|
24
|
+
"filterNameOverride": "Tagged With",
|
|
25
25
|
"hasValuesFieldName": "hasTags",
|
|
26
|
-
"queryByDefault": true
|
|
26
|
+
"queryByDefault": true,
|
|
27
|
+
"searchTier": 2
|
|
27
28
|
}
|
|
28
29
|
},
|
|
29
30
|
"type": {
|
|
@@ -378,9 +378,10 @@
|
|
|
378
378
|
"boostScore": 0.5,
|
|
379
379
|
"fieldName": "tags",
|
|
380
380
|
"fieldType": "URN",
|
|
381
|
-
"filterNameOverride": "
|
|
381
|
+
"filterNameOverride": "Tagged With",
|
|
382
382
|
"hasValuesFieldName": "hasTags",
|
|
383
|
-
"queryByDefault": true
|
|
383
|
+
"queryByDefault": true,
|
|
384
|
+
"searchTier": 2
|
|
384
385
|
}
|
|
385
386
|
},
|
|
386
387
|
"type": {
|
|
@@ -87,7 +87,8 @@
|
|
|
87
87
|
"boostScore": 10.0,
|
|
88
88
|
"enableAutocomplete": true,
|
|
89
89
|
"fieldType": "WORD_GRAM",
|
|
90
|
-
"queryByDefault": true
|
|
90
|
+
"queryByDefault": true,
|
|
91
|
+
"searchTier": 1
|
|
91
92
|
},
|
|
92
93
|
"type": [
|
|
93
94
|
"null",
|
|
@@ -100,7 +101,8 @@
|
|
|
100
101
|
{
|
|
101
102
|
"Searchable": {
|
|
102
103
|
"fieldType": "TEXT",
|
|
103
|
-
"hasValuesFieldName": "hasDescription"
|
|
104
|
+
"hasValuesFieldName": "hasDescription",
|
|
105
|
+
"searchTier": 2
|
|
104
106
|
},
|
|
105
107
|
"type": [
|
|
106
108
|
"null",
|