You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I sign in to the Airflow client. Moment gives a warning in the browser terminal.
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info. Arguments: [0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: 2024-02-09T03:36:42T+00:009, _f: undefined, _strict: undefined, _locale: [object Object]
What you think should happen instead?
No warning should be shown.
How to reproduce
Run the webserver locally
Sign in and open the browser terminal, and you will see the warning.
Operating System
Ubuntu 22.04.3 LTS
Versions of Apache Airflow Providers
No response
Deployment
Docker-Compose
Deployment details
No response
Anything else?
If you have a contribution guide for the website, I would like to know where it is.
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
Not directly related to this, but Airflow should move off of momentjs altogether at some point. The project is long considered legacy and developers are encouraged not to use it by the authors of momentjs themselves:
Not directly related to this, but Airflow should move off of momentjs altogether at some point. The project is long considered legacy and developers are encouraged not to use it by the authors of momentjs themselves:
Apache Airflow version
2.8.1
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When I sign in to the Airflow client. Moment gives a warning in the browser terminal.
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info. Arguments: [0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: 2024-02-09T03:36:42T+00:009, _f: undefined, _strict: undefined, _locale: [object Object]
What you think should happen instead?
No warning should be shown.
How to reproduce
Operating System
Ubuntu 22.04.3 LTS
Versions of Apache Airflow Providers
No response
Deployment
Docker-Compose
Deployment details
No response
Anything else?
If you have a contribution guide for the website, I would like to know where it is.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: