ゆるかわの日記

暮らしに役立つかもしれないことを書きます

2022-08-01から1ヶ月間の記事一覧

PowerShellでsqlファイルをinclude

PowerShellでsqlファイルをimport $testCaseFilePath = "./unique.sql" $testCaseFile = (Get-Content $testCaseFilePath) -as [string[]] $targetModelFilePath = "./target_model.sql" $targetModelFile = (Get-Content $targetModelFilePath) -as [string…

dbt覚書

dbtについての覚書 ** 元の記事は、githubに置いてます github.com 確認したバージョン % dbt --version Core: - installed: 1.2.0 - latest: 1.2.0 - Up to date! Plugins: - bigquery: 1.2.0 - Up to date! 1. dbt CLI 1.1. インストール 1.2. ざっくりと…

最速データガバナンス

前提条件 まだ全社のデータガバナンスの部門や担当がいない状態 1. ステークホルダの特定 1-1. 組織情報を探す 1-2. 各事業部門を特定する 1-3. データエンジニアリング部門を特定する 1-4. 情報セキュリティ部門を特定する 1-5. 各事業部の横断し、全体の統…