openmetadata-managed-apis 1.6.8.0__tar.gz → 1.7.0.0rc2__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.
Files changed (67) hide show
  1. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/PKG-INFO +2 -2
  2. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/__init__.py +3 -3
  3. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/apis_metadata.py +3 -3
  4. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/app.py +3 -3
  5. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/config.py +3 -3
  6. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/error_handlers.py +3 -3
  7. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/response.py +3 -3
  8. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/delete.py +3 -3
  9. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/deploy.py +3 -3
  10. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/disable.py +3 -3
  11. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/enable.py +3 -3
  12. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/health.py +3 -3
  13. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/health_auth.py +3 -3
  14. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/ip.py +3 -3
  15. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/kill.py +3 -3
  16. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/last_dag_logs.py +3 -3
  17. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/run_automation.py +4 -4
  18. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/status.py +3 -3
  19. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/trigger.py +3 -3
  20. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/utils.py +3 -3
  21. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/delete.py +3 -3
  22. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/deploy.py +3 -3
  23. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/health.py +3 -3
  24. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/kill_all.py +3 -3
  25. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/last_dag_logs.py +2 -2
  26. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/state.py +3 -3
  27. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/status.py +3 -3
  28. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/trigger.py +3 -3
  29. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/plugin.py +3 -3
  30. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/utils/parser.py +3 -3
  31. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/views/rest_api.py +3 -3
  32. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/config.py +3 -3
  33. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/application.py +6 -4
  34. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/auto_classification.py +6 -4
  35. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/common.py +20 -9
  36. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/dbt.py +2 -2
  37. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/elasticsearch_sink.py +3 -3
  38. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/es_reindex.py +3 -3
  39. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/lineage.py +3 -3
  40. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/metadata.py +3 -3
  41. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/profiler.py +6 -4
  42. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/registry.py +3 -3
  43. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/test_suite.py +6 -4
  44. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/usage.py +6 -4
  45. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/workflow_builder.py +3 -3
  46. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/workflow_factory.py +3 -3
  47. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis.egg-info/PKG-INFO +2 -2
  48. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/pyproject.toml +2 -2
  49. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/LICENSE +0 -0
  50. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/README.md +0 -0
  51. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/__init__.py +0 -0
  52. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/api/routes/__init__.py +0 -0
  53. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/operations/__init__.py +0 -0
  54. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/resources/__init__.py +0 -0
  55. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/resources/dag_runner.j2 +0 -0
  56. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/utils/__init__.py +0 -0
  57. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/utils/logger.py +0 -0
  58. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/views/__init__.py +0 -0
  59. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/views/templates/rest_api/index.html +0 -0
  60. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/__init__.py +0 -0
  61. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis/workflows/ingestion/__init__.py +0 -0
  62. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis.egg-info/SOURCES.txt +0 -0
  63. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis.egg-info/dependency_links.txt +0 -0
  64. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis.egg-info/entry_points.txt +0 -0
  65. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis.egg-info/requires.txt +0 -0
  66. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/openmetadata_managed_apis.egg-info/top_level.txt +0 -0
  67. {openmetadata_managed_apis-1.6.8.0 → openmetadata_managed_apis-1.7.0.0rc2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openmetadata_managed_apis
3
- Version: 1.6.8.0
3
+ Version: 1.7.0.0rc2
4
4
  Summary: Airflow REST APIs to create and manage DAGS
5
5
  Author: OpenMetadata Committers
6
6
  License: Apache License
@@ -207,7 +207,7 @@ License: Apache License
207
207
  Project-URL: Homepage, https://open-metadata.org/
208
208
  Project-URL: Documentation, https://docs.open-metadata.org/
209
209
  Project-URL: Source, https://github.com/open-metadata/OpenMetadata
210
- Requires-Python: >=3.8
210
+ Requires-Python: >=3.9
211
211
  Description-Content-Type: text/markdown
212
212
  License-File: LICENSE
213
213
  Requires-Dist: pendulum~=3.0
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -19,7 +19,7 @@ from openmetadata_managed_apis.api.response import ApiResponse
19
19
  from openmetadata_managed_apis.utils.logger import routes_logger
20
20
  from pydantic import ValidationError
21
21
 
22
- from metadata.automations.runner import execute
22
+ from metadata.automations.execute_runner import execute
23
23
  from metadata.ingestion.api.parser import parse_automation_workflow_gracefully
24
24
  from metadata.utils.secrets.secrets_manager_factory import SecretsManagerFactory
25
25
 
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
1
  # Copyright 2022 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -48,7 +48,9 @@ def application_workflow(workflow_config: OpenMetadataApplicationConfig):
48
48
 
49
49
  set_operator_logger(workflow_config)
50
50
 
51
- config = json.loads(workflow_config.model_dump_json(exclude_defaults=False))
51
+ config = json.loads(
52
+ workflow_config.model_dump_json(exclude_defaults=False, mask_secrets=False)
53
+ )
52
54
  workflow = ApplicationWorkflow.create(config)
53
55
 
54
56
  workflow.execute()
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -42,7 +42,9 @@ def auto_classification_workflow(workflow_config: OpenMetadataWorkflowConfig):
42
42
 
43
43
  set_operator_logger(workflow_config)
44
44
 
45
- config = json.loads(workflow_config.model_dump_json(exclude_defaults=False))
45
+ config = json.loads(
46
+ workflow_config.model_dump_json(exclude_defaults=False, mask_secrets=False)
47
+ )
46
48
  workflow = AutoClassificationWorkflow.create(config)
47
49
 
48
50
  workflow.execute()
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -44,6 +44,7 @@ try:
44
44
  except ModuleNotFoundError:
45
45
  from airflow.operators.python_operator import PythonOperator
46
46
 
47
+ from croniter import croniter
47
48
  from openmetadata_managed_apis.utils.logger import set_operator_logger, workflow_logger
48
49
  from openmetadata_managed_apis.utils.parser import (
49
50
  parse_service_connection,
@@ -203,7 +204,9 @@ def metadata_ingestion_workflow(workflow_config: OpenMetadataWorkflowConfig):
203
204
 
204
205
  set_operator_logger(workflow_config)
205
206
 
206
- config = json.loads(workflow_config.model_dump_json(exclude_defaults=False))
207
+ config = json.loads(
208
+ workflow_config.model_dump_json(exclude_defaults=False, mask_secrets=False)
209
+ )
207
210
  workflow = MetadataWorkflow.create(config)
208
211
 
209
212
  workflow.execute()
@@ -247,11 +250,19 @@ def build_dag_configs(ingestion_pipeline: IngestionPipeline) -> dict:
247
250
  :param ingestion_pipeline: pipeline configs
248
251
  :return: dict to use as kwargs
249
252
  """
250
-
251
- if ingestion_pipeline.airflowConfig.startDate:
252
- start_date = ingestion_pipeline.airflowConfig.startDate.root
253
+ # Determine start_date based on schedule_interval using croniter
254
+ schedule_interval = ingestion_pipeline.airflowConfig.scheduleInterval
255
+ now = datetime.now()
256
+
257
+ if schedule_interval is None:
258
+ # On-demand DAG, set start_date to now
259
+ start_date = now
260
+ elif croniter.is_valid(schedule_interval):
261
+ cron = croniter(schedule_interval, now)
262
+ start_date = cron.get_prev(datetime)
253
263
  else:
254
- start_date = datetime.now() - timedelta(days=1)
264
+ # Handle invalid cron expressions if necessary
265
+ start_date = now
255
266
 
256
267
  return {
257
268
  "dag_id": clean_dag_id(ingestion_pipeline.name.root),
@@ -272,7 +283,7 @@ def build_dag_configs(ingestion_pipeline: IngestionPipeline) -> dict:
272
283
  "is_paused_upon_creation": ingestion_pipeline.airflowConfig.pausePipeline
273
284
  or False,
274
285
  "catchup": ingestion_pipeline.airflowConfig.pipelineCatchup or False,
275
- "schedule_interval": ingestion_pipeline.airflowConfig.scheduleInterval,
286
+ "schedule_interval": schedule_interval,
276
287
  "tags": [
277
288
  "OpenMetadata",
278
289
  clean_name_tag(ingestion_pipeline.displayName)
@@ -1,8 +1,8 @@
1
1
  # Copyright 2022 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -42,7 +42,9 @@ def profiler_workflow(workflow_config: OpenMetadataWorkflowConfig):
42
42
 
43
43
  set_operator_logger(workflow_config)
44
44
 
45
- config = json.loads(workflow_config.model_dump_json(exclude_defaults=False))
45
+ config = json.loads(
46
+ workflow_config.model_dump_json(exclude_defaults=False, mask_secrets=False)
47
+ )
46
48
  workflow = ProfilerWorkflow.create(config)
47
49
 
48
50
  workflow.execute()
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -42,7 +42,9 @@ def test_suite_workflow(workflow_config: OpenMetadataWorkflowConfig):
42
42
 
43
43
  set_operator_logger(workflow_config)
44
44
 
45
- config = json.loads(workflow_config.model_dump_json(exclude_defaults=False))
45
+ config = json.loads(
46
+ workflow_config.model_dump_json(exclude_defaults=False, mask_secrets=False)
47
+ )
46
48
  workflow = TestSuiteWorkflow.create(config)
47
49
 
48
50
  workflow.execute()
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -46,7 +46,9 @@ def usage_workflow(workflow_config: OpenMetadataWorkflowConfig):
46
46
 
47
47
  set_operator_logger(workflow_config)
48
48
 
49
- config = json.loads(workflow_config.model_dump_json(exclude_defaults=False))
49
+ config = json.loads(
50
+ workflow_config.model_dump_json(exclude_defaults=False, mask_secrets=False)
51
+ )
50
52
  workflow = UsageWorkflow.create(config)
51
53
 
52
54
  workflow.execute()
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,8 +1,8 @@
1
- # Copyright 2021 Collate
2
- # Licensed under the Apache License, Version 2.0 (the "License");
1
+ # Copyright 2025 Collate
2
+ # Licensed under the Collate Community License, Version 1.0 (the "License");
3
3
  # you may not use this file except in compliance with the License.
4
4
  # You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
5
+ # https://github.com/open-metadata/OpenMetadata/blob/main/ingestion/LICENSE
6
6
  # Unless required by applicable law or agreed to in writing, software
7
7
  # distributed under the License is distributed on an "AS IS" BASIS,
8
8
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: openmetadata_managed_apis
3
- Version: 1.6.8.0
3
+ Version: 1.7.0.0rc2
4
4
  Summary: Airflow REST APIs to create and manage DAGS
5
5
  Author: OpenMetadata Committers
6
6
  License: Apache License
@@ -207,7 +207,7 @@ License: Apache License
207
207
  Project-URL: Homepage, https://open-metadata.org/
208
208
  Project-URL: Documentation, https://docs.open-metadata.org/
209
209
  Project-URL: Source, https://github.com/open-metadata/OpenMetadata
210
- Requires-Python: >=3.8
210
+ Requires-Python: >=3.9
211
211
  Description-Content-Type: text/markdown
212
212
  License-File: LICENSE
213
213
  Requires-Dist: pendulum~=3.0
@@ -6,14 +6,14 @@ 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.6.8.0"
9
+ version = "1.7.0.0rc2"
10
10
  readme = "README.md"
11
11
  authors = [
12
12
  {name = "OpenMetadata Committers"}
13
13
  ]
14
14
  license = {file = "LICENSE"}
15
15
  description = "Airflow REST APIs to create and manage DAGS"
16
- requires-python = ">=3.8"
16
+ requires-python = ">=3.9"
17
17
  dependencies = [
18
18
  "pendulum~=3.0",
19
19
  "apache-airflow>=2.2.2",