Skip to content

Commit 6cdf0f7

Browse files
author
sarah-tuva
committed
move fabric host to github secrets
1 parent 2ea814a commit 6cdf0f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci_testing/profiles/fabric/profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default:
33
outputs:
44
dev:
55
type: fabric
6-
host: 4v6dzozie2iuzdhpqal4mekzpa-dr5m5tv37drujeetnspeqzr3za.datawarehouse.fabric.microsoft.com
6+
host: "{{ env_var('DBT_FABRIC_CI_HOST') }}"
77
database: "{{ env_var('DBT_FABRIC_CI_DATABASE') }}"
88
schema: "{{ env_var('DBT_FABRIC_CI_SCHEMA') }}"
99
authentication: ServicePrincipal

0 commit comments

Comments
 (0)