Bug fixes#524
Conversation
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| CodeStyle | 1 minor |
🟢 Metrics 0 complexity · 0 duplication
Metric Results Complexity 0 Duplication 0
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Code Review
This pull request refactors the construction of the Dataflow template path within the Cloud Build and deployment configurations, moving the versioned filename resolution to the deployment step. It also updates the ingestion helper service in Python to gracefully handle empty import lists and job IDs by logging the events and returning successful HTTP 200 responses instead of raising errors. As there are no review comments, I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Solves two issues: a) Nesting of substitution variables (_VERSION string within dataflow template path) in the cloud build config b) Handling of empty import list and job IDs to not cause ingestion workflow to fail
Solves two issues:
a) Nesting of substitution variables (_VERSION string within dataflow template path) in the cloud build config
b) Handling of empty import list and job IDs to not cause ingestion workflow to fail