<?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: Changing git's author field when committing through Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/97239#M39462</link>
    <description>&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;I tried checking the link you provided but it seems it's a restricted system. Is there another place I can upvote it?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Nov 2024 16:36:23 GMT</pubDate>
    <dc:creator>rcostanza</dc:creator>
    <dc:date>2024-11-01T16:36:23Z</dc:date>
    <item>
      <title>Changing git's author field when committing through Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/93540#M38722</link>
      <description>&lt;P&gt;I have a git folder to a Bitbucket repo. Whenever I commit something, the commit uses my Bitbucket username (the unique name) in the field author, making it less readable when I'm reading a list of commits.&lt;/P&gt;&lt;P&gt;For example, commits end up like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;commit c26aoin21o3dj1203n1o2j3ndlkjnlwjcne90we (origin/mybranch)
Author: myusername &amp;lt;myusername&amp;gt;
Date:   Thu Oct 10 17:25:37 2024 +0000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I were to fix this in my local git installation, I'd need to use these commands to have it using my name &amp;amp; email as author instead:&lt;/P&gt;&lt;PRE&gt;git config --global user.name "My Name"&lt;BR /&gt;git config --global user.email "my@email.com"&lt;/PRE&gt;&lt;P&gt;So commits would look like this instead:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;commit c26aoin21o3dj1203n1o2j3ndlkjnlwjcne90we (origin/mybranch)
Author: My Name &amp;lt;my@email.com&amp;gt;
Date:   Thu Oct 10 17:25:37 2024 +0000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I can't seem to find a way to do that on Databricks. Is it possible?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 21:24:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/93540#M38722</guid>
      <dc:creator>rcostanza</dc:creator>
      <dc:date>2024-10-10T21:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing git's author field when committing through Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/97166#M39446</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/40911"&gt;@rcostanza&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think this is the exact issue&amp;nbsp;&lt;A href="https://databricks.aha.io/ideas/ideas/DB-I-10105" target="_blank"&gt;https://databricks.aha.io/ideas/ideas/DB-I-10105&lt;/A&gt;&amp;nbsp;you are facing, it is a feature request and you can upvote it.&lt;/P&gt;
&lt;P&gt;So,&amp;nbsp;Currently, it is not possible to configure the author name and email for commits directly within Databricks to reflect your desired format (i.e., using your name and email instead of your Bitbucket username). The configuration commands you mentioned (&lt;CODE&gt;git config --global user.name "My Name"&lt;/CODE&gt; and &lt;CODE&gt;git config --global user.email "my@email.com"&lt;/CODE&gt;) are specific to local Git installations and cannot be applied within the Databricks environment.&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 06:43:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/97166#M39446</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2024-11-01T06:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Changing git's author field when committing through Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/97239#M39462</link>
      <description>&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;I tried checking the link you provided but it seems it's a restricted system. Is there another place I can upvote it?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 16:36:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/97239#M39462</guid>
      <dc:creator>rcostanza</dc:creator>
      <dc:date>2024-11-01T16:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing git's author field when committing through Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/97269#M39464</link>
      <description>&lt;P&gt;Oh, sorry it is internal. If you have an account executive you work with, they can help you with adding the details of the company etc.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 17:28:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/97269#M39464</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2024-11-01T17:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Changing git's author field when committing through Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/98665#M39793</link>
      <description>&lt;P&gt;Just found us suffering from the same issue since we enforced a GitHub ruleset to require commit emails to match our Org email pattern of `*@ourorgdomain.com`.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 12:52:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/changing-git-s-author-field-when-committing-through-databricks/m-p/98665#M39793</guid>
      <dc:creator>yermulnik</dc:creator>
      <dc:date>2024-11-13T12:52:39Z</dc:date>
    </item>
  </channel>
</rss>

