Commit 35c7dd9
authored
[docs] remove unused imports in
## Summary & Motivation
- Removes unused imports in `examples/docs_snippets`
- This does not impact any examples that use lineStart/lineEnd:
```
docs/guides/build/external-pipelines/using-dagster-pipes/create-subprocess-asset.md
21:<CodeExample path="docs_snippets/docs_snippets/guides/dagster/dagster_pipes/subprocess/part_1/external_code.py" lineStart="3" />
docs/guides/build/external-pipelines/using-dagster-pipes/index.md
29:<CodeExample path="docs_snippets/docs_snippets/guides/dagster/dagster_pipes/subprocess/part_1/external_code.py" lineStart="3" />
docs/guides/build/external-pipelines/using-dagster-pipes/modify-external-code.md
38:<CodeExample path="docs_snippets/docs_snippets/guides/dagster/dagster_pipes/subprocess/part_2/step_1/external_code.py" lineStart="3" />
docs/guides/build/external-pipelines/using-dagster-pipes/reference.md
17:<CodeExample path="docs_snippets/docs_snippets/guides/dagster/dagster_pipes/subprocess/with_extras_env/external_code.py" lineStart="3" />
```
## How I Tested These Changes
## Changelog
NOCHANGELOGexamples/docs_snippets (#27924)1 parent b8b4186 commit 35c7dd9
File tree
69 files changed
+34
-164
lines changed- examples/docs_snippets
- docs_snippets_tests
- concepts_tests
- assets_tests
- io_management_tests
- partitions_schedules_sensors_tests
- backfills_tests
- repositories_workspaces_tests
- resources_tests
- guides_tests/dagster_pipes_tests
- integrations_tests
- tutorial_tests
- building_an_asset_graph
- connecting
- docs_snippets
- concepts
- assets
- asset_checks
- io_management
- metadata-tags
- ops_jobs_graphs
- graphs
- partitions_schedules_sensors/sensors
- resources
- docs_beta/guides
- automation
- data-assets/passing-data-assets
- guides
- dagster
- automating_pipelines
- dagster_pipes
- databricks
- ecs
- emr-containers
- emr-serverless
- emr
- gcp/dataproc_job
- pyspark
- subprocess
- part_2/step_3_materialization
- with_asset_check
- development_to_production/resources
- managing_ml
- migrating_to_python_resources_and_config
- pythonic_config
- migrations
- integrations
- airlift/equivalents
- bigquery/reference
- dagstermill
- dbt
- tutorial/upstream_assets
- duckdb/reference
- fivetran
- power-bi
- snowflake
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+34
-164
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| |||
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
9 | 2 | | |
10 | 3 | | |
11 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments