Skip to content

Conversation

@VipulMascarenhas
Copy link
Member

Description

When registering Aqua models via OSS flow, since user does not set the task, it is not available in the freeform tags. While deploying, this should be set to empty instead of None, else model deployment creation fails with "Invalid request tags" as shown below.

{
    "status": 400,
    "message": "Authorization Failed: Could not create resource. Operation Name: create_model_deployment.",
    "service_payload": {
        "target_service": "data_science",
        "status": 400,
        "code": "InvalidParameter",
        "message": "Invalid request tags",
        "operation_name": "create_model_deployment",
    ...

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 27, 2024
Copy link
Contributor

@darenr darenr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future releases typing has been deprecated for List/Dict/Tuple in favor of just list/dict/tuple

@github-actions
Copy link

📌 Cov diff with main:

Coverage-66%

📌 Overall coverage:

Coverage-58.46%

@VipulMascarenhas VipulMascarenhas merged commit 2f4e858 into main Nov 27, 2024
22 checks passed
@VipulMascarenhas VipulMascarenhas deleted the aqua_deploy_tags_fix branch November 27, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants