File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def test_read_delta_positive(self):
212212 full_path = os .path .abspath ("tests/resources/delta/customers" )
213213 self .spark .sql (f"CREATE TABLE if not exists source_bronze.customer USING DELTA LOCATION '{ full_path } ' " )
214214
215- source_details_map = {"sourceDetails" : {"database " : "source_bronze" , "table" : "customer" }}
215+ source_details_map = {"sourceDetails" : {"source_database " : "source_bronze" , "table" : "customer" }}
216216
217217 bronze_map .update (source_details_map )
218218 bronze_dataflow_spec = BronzeDataflowSpec (** bronze_map )
@@ -227,7 +227,7 @@ def test_read_delta_with_read_config_positive(self):
227227 self .spark .sql ("CREATE DATABASE IF NOT EXISTS source_bronze" )
228228 full_path = os .path .abspath ("tests/resources/delta/customers" )
229229 self .spark .sql (f"CREATE TABLE if not exists source_bronze.customer USING DELTA LOCATION '{ full_path } ' " )
230- source_details_map = {"sourceDetails" : {"database " : "source_bronze" , "table" : "customer" }}
230+ source_details_map = {"sourceDetails" : {"source_database " : "source_bronze" , "table" : "customer" }}
231231 bronze_map .update (source_details_map )
232232 reader_config = {"readerConfigOptions" : {"maxFilesPerTrigger" : "1" }}
233233 bronze_map .update (reader_config )
You can’t perform that action at this time.
0 commit comments