Skip to content

added a new col for cicd testing#27

Merged
StuffbyYuki merged 5 commits into
mainfrom
add_changes_for_cicd
Jan 13, 2026
Merged

added a new col for cicd testing#27
StuffbyYuki merged 5 commits into
mainfrom
add_changes_for_cicd

Conversation

@StuffbyYuki

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

github-actions Bot commented Jan 12, 2026

Copy link
Copy Markdown

🤖 SQLMesh Bot Info 🤖

  • 👀 To review this PR's changes, use virtual data environment:
    • the_data_toolbox_27
🚢 Prod Plan Being Applied

Summary of differences from prod:

Directly Modified:

  • ducklake.lakehouse.full_model (Non-breaking)

    --- 
    
    +++ 
    
    @@ -31,7 +31,8 @@
    
       COUNT(*) AS collision_count,
       SUM(number_of_persons_injured) AS total_number_of_persons_injured,
       SUM(number_of_persons_killed) AS total_number_of_persons_killed,
    -  CURRENT_TIMESTAMP AS _lakehouse_loaded_at
    +  CURRENT_TIMESTAMP AS _lakehouse_loaded_at,
    +  'A newly added column for CI/CD' AS a_new_column
     FROM lakehouse.incremental_model
     GROUP BY
       crash_date,

Models needing backfill:

  • ducklake.lakehouse.full_model: [full refresh]
Plan flags
  • skip_tests = True
  • no_gaps = True
  • forward_only = False
  • run = False
  • skip_linter = True

@StuffbyYuki StuffbyYuki merged commit 3ced355 into main Jan 13, 2026
6 checks passed
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