🙌Snowflake Summitで発表されたExternal Network Accessを使用し、Slack通知をしてみた2023/07/16に公開2023/07/261件SnowflaketechDiscussionShintaroAmaike2023/07/27Traceback (most recent call last): File "_udf_code.py", line 8, in main TypeError: unhashable type: 'dict' エラーでした。 下記修正したらうまくいきました。記事ありがとうございました。 v_headers = {"Authorization": "Bearer "+ api_key} v_data_json = { 'channel': p_channel ,'text': p_message } 返信を追加
ShintaroAmaike2023/07/27Traceback (most recent call last): File "_udf_code.py", line 8, in main TypeError: unhashable type: 'dict' エラーでした。 下記修正したらうまくいきました。記事ありがとうございました。 v_headers = {"Authorization": "Bearer "+ api_key} v_data_json = { 'channel': p_channel ,'text': p_message } 返信を追加
Discussion
Traceback (most recent call last): File "_udf_code.py", line 8, in main TypeError: unhashable type: 'dict'
エラーでした。
下記修正したらうまくいきました。記事ありがとうございました。