From 542ed86254b56aea0fdf74264f6b9639ac7a13f9 Mon Sep 17 00:00:00 2001 From: zbayoff Date: Thu, 16 Feb 2023 15:44:57 +0100 Subject: [PATCH 1/3] Add new BYOD ydd files --- content/ydds/asdf.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 content/ydds/asdf.yaml diff --git a/content/ydds/asdf.yaml b/content/ydds/asdf.yaml new file mode 100644 index 0000000..40b5f9e --- /dev/null +++ b/content/ydds/asdf.yaml @@ -0,0 +1,25 @@ +base_table_name: asdf +data: + cloud_locations: + - data_path: "" + datacenter_location: "" + start_date: "" + description: "" + display_name: "" + file_format: "" + owner: owner name + owner_slack_channel: slack channel +dataset_documentation: "" +privacy_metadata: + contains_customer_data: true + contains_pii: true + contains_usage_data: true +region_restrictions: [] +schema: '[IA FILL IN HERE]' +table_columns: +- description: "" + name: fas + type: "" +target_databases: +- database: snowflake + external: '[IA FILL IN HERE]' From edf04ccbd0b058962d73b2f6a7f523a9c54ed91c Mon Sep 17 00:00:00 2001 From: zbayoff Date: Thu, 16 Feb 2023 16:28:45 +0100 Subject: [PATCH 2/3] Add new BYOD ydd files --- content/ydds/table name 1.yaml | 25 +++++++++++++++++++++++++ content/ydds/table name 2.yaml | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 content/ydds/table name 1.yaml create mode 100644 content/ydds/table name 2.yaml diff --git a/content/ydds/table name 1.yaml b/content/ydds/table name 1.yaml new file mode 100644 index 0000000..2965bfa --- /dev/null +++ b/content/ydds/table name 1.yaml @@ -0,0 +1,25 @@ +base_table_name: table_name_1 +data: + cloud_locations: + - data_path: "" + datacenter_location: "" + start_date: "" + description: "" + display_name: "" + file_format: "" + owner: owner name + owner_slack_channel: slack channel +dataset_documentation: "" +privacy_metadata: + contains_customer_data: true + contains_pii: true + contains_usage_data: true +region_restrictions: [] +schema: '[IA FILL IN HERE]' +table_columns: +- description: "" + name: field name 1 + type: "" +target_databases: +- database: snowflake + external: '[IA FILL IN HERE]' diff --git a/content/ydds/table name 2.yaml b/content/ydds/table name 2.yaml new file mode 100644 index 0000000..273d127 --- /dev/null +++ b/content/ydds/table name 2.yaml @@ -0,0 +1,25 @@ +base_table_name: table_name_2 +data: + cloud_locations: + - data_path: "" + datacenter_location: "" + start_date: "" + description: "" + display_name: "" + file_format: "" + owner: owner name + owner_slack_channel: slack channel +dataset_documentation: "" +privacy_metadata: + contains_customer_data: true + contains_pii: true + contains_usage_data: true +region_restrictions: [] +schema: '[IA FILL IN HERE]' +table_columns: +- description: "" + name: fas + type: "" +target_databases: +- database: snowflake + external: '[IA FILL IN HERE]' From 4dd563842daefbfecdb84588d9618d331be84009 Mon Sep 17 00:00:00 2001 From: zbayoff Date: Thu, 16 Feb 2023 16:29:00 +0100 Subject: [PATCH 3/3] Add new BYOD ydd files