There was a stray comment in the backfill partitions example I saw while scrolling.
Details
Details
- Reviewers
sandyryza sashank yuhan - Commits
- R1:bc0d00572e08: Yet another line number fix ๐
before:
after:
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
docs/next/src/pages/overview/scheduling-partitions/backfill.mdx | ||
---|---|---|
22 | To guard against this in the future, would we be able to add a marker and do something like startAfter:start_partition_set_definition_marker endBefore:end_partition_definition_marker_0 |
docs/next/src/pages/overview/scheduling-partitions/backfill.mdx | ||
---|---|---|
22 | So the reason that we use line numbers here and not markers is that the code example is enclosed inside a "larger" marker. If we were to do that, we would end up with the enclosed marker displaying in the other code example. |