dagster icon indicating copy to clipboard operation
dagster copied to clipboard

[docs] - Best practices for transforming names into valid Dagster names

Open dpeng817 opened this issue 2 years ago • 0 comments

Only alphanumeric (and underscore) characters are allowed in dagster - it might be worth having some sort of util function that can convert a non-alphanumeric string into a dagster repr string, or at least give best practices on how to do that.

dpeng817 avatar Aug 24 '22 21:08 dpeng817