From 4f5df39cd6ddf05d2347b6d2b280f5cf0fdda5b9 Mon Sep 17 00:00:00 2001 From: Madison Bowden <52679885+madison-ookla@users.noreply.github.com> Date: Tue, 15 Sep 2020 12:09:09 -0700 Subject: [PATCH] fix: Fix programmatic source data (#367) Signed-off-by: Madison Bowden --- .../sample_table_programmatic_source.csv | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/example/sample_data/sample_table_programmatic_source.csv b/example/sample_data/sample_table_programmatic_source.csv index 07624d28c..8ae03b3a5 100644 --- a/example/sample_data/sample_table_programmatic_source.csv +++ b/example/sample_data/sample_table_programmatic_source.csv @@ -1,4 +1,12 @@ database,cluster,schema,name,description,tags,description_source -hive,gold,test_schema,test_table1,"**Size**: 50T\n\n**Monthly Cost**: $5000","expensive","s3_crawler" -dynamo,gold,test_schema,test_table2,"**Size**: 1T\n\n**Monthly Cost**: $50","cheap","s3_crawler" -hive,gold,test_schema,test_table1,"### Quality Report:\n --- \n Ipsus enom. Ipsus enom ipsus lorenum.\n ---\n[![Build Status](https://api.travis-ci.com/amundsen-io/amundsendatabuilder.svg?branch=master)](https://travis-ci.com/amundsen-io/amundsendatabuilder)","low_quality","quality_service" +hive,gold,test_schema,test_table1,"**Size**: 50T + +**Monthly Cost**: $5000","expensive","s3_crawler" +dynamo,gold,test_schema,test_table2,"**Size**: 1T + +**Monthly Cost**: $50","cheap","s3_crawler" +hive,gold,test_schema,test_table1,"### Quality Report: +--- +Ipsus enom. Ipsus enom ipsus lorenum. +--- +[![Build Status](https://api.travis-ci.com/amundsen-io/amundsendatabuilder.svg?branch=master)](https://travis-ci.com/amundsen-io/amundsendatabuilder)","low_quality","quality_service"