2023-07-08から1日間の記事一覧

{GCP}サービス アカウントとして認証する

GCP

https://cloud.google.com/docs/authentication/production?hl=ja#linux-or-macoshttps://blog.1q77.com/2020/01/gcloud-switch-account-and-project/https://cloud.google.com/docs/authentication/gcloud?hl=ja -- 1. 前作業 gcloud initgcloud auth list …

{Azure}Azure CLI を使用して Azure サービス プリンシパルを操作する

https://tech-blog.cloud-config.jp/2022-09-16-auto-azure-login-for-clihttps://learn.microsoft.com/ja-jp/azure/active-directory/develop/howto-create-service-principal-portalhttps://learn.microsoft.com/ja-jp/cli/azure/create-an-azure-service-…

{Terraform} RDS/Azure

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/mssql_server https://tech-blog.cloud-config.jp/2019-10-18-creting-azure-sql-database-using-terraformhttps://learn.microsoft.com/ja-jp/azure/azure-sql/database/…

{Terraform} S3/Azure

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/storage_accounthttps://qiita.com/turupon/items/e5cf3699fffc40de3b3c -- 1. macにTerraformインストール brew tap hashicorp/tapbrew install hashicorp/tap/terraform…

{Denodo}Data Catalog REST API

https://community.denodo.com/docs/html/browse/latest/en/vdp/data_catalog/appendix/rest_api/rest_api http://localhost:9090/denodo-data-catalog/swagger-ui/index.html -- 1. カテゴリ一覧 curl -X GET "http://localhost:9090/denodo-data-catalog/p…

{Denodo}ビューの変更

https://community.denodo.com/docs/html/browse/8.0/jp/vdp/vql/creating_a_base_view/modifying_a_base_view/modifying_a_base_viewhttps://community.denodo.com/docs/html/browse/8.0/jp/vdp/vql/defining_a_derived_view/modifying_a_derived_view/modi…

{Denodo}DESC ステートメント

https://community.denodo.com/docs/html/browse/8.0/en/vdp/vql/describing_catalog_elements/describing_catalog_elementshttps://community.denodo.com/docs/html/browse/8.0/en/vdp/developer/appendix/output_schema_of_the_desc_commands/output_schem…

{Denodo}LIST コマンド

https://community.denodo.com/docs/html/browse/8.0/en/vdp/vql/listing_elements_in_the_catalog/listing_elements_in_the_catalog HELP LIST サーバー内のエレメント LIST DATABASESLIST FUNCTIONSLIST FUNCTIONS CUSTOMLIST I18NSLIST JARS LIST MAPS I1…