From 5380a5d2d65c0d9a9ce906438c158fc141306a75 Mon Sep 17 00:00:00 2001 From: Pedram Navid <1045990+PedramNavid@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:51:02 -0700 Subject: [PATCH] [docs-beta] Add testable code snippets (#23836) This moves our beta docsite code examples into its own folder under `examples`. See instructions for how to run and test this. Local testing, buildkite. NOCHANGELOG --- examples/docs_beta_snippets/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/docs_beta_snippets/tox.ini b/examples/docs_beta_snippets/tox.ini index 38388b96e3100..c4e1cdec1b696 100644 --- a/examples/docs_beta_snippets/tox.ini +++ b/examples/docs_beta_snippets/tox.ini @@ -12,6 +12,7 @@ install_command = uv pip install {opts} {packages} deps = source: -e ../../python_modules/dagster[test] source: -e ../../python_modules/dagster-pipes + pypi: dagster[test] -e ../../python_modules/dagster-graphql -e ../../python_modules/dagster-webserver -e ../../python_modules/libraries/dagster-duckdb-pandas