2022-01-01から1年間の記事一覧

Airflow DAG の Hello World

import logging import airflow from airflow import DAG from airflow.operators.python_operator import PythonOperator args = { "owner": "shase", "start_date": airflow.utils.dates.days_ago(2), } def hello(): logging.info("hello world") dag = D…

精神医学気になる本

www.amazon.co.jp www.amazon.co.jp

エリック・シュミットいい話

元グーグルCEO エリック・シュミットが見初めた「ミスターAI」 元日本法人社長・村上憲郎 | Agenda note (アジェンダノート) 私が携わったのは主に第2世代のAIでしたから、最新の技術については知らないことも多々ありました。だから面接でも、そのことを正…

google さん

https://lp.cloudplatformonline.com/rs/808-GJW-314/images/Session05_Cloud%20OnBoard%20for%20DNP.pdf

scio

参考資料 https://spotify.github.io/scio/examples/TemplateExample.scala.html Hello World build.sbt name := "app" version := "0.1" scalaVersion := "2.13.7" resolvers += "confluent" at "https://packages.confluent.io/maven/" libraryDependencie…