CYberpunk edge runners
Latest articles
Azure Vnet Azure Vnetのデフォルト設定でVnetを作成 リソースでpublic ip addressを検索して、public ip addressを新しく作成 リソースでnat gatewayを検索して、nat gatewayを新しく作成 作成する際に、virtual network,...
やりたいこと AWS Lambdaのpython環境ではcustomer packageが入ってない。requestsとかのlibを利用する場合は以下のエラーが出てくる customer packageを利用するために、lambda layerを利用する必要がある。 lambda layerでは、python...
Teams側で承認用のadaptive cardを作成 { "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard",...
やりたいこと Teamsで以下のようにデータを表示したい こちらのサイトでadaptive cardをpreviewできる https://adaptivecards.io/designer/ 以下のjsonで、テーブル型のデータをadaptive cardで表示できる { "$schema":...
やりたいこと AWS側でAPIをデプロイして、Http requestを送ることにより、AWS内のサービスるを利用する つまり、HTTP requestで、AWS内のサービスを喚起すること 今回は、Http requestで、AWS S3内のファイルリストを返してくれるようなサンプルなAPIを作成 事前準備...
bigquery meta data閲覧者の権限が必要 SELECT dataset_id, size_gb, ROUND(size_gb * 0.02, 2) AS monthly_cost_usd, ROUND(size_gb * 0.02 * 155.4, 2) AS monthly_cost_jpy...
Local環境の整備 dbtではLocalで実行するdbt-coreとクラウド上で実行するdbt-cloudの2種類がある。 今回は軽くテストするためLocalで実行するdbt-coreで進めてみる </aside> Python環境の整備 PC上でpython, pipを用意する dbt用のフォルダーを作成...
import os import json from dotenv import load_dotenv # Add OpenAI import from openai import AzureOpenAI def main(): try: # Flag to show citations show_citations...
import requests import time import os from dotenv import load_dotenv def main(): try: # Get Azure OpenAI Service settings load_dotenv() api_base = os.getenv("AZURE_OAI_ENDPOINT")...
import os from dotenv import load_dotenv # Add Azure OpenAI package from openai import AzureOpenAI # Add Azure OpenAI package def main(): try: # Get configuration...
About me
I am a data engineer at Shibuya, main about Google cloud and Google Marketing Platform. This is my blog to note some interesting thing.
Game fun
My favorite game is Cyberpunk 2077 and Overwatch.
I think Cyberpunk 2077 has the best city construction among all games. Driving or riding a motorcycle in its city is a very fascinating thing. This is the reason why I can always be addicted to it.