Skip to content

Commit

Permalink
[dagster-airlift] move demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dpeng817 committed Nov 12, 2024
1 parent 3fdc89c commit 47f4406
Show file tree
Hide file tree
Showing 67 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def build_dagster_oss_nightly_steps() -> List[BuildkiteStep]:
],
),
PackageSpec(
"examples/experimental/dagster-airlift/examples/dbt-example",
"examples/starlift-demo",
name="airlift-demo-live-tests",
env_vars=[
"KS_DBT_CLOUD_ACCOUNT_ID",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def k8s_extra_cmds(version: str, _) -> List[str]:
# Runs against live dbt cloud instance, we only want to run on commits and on the
# nightly build
PackageSpec(
"examples/experimental/dagster-airlift/examples/dbt-example",
"examples/starlift-demo",
skip_if=skip_if_not_airlift_or_dlift_commit,
env_vars=[
"KS_DBT_CLOUD_ACCOUNT_ID",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ airflow dags into dagster as assets.

### Try it out

From the root of the `dbt-example` directory, run the `dev_install` make command to install python dependencies.
From the root of the `starlift-demo` directory, run the `dev_install` make command to install python dependencies.

```bash
make dev_install
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyright/master/requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ dbt-adapters==1.3.2
dbt-common==1.3.0
dbt-core==1.8.8
dbt-duckdb==1.9.0
-e examples/experimental/dagster-airlift/examples/dbt-example
-e examples/experimental/starlift-demo
dbt-extractor==0.5.1
dbt-semantic-interfaces==0.5.1
debugpy==1.8.7
Expand Down
2 changes: 1 addition & 1 deletion pyright/master/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ types-sqlalchemy==1.4.53.34
-e examples/experimental/dagster-blueprints
-e examples/experimental/dagster-airlift[mwaa,dbt,test] # (includes airflow dependencies)
-e examples/experimental/dagster-dlift
-e examples/experimental/dagster-airlift/examples/dbt-example
-e examples/starlift-demo
-e examples/experimental/dagster-airlift/examples/kitchen-sink
-e examples/experimental/dagster-dlift/kitchen-sink
-e examples/experimental/dagster-airlift/examples/perf-harness
Expand Down

0 comments on commit 47f4406

Please sign in to comment.