Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,4 @@ jobs:
# DATABRICKS_HOST: $(DATABRICKS_HOST)
# ARM_CLIENT_ID: $(DATABRICKS_CLIENT_ID)
# ARM_CLIENT_SECRET: $(DATABRICKS_CLIENT_SECRET)
# ARM_TENANT_ID: $(DATABRICKS_TENANT_ID)

# Validate, deploy, and then run the bundle.
pipeline_update:
name: 'Run pipeline update'
runs-on: self-hosted

# Run the "deploy" job first.
needs:
- deploy

steps:
# Check out this repo, so that this workflow can access it.
- uses: actions/checkout@v3

# Use the downloaded Databricks CLI.
- uses: databricks/setup-cli@main

# Run the Databricks workflow named "my-job" as defined in the
# bundle that was just deployed.
- run: databricks bundle run de_stack_job -t stage
working-directory: .
env:
DATABRICKS_TOKEN: ${{ secrets.DEV_TOKEN}}
DATABRICKS_BUNDLE_ENV: stage
# ARM_TENANT_ID: $(DATABRICKS_TENANT_ID)
2 changes: 1 addition & 1 deletion src/Bronze.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@

# COMMAND ----------

dbutils.jobs.taskValues.set(key = "bronze_table", value = bronze_tab_name)
dbutils.jobs.taskValues.set(key = "bronze_table", value = bronze_tab_name)