We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The catalog today has some wrongly named artifacts in the wrong local. We need a backward compatible way to migrate to it.
"Artifact XXXX was loaded from catalog but is deprecated: {deprecation}. "
The catalog UX should highlight that they are deprecated (e.g. red flag)
2)We would have a way to link an artifact to another artifact.
artifact = ArtifactReference(reference="tasks.my_task" ) add_to_catalog(artifact,"tasks.my_old_task")
This will make loading "tasks.my_old_task" return the "Task.my_task")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The catalog today has some wrongly named artifacts in the wrong local. We need a backward compatible way to migrate to it.
"Artifact XXXX was loaded from catalog but is deprecated: {deprecation}. "
The catalog UX should highlight that they are deprecated (e.g. red flag)
2)We would have a way to link an artifact to another artifact.
artifact = ArtifactReference(reference="tasks.my_task" )
add_to_catalog(artifact,"tasks.my_old_task")
This will make loading "tasks.my_old_task" return the "Task.my_task")
The text was updated successfully, but these errors were encountered: