Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: babel_update script crash #29548

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

CodeWithEmad
Copy link
Contributor

This update adds the Jinja2 package to the translation requirements. When following the instructions mentioned in Superset's contributing documentation and running the babel_update.sh script, it currently fails due to a missing extraction method, which requires Jinja2.

This update adds the Jinja2 package to the translation requirements. When following the instructions mentioned in [Superset's contributing documentation](https://superset.apache.org/docs/contributing/howtos/#creating-a-new-language-dictionary) and running the `babel_update.sh` script, it currently fails due to a missing extraction method, which requires Jinja2.
@dosubot dosubot bot added global:jinja Related to Jinja templating i18n:general Related to translations labels Jul 10, 2024
@github-actions github-actions bot added i18n Namespace | Anything related to localization dependencies:python labels Jul 10, 2024
Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.65%. Comparing base (76d897e) to head (645cfbd).
Report is 438 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #29548       +/-   ##
===========================================
+ Coverage   60.48%   83.65%   +23.16%     
===========================================
  Files        1931      524     -1407     
  Lines       76236    37732    -38504     
  Branches     8568        0     -8568     
===========================================
- Hits        46114    31565    -14549     
+ Misses      28017     6167    -21850     
+ Partials     2105        0     -2105     
Flag Coverage Δ
hive 49.11% <ø> (-0.05%) ⬇️
javascript ?
mysql 77.00% <ø> (?)
postgres 77.09% <ø> (?)
presto 53.70% <ø> (-0.10%) ⬇️
python 83.65% <ø> (+20.16%) ⬆️
sqlite 76.57% <ø> (?)
unit 59.68% <ø> (+2.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rusackas rusackas merged commit dd74757 into apache:master Jul 10, 2024
39 of 41 checks passed
@CodeWithEmad CodeWithEmad deleted the fix/babel-update branch July 10, 2024 20:40
eschutho pushed a commit that referenced this pull request Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies:python global:jinja Related to Jinja templating i18n:general Related to translations i18n Namespace | Anything related to localization size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants