Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
potiuk commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2155467578 Cool :) -- 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

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
dondaum commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2155465725 Sure. Please assign it to me. Happy to help here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
potiuk commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2155461492 > I can have a look at it and see if and how we could enable or at least optional enable it. PRs to add it back are always most welcome -- This is an automated message

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
dondaum commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2155430863 In 1.10.12 the postgres operator logged all notices after running the sql command. I think this happens

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
potiuk commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2155084921 > The weird thing is that they were being printed in the version we were using previously (`1.10.12`), but not in the new one. Are you aware of any major changes made to the

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
hpereira98 commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2155063742 The weird thing is that they were being printed in the version we were using previously (`1.10.12`), but not in the new one. Are you aware of any major changes made to the

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
potiuk commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2155059142 For anyone who would like to implement it (maybe you @hpereira98 ? This is the most certain way to get it done, otherwise it will have to wait for someone who will volunteer to

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
hpereira98 commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2154951296 Added example function and DAG! -- 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

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
potiuk commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2154888699 BTW. It would be great for somoeone who might want to look at it, if you posted example of the functions and how you are calling them @hpereira98 - otherwise it might be difficult

Re: [I] Operator `SQLExecuteQueryOperator` not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
potiuk commented on issue #40116: URL: https://github.com/apache/airflow/issues/40116#issuecomment-2154881083 If someone would like to investigate it, I marked it as good first issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[I] Operator SQLExecuteQueryOperator not logging `RAISE NOTICE` statements in PostgreSQL functions [airflow]

2024-06-07 Thread via GitHub
hpereira98 opened a new issue, #40116: URL: https://github.com/apache/airflow/issues/40116 ### Apache Airflow Provider(s) postgres ### Versions of Apache Airflow Providers apache-airflow-providers-postgres==5.7.1 ### Apache Airflow version 2.9.1 ###