Skip to content

Commit

Permalink
get the stragglers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Sep 21, 2023
1 parent 4fca9d2 commit f9229e8
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deps =

# Can't stub deps because processed by sphinx-click
-e ../python_modules/dagster
-e ../python_modules/dagster-ext
-e ../python_modules/dagster-graphql
-e ../python_modules/dagster-webserver
-e ../python_modules/libraries/dagster-celery
Expand Down
1 change: 1 addition & 0 deletions examples/assets_dbt_python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
; note: "source" does not work at this time due to dagster-cloud source access
deps =
source: -e ../../python_modules/dagster[test]
source: -e ../../python_modules/dagster-ext
pypi: dagster[test]
pypi: -r ../temp_pins.txt
source: -e ../../python_modules/dagster-webserver
Expand Down
1 change: 1 addition & 0 deletions examples/assets_dynamic_partitions/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = true
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/libraries/dagster-duckdb/
-e ../../python_modules/libraries/dagster-duckdb-pandas/
-e .
Expand Down
1 change: 1 addition & 0 deletions examples/assets_modern_data_stack/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
; note: "source" does not work at this time due to dagster-cloud source access
deps =
source: -e ../../python_modules/dagster[test]
source: -e ../../python_modules/dagster-ext
pypi: dagster[test]
pypi: -r ../temp_pins.txt
source: -e ../../python_modules/dagster-graphql
Expand Down
1 change: 1 addition & 0 deletions examples/assets_pandas_pyspark/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = true
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-spark
Expand Down
1 change: 1 addition & 0 deletions examples/assets_pandas_type_metadata/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/dagster[test]
Expand Down
1 change: 1 addition & 0 deletions examples/assets_smoke_test/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = true
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-pandas/
Expand Down
1 change: 1 addition & 0 deletions examples/deploy_docker/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE* DEPLOY_DOCKER_WEBSERVER_HOST
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
allowlist_externals =
/bin/bash
commands =
Expand Down
1 change: 1 addition & 0 deletions examples/deploy_ecs/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE* DEPLOY_DOCKER_WEBSERVER_HOST
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-test
allowlist_externals =
/bin/bash
Expand Down
1 change: 1 addition & 0 deletions examples/deploy_k8s/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-aws
-e ../../python_modules/libraries/dagster-celery
Expand Down
1 change: 1 addition & 0 deletions examples/development_to_production/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e .[test]
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
Expand Down
1 change: 1 addition & 0 deletions examples/docs_snippets/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN POSTGRES_TEST_DB_HOST BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-graphql
-e ../../python_modules/dagster-webserver
-e ../../python_modules/libraries/dagstermill[test]
Expand Down
1 change: 1 addition & 0 deletions examples/feature_graph_backed_assets/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e .
Expand Down
1 change: 1 addition & 0 deletions examples/project_fully_featured/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE* SNOWFLAKE_ACCOUNT SNOWFLAKE_USER SNOWFLAKE_PASSWORD
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-pandas/
Expand Down
1 change: 1 addition & 0 deletions examples/quickstart_aws/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
; note: "source" does not work at this time due to dagster-cloud source access
deps =
source: -e ../../python_modules/dagster[test]
source: -e ../../python_modules/dagster-ext
pypi: dagster[test]
pypi: -r ../temp_pins.txt
source: -e ../../python_modules/libraries/dagster-aws/
Expand Down
1 change: 1 addition & 0 deletions examples/quickstart_etl/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
; note: "source" does not work at this time due to dagster-cloud source access
deps =
source: -e ../../python_modules/dagster[test]
source: -e ../../python_modules/dagster-ext
pypi: dagster[test]
pypi: -r ../temp_pins.txt
-e .
Expand Down
1 change: 1 addition & 0 deletions examples/quickstart_gcp/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
; note: "source" does not work at this time due to dagster-cloud source access
deps =
source: -e ../../python_modules/dagster[test]
source: -e ../../python_modules/dagster-ext
pypi: dagster[test]
pypi: -r ../temp_pins.txt
source: -e ../../python_modules/libraries/dagster-gcp
Expand Down
1 change: 1 addition & 0 deletions examples/quickstart_snowflake/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
; note: "source" does not work at this time due to dagster-cloud source access
deps =
source: -e ../../python_modules/dagster[test]
source: -e ../../python_modules/dagster-ext
pypi: dagster[test]
pypi: -r ../temp_pins.txt
source: -e ../../python_modules/libraries/dagster-gcp
Expand Down
1 change: 1 addition & 0 deletions examples/with_airflow/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-airflow[test]
Expand Down
1 change: 1 addition & 0 deletions examples/with_great_expectations/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-pandas
Expand Down
1 change: 1 addition & 0 deletions examples/with_pyspark/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = true
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-spark
Expand Down
1 change: 1 addition & 0 deletions examples/with_pyspark_emr/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = true
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-aws[test]
Expand Down
1 change: 1 addition & 0 deletions examples/with_wandb/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = true
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-webserver
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-wandb
Expand Down
1 change: 1 addition & 0 deletions helm/dagster/schema/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../../python_modules/dagster[test]
-e ../../../python_modules/dagster-ext
-e ../../../python_modules/libraries/dagster-pandas
-e ../../../python_modules/libraries/dagster-aws
-e ../../../python_modules/libraries/dagster-azure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE*
deps =
-e ../../../python_modules/dagster[test]
-e ../../../python_modules/dagster-ext
-e ../../../python_modules/dagster-graphql
-e ../../../python_modules/dagster-test
-e ../../../python_modules/libraries/dagster-k8s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = CI_* COVERALLS_REPO_TOKEN BUILDKITE* BACKCOMPAT_TESTS_WEBSERVER_HOST E

