Poonam3964 opened a new issue, #25659:
URL: https://github.com/apache/airflow/issues/25659
### Apache Airflow version
2.3.3
### What happened
Something bad has happened.
Airflow is used by many users, and it is very likely that others had similar
problems and you can easily find
a solution to your problem.
Consider following these steps:
* gather the relevant information (detailed logs with errors, reproduction
steps, details of your deployment)
* find similar issues using:
* [GitHub Discussions](https://github.com/apache/airflow/discussions)
* [GitHub Issues](https://github.com/apache/airflow/issues)
* [Stack Overflow](https://stackoverflow.com/questions/tagged/airflow)
* the usual search engine you use on a daily basis
* if you run Airflow on a Managed Service, consider opening an issue using
the service support channels
* if you tried and have difficulty with diagnosing and fixing the problem
yourself, consider creating a [bug
report](https://github.com/apache/airflow/issues/new/choose).
Make sure however, to include all relevant details and results of your
investigation so far.
Python version: 3.9.13
Airflow version: 2.3.3
Node: 3964002-e5eea
-------------------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/3964002/py_env/lib/python3.9/site-packages/flask/app.py",
line 2077, in wsgi_app
response = self.full_dispatch_request()
File "/Users/3964002/py_env/lib/python3.9/site-packages/flask/app.py",
line 1525, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/Users/3964002/py_env/lib/python3.9/site-packages/flask/app.py",
line 1523, in full_dispatch_request
rv = self.dispatch_request()
File "/Users/3964002/py_env/lib/python3.9/site-packages/flask/app.py",
line 1509, in dispatch_request
return
self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/airflow/www/auth.py", line
46, in decorated
return func(*args, **kwargs)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/airflow/www/views.py", line
889, in index
dagtags = session.query(DagTag.name).distinct(DagTag.name).all()
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/orm/query.py",
line 2759, in all
return self._iter().all()
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/orm/query.py",
line 2894, in _iter
result = self.session.execute(
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/orm/session.py",
line 1689, in execute
result = conn._execute_20(statement, params or {}, execution_options)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/engine/base.py",
line 1614, in _execute_20
return meth(self, args_10style, kwargs_10style, execution_options)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/elements.py",
line 325, in _execute_on_connection
return connection._execute_clauseelement(
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/engine/base.py",
line 1473, in _execute_clauseelement
compiled_sql, extracted_params, cache_hit = elem._compile_w_cache(
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/elements.py",
line 520, in _compile_w_cache
compiled_sql = self._compiler(
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/elements.py",
line 555, in _compiler
return dialect.statement_compiler(dialect, self, **kw)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/compiler.py",
line 776, in __init__
Compiled.__init__(self, dialect, statement, **kwargs)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/compiler.py",
line 451, in __init__
self.string = self.process(self.statement, **compile_kwargs)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/compiler.py",
line 486, in process
return obj._compiler_dispatch(self, **kwargs)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/visitors.py",
line 82, in _compiler_dispatch
return meth(self, **kw)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/compiler.py",
line 3301, in visit_select
text += self.get_select_precolumns(select_stmt, **kwargs)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/sql/compiler.py",
line 3629, in get_select_precolumns
util.warn_deprecated(
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/util/deprecations.py",
line 43, in warn_deprecated
_warn_with_version(
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/util/deprecations.py",
line 39, in _warn_with_version
_warnings_warn(warn, stacklevel=stacklevel + 1)
File
"/Users/3964002/py_env/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py",
line 1675, in _warnings_warn
warnings.warn(message, stacklevel=stacklevel + 1)
File
"/usr/local/Cellar/[email protected]/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/warnings.py",
line 109, in _showwarnmsg
sw(msg.message, msg.category, msg.filename, msg.lineno,
File
"/Users/3964002/py_env/lib/python3.9/site-packages/airflow/settings.py", line
120, in custom_show_warning
write_console.print(msg, soft_wrap=True)
File "/Users/3964002/py_env/lib/python3.9/site-packages/rich/console.py",
line 1683, in print
self._buffer.extend(new_segments)
File "/Users/3964002/py_env/lib/python3.9/site-packages/rich/console.py",
line 838, in __exit__
self._exit_buffer()
File "/Users/3964002/py_env/lib/python3.9/site-packages/rich/console.py",
line 796, in _exit_buffer
self._check_buffer()
File "/Users/3964002/py_env/lib/python3.9/site-packages/rich/console.py",
line 2005, in _check_buffer
self.file.write(text)
BrokenPipeError: [Errno 32] Broken pipe
### What you think should happen instead
_No response_
### How to reproduce
_No response_
### Operating System
Mac-os
### Versions of Apache Airflow Providers
_No response_
### Deployment
Other
### Deployment details
_No response_
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]