-
Updated
Dec 26, 2020 - TypeScript
apache
Here are 2,427 public repositories matching this topic...
As discussed in apache/airflow#13308 (comment) we would like to add more verification for ifeatures of airflow production image.
We run already 'verify image' step so we can run quite a more number of those veification in ci_verify_prod_image.sh for example to test ldap we could run:
docker --rm ${AIRFLOW_PROD_IMAGE} 'python' 'import ldap'
T
Figured out this issue when solving upon a similar one , regarding the error thrown when a owner/admin , while adding a new custom emoji accidentally leaves the emoji_name field blank. (Also fading the Add emoji button , unless the user manually reloads it)
Screenshot :


Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami