From 3830a219a814449dd53b6010c7e26cd6a4a589b3 Mon Sep 17 00:00:00 2001 From: Michel Hua Date: Sun, 17 Dec 2023 09:17:36 +0100 Subject: [PATCH 1/2] Update synapse_syntax_wishlist.md --- docs/dbt-synapse/synapse_syntax_wishlist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dbt-synapse/synapse_syntax_wishlist.md b/docs/dbt-synapse/synapse_syntax_wishlist.md index 10eeaa7..c56381e 100644 --- a/docs/dbt-synapse/synapse_syntax_wishlist.md +++ b/docs/dbt-synapse/synapse_syntax_wishlist.md @@ -42,7 +42,7 @@ One final benefit is that closer API alignment would drastically reduce the code ## 1) [Table Valued Constructor](https://docs.microsoft.com/en-us/sql/t-sql/queries/table-value-constructor-transact-sql) -> [relevant Uservoice Idea](https://feedback.azure.com/forums/307516-azure-synapse-analytics/suggestions/43031034-add-support-for-the-table-value-constructor) +> [relevant Uservoice Idea](https://feedback.azure.com/d365community/idea/b597e1af-0a25-ec11-b6e6-000d3a4f07b8) This is critical for the `dbt seed` command which loads a local csv into the the database. From f25bd1fa263e660efe579f080695912591626831 Mon Sep 17 00:00:00 2001 From: Michel Hua Date: Sun, 17 Dec 2023 09:25:04 +0100 Subject: [PATCH 2/2] Update synapse_syntax_wishlist.md --- docs/dbt-synapse/synapse_syntax_wishlist.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/dbt-synapse/synapse_syntax_wishlist.md b/docs/dbt-synapse/synapse_syntax_wishlist.md index c56381e..4317819 100644 --- a/docs/dbt-synapse/synapse_syntax_wishlist.md +++ b/docs/dbt-synapse/synapse_syntax_wishlist.md @@ -41,9 +41,6 @@ One final benefit is that closer API alignment would drastically reduce the code ## 1) [Table Valued Constructor](https://docs.microsoft.com/en-us/sql/t-sql/queries/table-value-constructor-transact-sql) - -> [relevant Uservoice Idea](https://feedback.azure.com/d365community/idea/b597e1af-0a25-ec11-b6e6-000d3a4f07b8) - This is critical for the `dbt seed` command which loads a local csv into the the database. The difference has brought the dev team [all](https://stackoverflow.com/questions/65625384/why-does-inserting-empty-string-into-date-column-produce-1900-01-01) [kinds](https://github.com/dbt-msft/dbt-synapse/issues/36) of problems