<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data Wrangler on VS Code in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3515462#M490</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are reaching out to the internal team to get more information related to your query and will get back to you as soon as we have an update.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Nov 2023 03:07:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-11-04T03:07:46Z</dc:date>
    <item>
      <title>Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3515326#M489</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;This is a very curious situation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run on a VS Code notebook a simple pyspark script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; spark.sql(&lt;/SPAN&gt;&lt;SPAN&gt;"SELECT * FROM Sales.dimension_customer LIMIT 1000"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;df&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I can see a button called "Launch Data Wrangler". After a lot of suffering to install the pre-requisites, I discover it only supports pandas DF, exactly as its server version.&lt;BR /&gt;&lt;BR /&gt;When using the code below, to generate a pandas DF, the button "Launch Data Wrangler" doesn't appear.&lt;BR /&gt;&lt;BR /&gt;spark.conf.set('spark.sql.execution.arrow.pyspark.enabled', 'false')&lt;BR /&gt;df = spark.sql("SELECT customerkey, wwicustomerid, billtocustomer, category, buyinggroup, primarycontact, postalcode FROM demolake.dimension_customer LIMIT 1000 ").toPandas()&lt;BR /&gt;display(df)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Why the button "Launch Data Wrangler" only appears to the wrong type of DF and not the correct one ?&lt;BR /&gt;&lt;BR /&gt;I understand that when the button appears, it also appears a message saying "using custom display". When the button doesn't appear, the message doesn't appear.&lt;BR /&gt;&lt;BR /&gt;I could notice we can customize the output display, but I have no idea how to change the output display in such a way the "Launch Data Wrangler" button appears to the correct type of DF, instead of the wrong one.&lt;BR /&gt;&lt;BR /&gt;Some images illustrating the situation:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DennesTorres_0-1699051595208.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/991659i604C6FBA1B08F1B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DennesTorres_0-1699051595208.png" alt="DennesTorres_0-1699051595208.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DennesTorres_1-1699051639647.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/991660i57DD230436710BC4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DennesTorres_1-1699051639647.png" alt="DennesTorres_1-1699051639647.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DennesTorres_2-1699051727305.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/991661iD23FF41410E739FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DennesTorres_2-1699051727305.png" alt="DennesTorres_2-1699051727305.png" /&gt;&lt;/span&gt;&lt;P&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;&lt;BR /&gt;Dennes&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Nov 2023 22:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3515326#M489</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-11-03T22:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3515462#M490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are reaching out to the internal team to get more information related to your query and will get back to you as soon as we have an update.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Nov 2023 03:07:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3515462#M490</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-04T03:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3527522#M491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Apologies for the delay in reply from our side. We have update from internal team.&lt;BR /&gt;&lt;BR /&gt;"&amp;nbsp;Since the display() is a Fabric spark customize function, currently we only support display() usage for spark dataframe. If you need to call data wrangler on a pandas dataframe, it's more convenient to just type "df".&lt;BR /&gt;&lt;BR /&gt;Now I'm curious about the first case you provided. I guess there may be some corner cases of format conversion here. If possible, could you share your schema of the result for us to reproduce and debug?"&lt;BR /&gt;&lt;BR /&gt;Can you help in sharing above details? schema of the result?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 10:53:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3527522#M491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-10T10:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3527551#M492</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Sorry, I could not understand the answer.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Summarizing the question, the problem on VS Code is:&lt;BR /&gt;&lt;BR /&gt;The button to open the Data Wrangler appears when the DF is&amp;nbsp; not a pandas DF, unsupported by data wrangler and as a result generating an error ("unsupported").&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When the DF is a Pandas DF, the button doesn't appear. I'm not sure what the relation of this with the Display and what exactly you are curious about the first case (when not a Pandas DF, the button appears, but data wrangler only supports Pandas DF).&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dennes&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 11:07:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3527551#M492</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-11-10T11:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3530583#M493</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;This scenario seems weird, because in this code you provided, it should can launch data wrangler and it cannot repro from our side. So that's why team wants to get the &lt;EM&gt;schema of the &lt;STRONG&gt;spark.sql&lt;/STRONG&gt; result&lt;/EM&gt;, to check if we lost some checks.&lt;BR /&gt;&lt;BR /&gt;We have a guess that "df" was overwritten in runtime, causing df variable name to no longer be a spark DF, causing data wrangler to display invalid parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;FYI:&lt;/STRONG&gt;&lt;BR /&gt;Currently we are not supporting display() for pandas DF,&amp;nbsp;we may support "display()" to pandas DF also, in future.&lt;BR /&gt;&lt;BR /&gt;In order to use display(df), you should use display() along with spark DF.&lt;BR /&gt;You cannot use display() along with pandas DF.&lt;/P&gt;
&lt;P&gt;We&amp;nbsp;"cannot use" here means the "launch button" will not show.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Can you please try using below code and please share the output or the result.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;spark.conf.set('spark.sql.execution.arrow.pyspark.enabled', 'false')
pandas_df = spark.sql("SELECT customerkey, wwicustomerid, billtocustomer, category, buyinggroup, primarycontact, postalcode FROM demolake.dimension_customer LIMIT 1000 ").toPandas()
pandas_df&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;spark_df = spark.sql("SELECT customerkey, wwicustomerid, billtocustomer, category, buyinggroup, primarycontact, postalcode FROM demolake.dimension_customer LIMIT 1000 ")
display(spark_df)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Inorder to decrease the ambiguity, can you please rename you df with proper names like spark_df and pandas_df.&lt;BR /&gt;&lt;BR /&gt;This may help me judge whether our guess is correct.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Please try sharing the response or result by using above code, so I can share the response with the team and able to troubleshoot the issue.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 10:35:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3530583#M493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-13T10:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3533823#M494</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I tried to complete the tests, but I got blocked by a complete different problem.&lt;BR /&gt;&lt;BR /&gt;When I opened VS Code and selected the Synapse button, some kind of automatic library update started.&lt;BR /&gt;&lt;BR /&gt;At first, the update failed. The update was only sucessful when I opened VS Code as an administrator. At this point, the update was able to run to the end.&lt;BR /&gt;&lt;BR /&gt;However, VS Code asked me to login, opened my login on the browser, but refused to accept my login, although it's correct.&lt;BR /&gt;&lt;BR /&gt;I tried either with VS Code opened as administrator or in a regular way, both failed.&lt;BR /&gt;&lt;BR /&gt;As a result, it became a completely different problem blocking me from complete the original test. The image below is the error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DennesTorres_0-1699993446165.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/996946iA11CF729C79CECE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DennesTorres_0-1699993446165.png" alt="DennesTorres_0-1699993446165.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;&lt;BR /&gt;Dennes&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 20:24:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3533823#M494</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-11-14T20:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3538653#M495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Apologies for the delay in reply from our side. Are you still facing this issue?&lt;BR /&gt;From our end we are unable to reproduce the issue.&lt;BR /&gt;&lt;BR /&gt;If issue is still existis,&amp;nbsp;could you provide which region and tenant the account used?&lt;BR /&gt;Which account did you used to login? it’s an AAD account or account in PPE?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You can send us the information through email to&amp;nbsp;AzCommunity[at]Microsoft[dot]com&amp;nbsp;with the above details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Subject of the email: ATTN: PRADEEP -&amp;nbsp;&lt;SPAN&gt;Data Wrangler on VS Code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Thread Link:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/General-Discussion/Data-Wrangler-on-VS-Code/m-p/3533823#M2195" target="_blank" rel="noopener"&gt;Re: Data Wrangler on VS Code - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 07:50:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3538653#M495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-17T07:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3544370#M496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others. &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 10:16:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3544370#M496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-21T10:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3553255#M497</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 05:56:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3553255#M497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-27T05:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3559977#M498</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I tried this again today. I still have problems, but not the same.&lt;BR /&gt;&lt;BR /&gt;When I opened Visual Studio Code, it asked to reload two extensions, data wrangler and synapse. I understand there was some kind of update on them.&lt;BR /&gt;&lt;BR /&gt;At first, I got an error message.&lt;BR /&gt;When I opened VS Code as administrator, the process advanced, but it always get stuck at the same point, illustrated on the image below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DennesTorres_0-1701307712744.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1004262i188DE3854BFE3BED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DennesTorres_0-1701307712744.png" alt="DennesTorres_0-1701307712744.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I tried to uninstall the Synapse extension and install again. It starts the process again and get stuck on the same point.&lt;BR /&gt;&lt;BR /&gt;I tried to change to the pre-release version. The same problem: it starts over and get stuck at the same point.&lt;BR /&gt;&lt;BR /&gt;I don't know what exactly to check in order to fix this.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dennes&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 01:30:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3559977#M498</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-11-30T01:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3559993#M499</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sorry, my bad. It just took a lot of time to complete this process, but once I left VS Code "stuck" and forgot it, at some point it called me again telling it had finished.&lt;BR /&gt;&lt;BR /&gt;However, it asked for the login and created the error again:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DennesTorres_0-1701308870926.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1004266iCC02103C41901DF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DennesTorres_0-1701308870926.png" alt="DennesTorres_0-1701308870926.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;So, it end up returning to the same point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One curious detail: On Azure data studio, sometimes I get a similar error. However, If I open it as administrator, it bypass the error and works. On VS Code it doesn't.&lt;BR /&gt;&lt;BR /&gt;I'm sending the email you asked.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dennes&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 01:52:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3559993#M499</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-11-30T01:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3567968#M500</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/599172"&gt;@DennesTorres&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;However, VS Code asked me to login, opened my login on the browser, but refused to accept my login, although it's correct&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;When you activates the plug-in for the first time, you needs to log in to AAD. Canceling this step in any way or logging in with the wrong account will result in verification failure.&lt;BR /&gt;&lt;BR /&gt;InternaI Team says this issue has nothing to do with vscode and Synapse, it is an issue with Microsoft account.&lt;BR /&gt;&lt;BR /&gt;If you are facing this issue &lt;SPAN&gt;I request you create a&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.fabric.microsoft.com/en-US/support/" target="_self" rel="nofollow noopener noreferrer"&gt;support ticket&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;so the team will be looking into this issue more closely.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 08:44:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3567968#M500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-05T08:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data Wrangler on VS Code</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3568834#M501</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you elaborate about the issue being the Microsoft account? It's the same account I use everyday, on every tool.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I only get blocked on VS Code.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dennes&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 16:04:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Data-Wrangler-on-VS-Code/m-p/3568834#M501</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-12-05T16:04:09Z</dc:date>
    </item>
  </channel>
</rss>

