From 952352a44148a3e15a98575c27294c2811481cf5 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Mon, 20 Jan 2025 11:49:46 +0100 Subject: [PATCH] Files --- acceptance/bundle/validate/include_locations/src/dev.py | 2 ++ acceptance/bundle/validate/include_locations/src/prod.py | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 acceptance/bundle/validate/include_locations/src/dev.py create mode 100644 acceptance/bundle/validate/include_locations/src/prod.py diff --git a/acceptance/bundle/validate/include_locations/src/dev.py b/acceptance/bundle/validate/include_locations/src/dev.py new file mode 100644 index 000000000..38d86b79c --- /dev/null +++ b/acceptance/bundle/validate/include_locations/src/dev.py @@ -0,0 +1,2 @@ +# Databricks notebook source +print("Hello, World!") diff --git a/acceptance/bundle/validate/include_locations/src/prod.py b/acceptance/bundle/validate/include_locations/src/prod.py new file mode 100644 index 000000000..38d86b79c --- /dev/null +++ b/acceptance/bundle/validate/include_locations/src/prod.py @@ -0,0 +1,2 @@ +# Databricks notebook source +print("Hello, World!")