ado_pipelines_example:通过Azure DevOps管道部署dbt的示例管道

时间:2024-04-22 06:26:28
【文件属性】:

文件名称:ado_pipelines_example:通过Azure DevOps管道部署dbt的示例管道

文件大小:10KB

文件格式:ZIP

更新时间:2024-04-22 06:26:28

ado_pipelines_example 通过Azure DevOps管道部署dbt的示例管道 概述 Azure CLI任务 在查看我们的管道的.yml文件。 一旦拥有对数据库具有所有者权限的ADO ARM服务连接,便完成了工作。 使用AzureCLI任务和azureSubscription参数,您不必调用az login ,它将自动为您执行此操作。 要使秘密管道变量可用于任务,您必须使用下面显示的env dict映射它们。 - task : AzureCLI@2 displayName : ' dbt run ' inputs : azureSubscription : ITSDETEAM ScriptType : bash scriptLocation : inlineScript inlineScript : | dbt


【文件预览】:
ado_pipelines_example-main
----packages.yml(200B)
----LICENSE(11KB)
----macros()
--------generate_schema_name.sql(399B)
--------.gitkeep(0B)
--------grant_select_on_tables.sql(581B)
----dbt_project.yml(1KB)
----README.md(2KB)
----build()
--------prod.yml(295B)
--------gatekeeper.yml(183B)
--------profiles.yml(419B)
--------step_template.yml(2KB)

网友评论