I hereby claim:
- I am yukiyan on github.
- I am yukiyan_w (https://keybase.io/yukiyan_w) on keybase.
- I have a public key whose fingerprint is 61D1 1C60 801D 8C13 8C8E 0E1A 4958 D9C0 5FE2 90E3
To claim this, I am signing this object:
| tap 'caskroom/cask' | |
| tap 'homebrew/bundle' | |
| tap 'homebrew/completions' | |
| tap 'homebrew/core' | |
| brew 'direnv' | |
| brew 'git' | |
| brew 'ghq' | |
| brew 'go' | |
| brew 'heroku' | |
| brew 'hub' |
| for_each>: | |
| year: ["2015", "2016"] | |
| month: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"] | |
| _do: | |
| +monthly_repeat: | |
| _export: | |
| year_month: "${year}-${month}" | |
| start_of_month: "${moment(year_month).startOf('month').format('YYYY-MM-DD')}" | |
| end_of_month: "${moment(start_of_month).endOf('month').format('DD')}" |
I hereby claim:
To claim this, I am signing this object:
| format: | |
| subject: '### %{subject}' | |
| line: '* [%{title}](%{url}) %{status}' | |
| dictionary: | |
| status: | |
| merged: '**merged!**' | |
| closed: '**closed!**' |
| CREATE OR REPLACE TABLE `hoge.mart.xxx`( | |
| id STRING OPTIONS(description="これはidです") | |
| ) | |
| OPTIONS( | |
| description="これはサンプル用のテーブルです" | |
| ) | |
| ; | |
| INSERT `hoge.mart.xxx` | |
| WITH |