openmetadata-managed-apis 1.9.13.0__tar.gz → 1.10.1.0__tar.gz
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 openmetadata-managed-apis might be problematic. Click here for more details.
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/PKG-INFO +1 -1
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/application.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/auto_classification.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/common.py +0 -1
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/dbt.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/es_reindex.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/lineage.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/metadata.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/profiler.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/test_suite.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/usage.py +1 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis.egg-info/PKG-INFO +1 -1
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/pyproject.toml +1 -1
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/LICENSE +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/README.md +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/apis_metadata.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/app.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/config.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/error_handlers.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/response.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/delete.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/deploy.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/disable.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/enable.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/health.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/health_auth.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/ip.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/kill.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/last_dag_logs.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/run_automation.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/status.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/routes/trigger.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/api/utils.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/delete.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/deploy.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/health.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/kill_all.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/last_dag_logs.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/state.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/status.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/operations/trigger.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/plugin.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/resources/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/resources/dag_runner.j2 +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/utils/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/utils/logger.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/utils/parser.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/views/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/views/rest_api.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/views/templates/rest_api/index.html +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/config.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/__init__.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/elasticsearch_sink.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/ingestion/registry.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/workflow_builder.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis/workflows/workflow_factory.py +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis.egg-info/SOURCES.txt +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis.egg-info/dependency_links.txt +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis.egg-info/entry_points.txt +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis.egg-info/requires.txt +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/openmetadata_managed_apis.egg-info/top_level.txt +0 -0
- {openmetadata_managed_apis-1.9.13.0 → openmetadata_managed_apis-1.10.1.0}/setup.cfg +0 -0
|
@@ -89,6 +89,7 @@ def build_application_workflow_config(
|
|
|
89
89
|
else None,
|
|
90
90
|
workflowConfig=build_workflow_config_property(ingestion_pipeline),
|
|
91
91
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
92
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
92
93
|
)
|
|
93
94
|
|
|
94
95
|
return application_workflow_config
|
|
@@ -76,6 +76,7 @@ def build_auto_classification_workflow_config(
|
|
|
76
76
|
openMetadataServerConfig=ingestion_pipeline.openMetadataServerConnection,
|
|
77
77
|
),
|
|
78
78
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
79
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
79
80
|
)
|
|
80
81
|
|
|
81
82
|
return workflow_config
|
|
@@ -52,6 +52,7 @@ def build_dbt_workflow_config(
|
|
|
52
52
|
),
|
|
53
53
|
workflowConfig=build_workflow_config_property(ingestion_pipeline),
|
|
54
54
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
55
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
55
56
|
)
|
|
56
57
|
|
|
57
58
|
return workflow_config
|
|
@@ -74,6 +74,7 @@ def build_es_reindex_workflow_config(
|
|
|
74
74
|
openMetadataServerConfig=ingestion_pipeline.openMetadataServerConnection,
|
|
75
75
|
),
|
|
76
76
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
77
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
77
78
|
)
|
|
78
79
|
|
|
79
80
|
return workflow_config
|
|
@@ -47,6 +47,7 @@ def build_lineage_workflow_config(
|
|
|
47
47
|
),
|
|
48
48
|
workflowConfig=build_workflow_config_property(ingestion_pipeline),
|
|
49
49
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
50
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
50
51
|
)
|
|
51
52
|
|
|
52
53
|
return workflow_config
|
|
@@ -44,6 +44,7 @@ def build_metadata_workflow_config(
|
|
|
44
44
|
),
|
|
45
45
|
workflowConfig=build_workflow_config_property(ingestion_pipeline),
|
|
46
46
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
47
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
47
48
|
)
|
|
48
49
|
|
|
49
50
|
return workflow_config
|
|
@@ -76,6 +76,7 @@ def build_profiler_workflow_config(
|
|
|
76
76
|
openMetadataServerConfig=ingestion_pipeline.openMetadataServerConnection,
|
|
77
77
|
),
|
|
78
78
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
79
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
79
80
|
)
|
|
80
81
|
|
|
81
82
|
return workflow_config
|
|
@@ -77,6 +77,7 @@ def build_test_suite_workflow_config(
|
|
|
77
77
|
openMetadataServerConfig=ingestion_pipeline.openMetadataServerConnection,
|
|
78
78
|
),
|
|
79
79
|
ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
|
|
80
|
+
enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
|
|
80
81
|
)
|
|
81
82
|
|
|
82
83
|
return workflow_config
|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|
|
6
6
|
# since it helps us organize and isolate version management
|
|
7
7
|
[project]
|
|
8
8
|
name = "openmetadata_managed_apis"
|
|
9
|
-
version = "1.
|
|
9
|
+
version = "1.10.1.0"
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
authors = [
|
|
12
12
|
{name = "OpenMetadata Committers"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|