GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
Introduction to Vertex Pipelines lab fails due to emoji package parameter
- Dominant language
- Jupyter Notebook
- Stars
- 8.6k
- Forks
- 6.1k
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 2
Description
The lab link: https://www.cloudskillsboost.google/course_sessions/2889115/labs/376627
The ipynb: https://github.com/GoogleCloudPlatform/training-data-analyst/blob/master/courses/machine_learning/deepdive2/machine_learning_in_the_enterprise/labs/intro_to_vertex_pipelines.ipynb
The error message: "TypeError: emojize() got an unexpected keyword argument 'use_aliases'"
v2.0.0 of python emoji library removed the use_aliases param.
There's a PR https://github.com/GoogleCloudPlatform/training-data-analyst/pull/2047
Personally I just simply remove that parameter all together, the pipeline succeeds that way as well.
Contributor guide
Assessment
This issue has not been assessed yet.