Open
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
📦 Trivy Vulnerability Scan Results
Report SummaryCould not generate summary table (data length mismatch: 30 vs 27). Scan Result Detailsconnectors/anaplan/uv.lockconnectors/mysql/uv.lockquickstart/ai_giphy/uv.lockquickstart/giphy/uv.lockquickstart/hello_world/uv.locktemplates/generic/uv.lockutilities/asset_descriptor_reminder/uv.lockutilities/freshness_monitor/uv.lockutilities/workflows_observability/uv.lock |
📦 Trivy Secret Scan Results
Report Summary
Scan Result Details✅ No secrets found during the scan for |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
fa9b85b to
0d19c6e
Compare
0d19c6e to
21a4c1c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates atlan-application-sdk from v2.3.1 to v2.4.1 across all sample apps and adds automated SDK update monitoring system.
Changes
SDK Update (v2.3.1 → v2.4.1)
New: Automated SDK Update System
Added complete automation for monitoring and executing SDK updates:
GitHub Actions Workflow (
.github/workflows/sdk-update-check.yaml)Agent Skill (
.agents/skills/atlan-sdk-update-automation/)Python Script (
.github/scripts/check_sdk_update.py)Updated Configuration
Apps Updated (10)
Utilities:
Quickstart:
Connectors:
Templates:
Breaking Changes
✅ No breaking changes between v2.3.1 and v2.4.1
SDK Changelog (v2.3.1 → v2.4.1)
Testing
✅ All imports verified successfully
✅ Unit tests passing (hello_world: 4 passed, giphy: 8 passed, mysql: 9 passed)
✅ Dependencies synced successfully in all apps
Setup Required (After Merge)
To enable automated monitoring:
Add GitHub Secrets:
LINEAR_API_KEY: Your Linear API tokenLINEAR_TEAM_ID: Your Linear team IDWorkflow will automatically run twice weekly and create Linear issues when updates are available
Documentation
.github/workflows/README-SDK-UPDATE.md.agents/skills/atlan-sdk-update-automation/SKILL.md.agents/skills/atlan-sdk-update-automation/README.mdReference