Skip to content

Commit

Permalink
update pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 7, 2024
1 parent b365747 commit 8745130
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
1 change: 1 addition & 0 deletions examples/use_case_repository/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"pymdown-extensions",
"markdown",
"flask",
"sling",
],
extras_require={
"dev": [
Expand Down
1 change: 1 addition & 0 deletions pyright/master/requirements-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ rich-argparse==1.5.2
rpds-py==0.20.0
rsa==4.9
ruamel-yaml==0.17.17
ruff==0.5.6
s3transfer==0.10.2
scikit-learn==1.5.1
scipy==1.14.0
Expand Down
22 changes: 11 additions & 11 deletions pyright/master/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,29 +105,29 @@ pendulum<3
### EXAMPLES

# -e examples/assets_dbt_python # it includes dagster-cloud
-e examples/assets_dynamic_partitions
# -e examples/assets_modern_data_stack # it includes dagster-cloud
-e examples/assets_pandas_pyspark
# -e examples/assets_pandas_type_metadata
# -e examples/assets_smoke_test
# -e examples/project_fully_featured
# -e examples/quickstart_aws # (analyzed but not installed)
# -e examples/quickstart_etl # (analyzed but not installed)
# -e examples/quickstart_gcp # (analyzed but not installed)
# -e examples/quickstart_snowflake # (analyzed but not installed)
# -r examples/deploy_docker/requirements.txt
# -r examples/deploy_ecs/requirements.txt # (no reqs)
# -r examples/deploy_k8s/requirements.txt # (no reqs)
-e examples/assets_dynamic_partitions
-e examples/assets_pandas_pyspark
-e examples/development_to_production
-e examples/docs_snippets[full]
-e examples/experimental/dagster-airlift/examples/peering-with-dbt
-e examples/experimental/dagster-airlift[mwaa,dbt,test] # (includes airflow dependencies)
-e examples/experimental/dagster-blueprints
-e examples/feature_graph_backed_assets
# -e examples/project_fully_featured
# -e examples/quickstart_aws # (analyzed but not installed)
# -e examples/quickstart_etl # (analyzed but not installed)
# -e examples/quickstart_gcp # (analyzed but not installed)
# -e examples/quickstart_snowflake # (analyzed but not installed)
-e examples/tutorial_notebook_assets
-e examples/use_case_repository
-e examples/with_airflow
-e examples/with_great_expectations
-e examples/with_openai
-e examples/with_pyspark
-e examples/with_wandb
-e examples/experimental/dagster-blueprints
-e examples/experimental/dagster-airlift[mwaa,dbt,test] # (includes airflow dependencies)
-e examples/experimental/dagster-airlift/examples/peering-with-dbt
-e examples/use_case_repository[dev]

0 comments on commit 8745130

Please sign in to comment.