Skip to content

docs: Replace invalid storage names containing underscores in examples - #1728

Merged
vdusek merged 2 commits into
apify:masterfrom
FabianMaumeApify:patch-1
Feb 10, 2026
Merged

docs: Replace invalid storage names containing underscores in examples#1728
vdusek merged 2 commits into
apify:masterfrom
FabianMaumeApify:patch-1

Conversation

@FabianMaumeApify

Copy link
Copy Markdown
Contributor

Changing my_dataset to my-dataset.
Naming the dataset "my_dataset" would cause an error because "_" isn't a supported character.

Changing my_dataset to my-dataset.
Naming the dataset "my_dataset" would cause an error because "_" isn't a supported character.
@janbuchar
janbuchar requested a review from vdusek February 9, 2026 16:07
Fix additional occurrences of storage names containing underscores,
which are not supported by the storage name validation regex. This
covers the RequestQueue docstring example, the upgrading guide, and
the storage client registration example.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vdusek vdusek changed the title Update _dataset.py docs: Replace invalid storage names containing underscores in examples Feb 10, 2026

@vdusek vdusek left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I found more occurrences, so I fixed them as well.

@vdusek
vdusek merged commit 230f0d7 into apify:master Feb 10, 2026
27 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants