From 37a9350fde4e049367ee1548e1fd5419614cc9d9 Mon Sep 17 00:00:00 2001 From: Oliver W Date: Fri, 28 Aug 2020 09:29:46 +0200 Subject: [PATCH] Properly format markdown table Remove the unintended two columns that appeared on the right side --- .../intro-to-pipelines/aml-pipelines-data-transfer.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb index 8532c4d4..4e7e06c5 100644 --- a/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb +++ b/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-data-transfer.ipynb @@ -34,7 +34,7 @@ "| Azure Data Lake Storage Gen 1 | Yes | Yes |\n", "| Azure Data Lake Storage Gen 2 | Yes | Yes |\n", "| Azure SQL Database | Yes | Yes |\n", - "| Azure Database for PostgreSQL | Yes | Yes |", + "| Azure Database for PostgreSQL | Yes | Yes |\n", "| Azure Database for MySQL | Yes | Yes |" ] }, @@ -604,4 +604,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}