You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/21 11:06:32 UTC

[GitHub] [airflow] mobuchowski edited a comment on issue #20398: SnowflakeHook should not store query_ids

mobuchowski edited a comment on issue #20398:
URL: https://github.com/apache/airflow/issues/20398#issuecomment-998641063


   Can we expose the query ids in some other way then?
   
   Bigquery does the same: https://github.com/apache/airflow/blob/9876e19273cd56dc53d3a4e287db43acbfa65c4b/airflow/providers/google/cloud/hooks/bigquery.py#L2326
   
   And then stores it in xcoms: https://github.com/apache/airflow/blob/9876e19273cd56dc53d3a4e287db43acbfa65c4b/airflow/providers/google/cloud/operators/bigquery.py#L737
   
   I know it's different layer, but the motivation is the same 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 above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org