Skip to content

Commit

Permalink
Fix example scaffold (#10003)
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Nov 2, 2022
1 parent 7c38a8c commit 082b407
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 314 deletions.
3 changes: 0 additions & 3 deletions examples/assets_dbt_python/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/assets_modern_data_stack/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/assets_pandas_pyspark/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/assets_pandas_type_metadata/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/assets_smoke_test/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/development_to_production/pyproject.toml

This file was deleted.

6 changes: 3 additions & 3 deletions examples/docs_snippets/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# NOTE: This is special isort/black config file just for docs_snippets. It's needed because we use a
# different line length in docs_snippets to ensure readability of code blocks in the browser. Unless
# otherwise noted, it should simply copy (except `line-length`) all of the isort/black options from the root pyproject.toml
# (consult that file for explanations of options). This is necessary because unfortunately there is
# no inheritance functionality for isort/black config.
# otherwise noted, it should simply copy (except `line-length`) all of the isort/black options from
# the root pyproject.toml (consult that file for explanations of options). This is necessary because
# unfortunately there is no inheritance functionality for isort/black config.

[tool.black]
line-length = 88
Expand Down
3 changes: 0 additions & 3 deletions examples/feature_graph_backed_assets/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/project_fully_featured/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with_airflow/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with_great_expectations/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with_pyspark/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with_pyspark_emr/pyproject.toml

This file was deleted.

Empty file.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

133 changes: 0 additions & 133 deletions python_modules/automation/automation/scaffold/cli.py

This file was deleted.

12 changes: 0 additions & 12 deletions python_modules/automation/automation/scaffold/utils.py

This file was deleted.

1 change: 0 additions & 1 deletion python_modules/automation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
entry_points={
"console_scripts": [
"dagster-image = automation.docker.cli:main",
"dagster-scaffold = automation.scaffold.cli:main",
"dagster-graphql-client = automation.graphql.python_client.cli:main",
]
},
Expand Down

0 comments on commit 082b407

Please sign in to comment.