Skip to content

Commit

Permalink
target
Browse files Browse the repository at this point in the history
  • Loading branch information
oleh_mykolaishyn committed Nov 7, 2024
1 parent 9639ae2 commit 2bedf0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
#DATABRICKS_HOST: ${{ secrets.WORKSPACE_URL }}
DATABRICKS_CONFIG_FILE: .databrickscfg
DATABRICKS_TOKEN: ${{ secrets.SP_TOKEN }}
#DATABRICKS_BUNDLE_ENV: dev
DATABRICKS_BUNDLE_ENV: dev

# Deploy the bundle to the "qa" target as defined
# in the bundle's settings file.
Expand Down
12 changes: 6 additions & 6 deletions databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ workspace:


# Do we need targets? Make sense to leave for future modifications
#targets:
# dev:
# default: true
# mode: development
# #workspace:
# #host: ${var.workspace_url}
targets:
dev:
default: true
mode: development
#workspace:
#host: ${var.workspace_url}

# Need to specify when wheel package is not pre-built, otherwise comment this block
artifacts:
Expand Down

0 comments on commit 2bedf0c

Please sign in to comment.