Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove column #5

Merged
merged 2 commits into from
Apr 9, 2024
Merged

remove column #5

merged 2 commits into from
Apr 9, 2024

Conversation

sungchun12
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Apr 9, 2024

SQLMesh Bot Info

  • PR Virtual Data Environment: sqlmesh_demos_5
Prod Plan Being Applied

Directly Modified: demo.customers (Breaking)


Directly Modified: demo.orders (Breaking)

--- 

+++ 

@@ -12,6 +12,5 @@

   id AS payment_id,
   order_id,
   payment_method,
-  amount / 100 AS amount,
-  'new_column' AS new_column
+  amount / 100 AS amount
 FROM demo.seed_raw_payments

Directly Modified: demo.stg_payments (Breaking)

@sungchun12
Copy link
Owner Author

/deploy

@github-actions github-actions bot merged commit e4199d1 into main Apr 9, 2024
5 checks passed
@sungchun12
Copy link
Owner Author

Okay I think it worked!

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