Skip to content

Feature/add sqlmesh demo - #31

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

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

Conversation

@Siyan-Luo

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

Copy link
Copy Markdown
  • 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 thread basic/sqlmesh_example/infra/versions.tf Outdated
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
Copy Markdown
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

Copy link
Copy Markdown

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.

Comment thread basic/sqlmesh_example/pyproject.toml Outdated
version = "0.1.0"
description = "Sample project using sqlmesh"
readme = "README.md"
authors = ["oliver.willekens@dataminded.com", "siyan.luo@dataminded.com"]

Copy link
Copy Markdown
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

Copy link
Copy Markdown

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