deps =
-e ../../../python_modules/dagster[test]
-e ../../../python_modules/dagster-ext
-e ../../../python_modules/dagster-webserver
-e ../../../python_modules/dagster-graphql
-e ../../../python_modules/dagster-test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = HOME AIRFLOW_HOME AWS_* BUILDKITE* CI_* COVERALLS_REPO_TOKEN DAGSTER_* DOCKER_* GOOGLE_* KUBECONFIG
deps =
-e ../../../python_modules/dagster[test]
-e ../../../python_modules/dagster-ext
-e ../../../python_modules/dagster-graphql
-e ../../../python_modules/dagster-test
-e ../../../python_modules/libraries/dagster-pandas
Expand Down
1 change: 1 addition & 0 deletions integration_tests/test_suites/daemon-test-suite/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ passenv = HOME AIRFLOW_HOME AWS_* BUILDKITE* CI_* COVERALLS_REPO_TOKEN DAGSTER_*
deps =
objgraph
-e ../../../python_modules/dagster[test]
-e ../../../python_modules/dagster-ext
-e ../../../python_modules/dagster-graphql
-e ../../../python_modules/dagit
-e ../../../python_modules/dagster-webserver
Expand Down
1 change: 1 addition & 0 deletions js_modules/dagster-ui/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ setenv =
STRICT_GRPC_SERVER_PROCESS_WAIT = "1"
deps =
-e ../../python_modules/dagster[test]
-e ../../python_modules/dagster-ext
-e ../../python_modules/dagster-graphql
-e ../../python_modules/libraries/dagster-slack
-e ../../python_modules/dagster-webserver[starlette]
Expand Down
1 change: 1 addition & 0 deletions python_modules/libraries/dagster-duckdb-polars/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN AZURE_* BUILDKITE* SSH_*
deps =
-e ../../dagster[mypy,test]
-e ../../dagster-ext
-e ../dagster-duckdb
-e .
allowlist_externals =
Expand Down
1 change: 1 addition & 0 deletions python_modules/libraries/dagster-gcp-pandas/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ download = True
passenv = CI_* COVERALLS_REPO_TOKEN AZURE_* BUILDKITE* SSH_* GOOGLE_APPLICATION_CREDENTIALS GCP_PROJECT_ID
deps =
-e ../../dagster[mypy,test]
-e ../../dagster-ext
-e ../dagster-pandas
-e ../dagster-gcp
-e .[test]
Expand Down

0 comments on commit f9229e8

Please sign in to comment.