Skip to content

Commit ae96efb

Browse files
committed
infra updates
1 parent e4382be commit ae96efb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/databricks-dab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
stack_dir: 'infrastructure'
8383
stack_env: ${{ steps.set-env.outputs.stack_env }}
8484
env_vars: AWS_REGION=${{ secrets.AWS_REGION }},AWS_ACCOUNT_ID=${{ secrets.AWS_ACCOUNT_ID }},DATABRICKS_ACCOUNT_ID=${{ secrets.DATABRICKS_ACCOUNT_ID }},DATABRICKS_AWS_ACCOUNT_ID=${{ secrets.DATABRICKS_AWS_ACCOUNT_ID }}
85-
log_level: DEBUG
85+
# log_level: DEBUG
8686

8787
# - name: Setup StackQL
8888
# uses: stackql/setup-stackql@v2.2.3

infrastructure/stackql_manifest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ resources:
144144
- aws_iam_role_arn: aws_iam_cross_account_role_arn
145145

146146
- name: databricks_account/credentials
147-
if: "'env' == '{{ stack_env }}'"
148147
props:
149148
- name: credentials_name
150149
value: "{{ stack_name }}-{{ stack_env }}-credentials"
@@ -214,7 +213,6 @@ resources:
214213
- "{{ aws_s3_workspace_bucket_arn }}"
215214

216215
- name: databricks_account/storage_configuration
217-
if: "'env' == '{{ stack_env }}'"
218216
props:
219217
- name: storage_configuration_name
220218
value: "{{ stack_name }}-{{ stack_env }}-storage"

0 commit comments

Comments
 (0)