Commit d28763f
authored
Update lakeflow template project_name validation message (#3856)
## Changes
Updated to align with the pattern
## Why
Why not change the pattern to allow uppercase? It is lowercase because
this name is used for certain Python modules and functions. So we'd need
to accept that we're breaking the Python conventions if we allow upper
case
## Tests
<!-- How have you tested the changes? -->
<!-- If your PR needs to be included in the release notes for next
release,
add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->1 parent fb3b270 commit d28763f
File tree
1 file changed
+1
-1
lines changed- libs/template/templates/lakeflow-pipelines
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments