feat: wire lakehouse load into MySQL connector workflow#151
Open
feat: wire lakehouse load into MySQL connector workflow#151
Conversation
Demonstrates how to use the SDK's load_to_lakehouse activity in a custom workflow that overrides run(). Raw parquet load fires after asyncio.gather, transformed jsonl load fires via run_exit_activities. Both are gated behind ENABLE_LAKEHOUSE_LOAD env var + namespace/table config. Requires application-sdk >= 2.7.0 (feat/load-to-lakehouse-activity branch). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ 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.lockVulnerabilities
connectors/mysql/uv.lockVulnerabilities
quickstart/ai_giphy/uv.lockVulnerabilities
quickstart/giphy/uv.lockVulnerabilities
quickstart/hello_world/uv.lockVulnerabilities
templates/generic/uv.lockVulnerabilities
utilities/asset_descriptor_reminder/uv.lockVulnerabilities
utilities/freshness_monitor/uv.lockVulnerabilities
utilities/workflows_observability/uv.lockVulnerabilities
|
📦 Trivy Secret Scan Results
Report Summary
Scan Result Details✅ No secrets found during the scan for |
…tion Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
load_to_lakehouseactivity in the MySQL connector's custom workflowasyncio.gatherand transformed jsonl load viarun_exit_activitiesENABLE_LAKEHOUSE_LOADenv var + per-table namespace/table configapplication-sdkfromfeat/load-to-lakehouse-activitybranch (feat: add load_to_lakehouse Temporal activity for Iceberg ingestion application-sdk#1134)Test plan
ENABLE_LAKEHOUSE_LOAD=false(default) — no behavior changeENABLE_LAKEHOUSE_LOAD=true+ namespace/table env vars — raw and transformed loads firerun_exit_activitiescorrectly chains upload_to_atlan + transformed lakehouse load🤖 Generated with Claude Code