-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for external profiler workflow #13887
Conversation
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
8cffc4d
to
2c5e527
Compare
@@ -44,6 +45,10 @@ def set_steps(self): | |||
def _get_source(self) -> Source: | |||
# Source that we are ingesting, e.g., mysql, looker or kafka | |||
source_type = self.config.source.type.lower() | |||
if not self.config.source.serviceName: | |||
raise WorkflowExecutionError( | |||
"ServiceName is required field for executing the Metadata Workflow" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be needed in the lineage
workflow as well correct?
We could word it as
`serviceName` is a required field for executing the workflow.
You can find more information on how to build the YAML configuration here: <link to docs for each workflow>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not solved yet right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh there is no "lineage" workflow right we use metadata workflow for lineage ain't we?
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
[open-metadata-ingestion] SonarCloud Quality Gate failed. 0 Bugs 26.1% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
* Add support for external profiler workflow * pylint * resolve comments * resolve comments * pyformat * fix code smell
* Add support for external profiler workflow * pylint * resolve comments * resolve comments * pyformat * fix code smell
Describe your changes:
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>