diff --git a/.github/workflows/stage.yaml b/.github/workflows/stage.yaml index 7c58c74..da3e566 100644 --- a/.github/workflows/stage.yaml +++ b/.github/workflows/stage.yaml @@ -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 \ No newline at end of file +# ARM_TENANT_ID: $(DATABRICKS_TENANT_ID) \ No newline at end of file diff --git a/src/Bronze.py b/src/Bronze.py index 9b4f968..d1f9108 100644 --- a/src/Bronze.py +++ b/src/Bronze.py @@ -38,4 +38,4 @@ # COMMAND ---------- -dbutils.jobs.taskValues.set(key = "bronze_table", value = bronze_tab_name) \ No newline at end of file +dbutils.jobs.taskValues.set(key = "bronze_table", value = bronze_tab_name)