openmetadata-managed-apis 1.9.12.0__py3-none-any.whl → 1.10.0.0__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 openmetadata-managed-apis might be problematic. Click here for more details.

@@ -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
@@ -200,7 +200,6 @@ def execute_workflow(
200
200
  Execute the workflow and handle the status
201
201
  """
202
202
  workflow.execute()
203
- workflow.print_status()
204
203
  workflow.stop()
205
204
  if workflow_config.workflowConfig.raiseOnError:
206
205
  workflow.raise_from_status()
@@ -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
@@ -83,6 +83,7 @@ def build_usage_config_from_file(
83
83
  ),
84
84
  workflowConfig=build_workflow_config_property(ingestion_pipeline),
85
85
  ingestionPipelineFQN=ingestion_pipeline.fullyQualifiedName.root,
86
+ enableStreamableLogs=ingestion_pipeline.enableStreamableLogs,
86
87
  )
87
88
 
88
89
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openmetadata_managed_apis
3
- Version: 1.9.12.0
3
+ Version: 1.10.0.0
4
4
  Summary: Airflow REST APIs to create and manage DAGS
5
5
  Author: OpenMetadata Committers
6
6
  License: Apache License
@@ -42,21 +42,21 @@ openmetadata_managed_apis/workflows/config.py,sha256=CsltqC736TbpgwjZUM44_StZLuj
42
42
  openmetadata_managed_apis/workflows/workflow_builder.py,sha256=ZPaS6bXgQgTSfuXO9y3q8Yn8NxBwnO2Gxiygy2fE8t4,2080
43
43
  openmetadata_managed_apis/workflows/workflow_factory.py,sha256=HmyTHQ_WuKBTBQ09vk7InULOQ-01LnwijTAgKU7PPxs,3150
44
44
  openmetadata_managed_apis/workflows/ingestion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
- openmetadata_managed_apis/workflows/ingestion/application.py,sha256=tWzI4LX1K1uNouA3cz35Qw77AwmYth2FOGVw8GGUgfY,3925
46
- openmetadata_managed_apis/workflows/ingestion/auto_classification.py,sha256=NhnGAfEj9MjCu_ANAC4q6o7rQltiIIEqs9DaE5f2Wf0,3071
47
- openmetadata_managed_apis/workflows/ingestion/common.py,sha256=wNAZurl59_aCuAKV8-H5QQbs1bljW-6LhbiJQrsGAUY,15346
48
- openmetadata_managed_apis/workflows/ingestion/dbt.py,sha256=Hbl5ikbV_0lyZs85QnrNceKFJeoVChEYu_IkE0EM6tM,2160
45
+ openmetadata_managed_apis/workflows/ingestion/application.py,sha256=xLfAZE2wwg-I9KyamLCcLOR_mk14bcfC5dgDB5HA1o0,3995
46
+ openmetadata_managed_apis/workflows/ingestion/auto_classification.py,sha256=h9k0MwQCZ1tKQAKv1lcxJeEPfJV4J6K1PAahuXg89AU,3141
47
+ openmetadata_managed_apis/workflows/ingestion/common.py,sha256=-wqRvL5bJid94ITkNDrEdfNlqJtNiMF5jHfFT3QSeqM,15318
48
+ openmetadata_managed_apis/workflows/ingestion/dbt.py,sha256=fBi2WiXwxNzma0gKpXXbqcP-Me9tSIZNYWjE-j76CSs,2230
49
49
  openmetadata_managed_apis/workflows/ingestion/elasticsearch_sink.py,sha256=blXh5m4mlTNGkshXP-5sWZXlU9aDPutWWEoaG51SWqU,2049
50
- openmetadata_managed_apis/workflows/ingestion/es_reindex.py,sha256=xi1sCAeFKgW7_Wci1bt6KIjbAGGMDRx6zJ8XHV7t_gw,3423
51
- openmetadata_managed_apis/workflows/ingestion/lineage.py,sha256=dvMMlSGNi-5h5ZUP92VJxQ4Eefl3P30dHDE26RbkfrI,2147
52
- openmetadata_managed_apis/workflows/ingestion/metadata.py,sha256=HE0OZSMF_w8Nh0FhvVg9m-X8tAVpe4pkBysEi3XyHMo,2058
53
- openmetadata_managed_apis/workflows/ingestion/profiler.py,sha256=Kn7KL4MjSbpS2QYyvX-IUWTAzrCnhkOYMhUoGnXI1tM,2957
50
+ openmetadata_managed_apis/workflows/ingestion/es_reindex.py,sha256=-fCbq7dHA2KW2Fe_9HX8vaYS7odIYMpvZFwaxBuw9LY,3493
51
+ openmetadata_managed_apis/workflows/ingestion/lineage.py,sha256=Vgp1THnBniFMiqlwEtfgAYuy11kjZPuNBCFwjRkvQuU,2217
52
+ openmetadata_managed_apis/workflows/ingestion/metadata.py,sha256=-m7duehwM99WWrsnnxkCKeFFz0n1Ofo5UKudFWVtn84,2128
53
+ openmetadata_managed_apis/workflows/ingestion/profiler.py,sha256=-_h73OgZyKum3r0iUbvoP0MtuvwVbbTrY2G1qFiYDAk,3027
54
54
  openmetadata_managed_apis/workflows/ingestion/registry.py,sha256=xbB6NdHrxEYUdBHxyrcJkyVGYKhuSI1WoLVvWeWCdz0,2356
55
- openmetadata_managed_apis/workflows/ingestion/test_suite.py,sha256=bwNxr0vp1yoCi3dXm094-PrUQfg1UJpV95thoPFuUNM,2964
56
- openmetadata_managed_apis/workflows/ingestion/usage.py,sha256=tr3ap1rU45YHgKnZv1QaZ2npXbWtbgpxSnkfdJqZai8,3719
57
- openmetadata_managed_apis-1.9.12.0.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
58
- openmetadata_managed_apis-1.9.12.0.dist-info/METADATA,sha256=NP4AIP3_Cqx3tpKtfRhtj9KRSVJW6_05OgqIpOhQqtk,21781
59
- openmetadata_managed_apis-1.9.12.0.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
60
- openmetadata_managed_apis-1.9.12.0.dist-info/entry_points.txt,sha256=zknKSL_4J9dZRwSySrmb5sPnSMpmIpZ4_k-Aa4uwUHQ,93
61
- openmetadata_managed_apis-1.9.12.0.dist-info/top_level.txt,sha256=GygnYc036LyoClYqtk72V3gk7sX5fAKAr9fggnvxNgA,26
62
- openmetadata_managed_apis-1.9.12.0.dist-info/RECORD,,
55
+ openmetadata_managed_apis/workflows/ingestion/test_suite.py,sha256=mDir-Oz1RgTpQRAeFcwb2rWUlc3tddWO8uQWPv9soe0,3034
56
+ openmetadata_managed_apis/workflows/ingestion/usage.py,sha256=Ate2K4OE0yoa9a8oW3DMivGI09YdHWYk8m2n0f2RucI,3789
57
+ openmetadata_managed_apis-1.10.0.0.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
58
+ openmetadata_managed_apis-1.10.0.0.dist-info/METADATA,sha256=XSdzbMkZIhedazMpAYTF42ljSBOzEpme0miYPRkfo0k,21781
59
+ openmetadata_managed_apis-1.10.0.0.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
60
+ openmetadata_managed_apis-1.10.0.0.dist-info/entry_points.txt,sha256=zknKSL_4J9dZRwSySrmb5sPnSMpmIpZ4_k-Aa4uwUHQ,93
61
+ openmetadata_managed_apis-1.10.0.0.dist-info/top_level.txt,sha256=GygnYc036LyoClYqtk72V3gk7sX5fAKAr9fggnvxNgA,26
62
+ openmetadata_managed_apis-1.10.0.0.dist-info/RECORD,,