Skip to content

Sync Python SDK models from atlanhq/models#916

Open
atlan-ci wants to merge 1 commit into
mainfrom
sync-models-20260427-151725
Open

Sync Python SDK models from atlanhq/models#916
atlan-ci wants to merge 1 commit into
mainfrom
sync-models-20260427-151725

Conversation

@atlan-ci
Copy link
Copy Markdown
Collaborator

Summary

This PR syncs the generated Python SDK models from the atlanhq/models repository.

Changes

Auto-generated Python model files from Pkl type definitions.

Test Plan

  • Verify generated models are syntactically correct
  • Run existing tests against updated models

🤖 This PR was automatically created by the sync-python-sdk workflow.

Source commit: c3e523ea6a8111ce8e2e228ef78c8d38a7146d9b
Source ref: refs/heads/master

Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
from typing import Dict, List, Set, Union

import msgspec
from msgspec import UNSET, UnsetType
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The code generator is emitting unused imports. These lines trigger ruff F401 errors and are causing CI failure:

from typing import Dict, List, Set, Union  # Dict, List, Set, Union all unused
import msgspec  # unused
from msgspec import UNSET, UnsetType  # UNSET, UnsetType unused

This same pattern is present in all 19 new *_related.py and model files. The Pkl code generator in atlanhq/models should be updated to only emit imports that are actually used by the generated class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant