Skip to content

Feature/add sqlmesh demo#31

Open
Siyan-Luo wants to merge 39 commits intomainfrom
feature/add-sqlmesh
Open

Feature/add sqlmesh demo#31
Siyan-Luo wants to merge 39 commits intomainfrom
feature/add-sqlmesh

Conversation

@Siyan-Luo
Copy link

@Siyan-Luo Siyan-Luo commented Apr 25, 2025

  • Updated the root README.md and sample README.md
  • Using the conveyor-samples aws role
  • Airflow dags are prefixed with samples_
  • No .conveyor folder checked-in by mistake

@Siyan-Luo Siyan-Luo requested a review from stijndehaes April 25, 2025 14:46
@Siyan-Luo Siyan-Luo marked this pull request as ready for review April 25, 2025 14:50
Comment on lines 10 to 15
backend "s3" {
bucket = "terraform-states-dm" # manually created (the bootstrap problem), with versioning enabled (best practice)
key = "sqlmesh-demo"
region = "eu-west-1"
use_lockfile = true
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hard-coded dependency that does not exist. Look at the global pre-requisites. I think we create an s3 bucket there that you might be able to re-use

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for seeing this. I have removed the hardcoded part, created a sample backend tf file (that users can copy and fill accordingly) and updated the readme accordingly adding this as a prerequisite.

version = "0.1.0"
description = "Sample project using sqlmesh"
readme = "README.md"
authors = ["oliver.willekens@dataminded.com", "siyan.luo@dataminded.com"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add your name here as well Jesus

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

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.

4 participants