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

Implement description property #4

Open
zongsizhang opened this issue Apr 17, 2024 · 0 comments
Open

Implement description property #4

zongsizhang opened this issue Apr 17, 2024 · 0 comments

Comments

@zongsizhang
Copy link
Contributor

Log this here as I'm handling missing of description in airflow provider through a workaround method

The default airflow sql hook expect cursor.description() not None to fetch result
https://github.com/apache/airflow/blob/main/airflow/providers/common/sql/hooks/sql.py#L96

For now I can workaround by override this method.
Once description get ready later I'll remove it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant